Bones/node_modules/string_decoder/package.json

87 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"string_decoder@~1.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\readable-stream"
]
],
"_from": "string_decoder@>=1.0.0-0 <1.1.0-0",
"_id": "string_decoder@1.0.0",
"_inCache": true,
"_location": "/string_decoder",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/string_decoder-1.0.0.tgz_1491485897373_0.9406327686738223"
},
"_npmUser": {
"email": "rod@vagg.org",
"name": "rvagg"
},
"_npmVersion": "4.4.4",
"_phantomChildren": {},
"_requested": {
"name": "string_decoder",
"raw": "string_decoder@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0-0 <1.1.0-0",
"type": "range"
},
"_requiredBy": [
"/readable-stream"
],
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz",
"_shasum": "f06f41157b664d86069f84bdbdc9b0d8ab281667",
"_shrinkwrap": null,
"_spec": "string_decoder@~1.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\readable-stream",
"bugs": {
"url": "https://github.com/rvagg/string_decoder/issues"
},
"dependencies": {
"buffer-shims": "~1.0.0"
},
"description": "The string_decoder module from Node core",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"tap": "~0.4.8"
},
"directories": {},
"dist": {
"shasum": "f06f41157b664d86069f84bdbdc9b0d8ab281667",
"tarball": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz"
},
"gitHead": "847f2f513a5648857af03adf680c90d833a499d2",
"homepage": "https://github.com/rvagg/string_decoder",
"installable": true,
"keywords": [
"browser",
"browserify",
"decoder",
"string"
],
"license": "MIT",
"main": "lib/string_decoder.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
},
{
"name": "rvagg",
"email": "rod@vagg.org"
}
],
"name": "string_decoder",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/rvagg/string_decoder.git"
},
"scripts": {
"test": "tap test/parallel/*.js"
},
"version": "1.0.0"
}