core/node_modules/through/package.json
2018-03-01 22:42:18 +01:00

56 lines
1.3 KiB
JSON

{
"name": "through",
"version": "2.2.0",
"description": "simplified stream contruction",
"main": "index.js",
"scripts": {
"test": "asynct test/*.js"
},
"devDependencies": {
"stream-spec": "0",
"assertions": "2",
"asynct": "1"
},
"keywords": [
"stream",
"streams",
"user-streams",
"pipe"
],
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dominictarr/through.git"
},
"homepage": "http://github.com/dominictarr/through",
"_id": "through@2.2.0",
"dist": {
"shasum": "c4e5a200a3f1b480368196cf50bc69ffe2cdce73",
"tarball": "https://registry.npmjs.org/through/-/through-2.2.0.tgz"
},
"_from": "through@2.2.0",
"_npmVersion": "1.2.3",
"_npmUser": {
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
}
],
"directories": {},
"_shasum": "c4e5a200a3f1b480368196cf50bc69ffe2cdce73",
"_resolved": "https://registry.npmjs.org/through/-/through-2.2.0.tgz",
"bugs": {
"url": "https://github.com/dominictarr/through/issues"
},
"readme": "ERROR: No README data found!"
}