aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stream-to-array/package.json
blob: 127a3993aa4ff4d5daf527ac81e1ad2bc11eba1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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"
}