1
|
{
|
2
|
"name": "string_decoder",
|
3
|
"version": "1.3.0",
|
4
|
"description": "The string_decoder module from Node core",
|
5
|
"main": "lib/string_decoder.js",
|
6
|
"files": [
|
7
|
"lib"
|
8
|
],
|
9
|
"dependencies": {
|
10
|
"safe-buffer": "~5.2.0"
|
11
|
},
|
12
|
"devDependencies": {
|
13
|
"babel-polyfill": "^6.23.0",
|
14
|
"core-util-is": "^1.0.2",
|
15
|
"inherits": "^2.0.3",
|
16
|
"tap": "~0.4.8"
|
17
|
},
|
18
|
"scripts": {
|
19
|
"test": "tap test/parallel/*.js && node test/verify-dependencies",
|
20
|
"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"
|
21
|
},
|
22
|
"repository": {
|
23
|
"type": "git",
|
24
|
"url": "git://github.com/nodejs/string_decoder.git"
|
25
|
},
|
26
|
"homepage": "https://github.com/nodejs/string_decoder",
|
27
|
"keywords": [
|
28
|
"string",
|
29
|
"decoder",
|
30
|
"browser",
|
31
|
"browserify"
|
32
|
],
|
33
|
"license": "MIT"
|
34
|
}
|