aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stream-to-array/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/stream-to-array/package.json')
-rw-r--r--node_modules/stream-to-array/package.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/node_modules/stream-to-array/package.json b/node_modules/stream-to-array/package.json
new file mode 100644
index 000000000..127a3993a
--- /dev/null
+++ b/node_modules/stream-to-array/package.json
@@ -0,0 +1,85 @@
+{
+ "_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"
+}