thedesk/app/node_modules/stream-to/package.json
2018-02-19 02:41:25 +09:00

84 lines
2.1 KiB
JSON

{
"_args": [
[
{
"raw": "stream-to@~0.2.0",
"scope": null,
"escapedName": "stream-to",
"name": "stream-to",
"rawSpec": "~0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\stream-to-buffer"
]
],
"_from": "stream-to@>=0.2.0 <0.3.0",
"_id": "stream-to@0.2.2",
"_inCache": true,
"_location": "/stream-to",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"raw": "stream-to@~0.2.0",
"scope": null,
"escapedName": "stream-to",
"name": "stream-to",
"rawSpec": "~0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/stream-to-buffer"
],
"_resolved": "https://registry.npmjs.org/stream-to/-/stream-to-0.2.2.tgz",
"_shasum": "84306098d85fdb990b9fa300b1b3ccf55e8ef01d",
"_shrinkwrap": null,
"_spec": "stream-to@~0.2.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\stream-to-buffer",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/stream-to/issues"
},
"dependencies": {},
"description": "Concatenate a readable stream's data into either a single buffer, string, or array.",
"devDependencies": {
"mocha": "~1.12"
},
"directories": {},
"dist": {
"shasum": "84306098d85fdb990b9fa300b1b3ccf55e8ef01d",
"tarball": "https://registry.npmjs.org/stream-to/-/stream-to-0.2.2.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/stream-utils/stream-to#readme",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "stream-to",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/stream-to.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.2"
}