dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/end-of-stream/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

81 lines
2 KiB
JSON

{
"_args": [
[
"end-of-stream@~0.1.5",
"/Users/sid/Desktop/code/RustyCode/node_modules/orchestrator"
]
],
"_from": "end-of-stream@>=0.1.5 <0.2.0",
"_id": "end-of-stream@0.1.5",
"_inCache": true,
"_installable": true,
"_location": "/end-of-stream",
"_npmUser": {
"email": "mathiasbuus@gmail.com",
"name": "mafintosh"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"name": "end-of-stream",
"raw": "end-of-stream@~0.1.5",
"rawSpec": "~0.1.5",
"scope": null,
"spec": ">=0.1.5 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/orchestrator"
],
"_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
"_shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
"_shrinkwrap": null,
"_spec": "end-of-stream@~0.1.5",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/orchestrator",
"author": {
"email": "mathiasbuus@gmail.com",
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/end-of-stream/issues"
},
"dependencies": {
"once": "~1.3.0"
},
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
"tarball": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz"
},
"homepage": "https://github.com/mafintosh/end-of-stream",
"keywords": [
"stream",
"streams",
"callback",
"finish",
"close",
"end",
"wait"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "mathiasbuus@gmail.com",
"name": "mafintosh"
}
],
"name": "end-of-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/end-of-stream.git"
},
"scripts": {
"test": "node test.js"
},
"version": "0.1.5"
}