wallet-core/node_modules/stream-to-array/package.json

86 lines
2.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"_args": [
[
{
"raw": "stream-to-array@~1.0.0",
"scope": null,
"escapedName": "stream-to-array",
"name": "stream-to-array",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip"
]
],
"_from": "stream-to-array@>=1.0.0 <1.1.0",
"_id": "stream-to-array@1.0.0",
"_inCache": true,
"_location": "/stream-to-array",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"_npmVersion": "1.3.14",
"_phantomChildren": {},
"_requested": {
"raw": "stream-to-array@~1.0.0",
"scope": null,
"escapedName": "stream-to-array",
"name": "stream-to-array",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/gulp-gzip"
],
"_resolved": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-1.0.0.tgz",
"_shasum": "94166bb29f3ea24f082d2f8cd3ebb2cc0d6eca2c",
"_shrinkwrap": null,
"_spec": "stream-to-array@~1.0.0",
"_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/stream-to-array/issues"
},
"dependencies": {},
"description": "Concatenate a readable stream's data into a single array",
"devDependencies": {
"co": "*",
"gnode": "*",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "94166bb29f3ea24f082d2f8cd3ebb2cc0d6eca2c",
"tarball": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-1.0.0.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/stream-utils/stream-to-array",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "stream-to-array",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/stream-to-array.git"
},
"scripts": {
"test": "NODE=gnode make test"
},
"version": "1.0.0"
}