aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stream-to-array
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/stream-to-array
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/stream-to-array')
-rw-r--r--node_modules/stream-to-array/package.json82
1 files changed, 14 insertions, 68 deletions
diff --git a/node_modules/stream-to-array/package.json b/node_modules/stream-to-array/package.json
index 127a3993a..8dfe674d8 100644
--- a/node_modules/stream-to-array/package.json
+++ b/node_modules/stream-to-array/package.json
@@ -1,85 +1,31 @@
{
- "_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",
+ "name": "stream-to-array",
+ "description": "Concatenate a readable stream's data into a single array",
+ "version": "1.0.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
+ "url": "http://jongleberry.com",
+ "twitter": "https://twitter.com/jongleberry"
+ },
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/stream-utils/stream-to-array.git"
},
"bugs": {
+ "mail": "me@jongleberry.com",
"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"
+ "engines": {
+ "node": ">= 0.10.0"
+ }
}