thedesk/app/node_modules/stream-to/package.json
2018-05-26 21:48:13 +09:00

57 lines
1.3 KiB
JSON

{
"_args": [
[
"stream-to@0.2.2",
"/Users/aa/TheDesk/app"
]
],
"_from": "stream-to@0.2.2",
"_id": "stream-to@0.2.2",
"_inBundle": false,
"_integrity": "sha1-hDBgmNhf25kLn6MAsbPM9V6O8B0=",
"_location": "/stream-to",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stream-to@0.2.2",
"name": "stream-to",
"escapedName": "stream-to",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/stream-to-buffer"
],
"_resolved": "https://registry.npmjs.org/stream-to/-/stream-to-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "/Users/aa/TheDesk/app",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/stream-to/issues"
},
"description": "Concatenate a readable stream's data into either a single buffer, string, or array.",
"devDependencies": {
"mocha": "~1.12"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/stream-utils/stream-to#readme",
"license": "MIT",
"name": "stream-to",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/stream-to.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.2"
}