summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/package.json
blob: 05264e0a153ccb0661b10f7688d40a2bc48be74f (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "_args": [
    [
      "readable-stream@~2.0.0",
      "/Users/rebecca/code/npm/node_modules/npm-registry-client/node_modules/concat-stream"
    ]
  ],
  "_from": "readable-stream@>=2.0.0 <2.1.0",
  "_id": "readable-stream@2.0.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/npm-registry-client/concat-stream/readable-stream",
  "_nodeVersion": "5.7.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/readable-stream-2.0.6.tgz_1457893507709_0.369257491780445"
  },
  "_npmUser": {
    "email": "calvin.metcalf@gmail.com",
    "name": "cwmma"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "readable-stream",
    "raw": "readable-stream@~2.0.0",
    "rawSpec": "~2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <2.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npm-registry-client/concat-stream"
  ],
  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
  "_shasum": "8f90341e68a53ccc928788dacfcd11b36eb9b78e",
  "_shrinkwrap": null,
  "_spec": "readable-stream@~2.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/npm-registry-client/node_modules/concat-stream",
  "browser": {
    "util": false
  },
  "bugs": {
    "url": "https://github.com/nodejs/readable-stream/issues"
  },
  "dependencies": {
    "core-util-is": "~1.0.0",
    "inherits": "~2.0.1",
    "isarray": "~1.0.0",
    "process-nextick-args": "~1.0.6",
    "string_decoder": "~0.10.x",
    "util-deprecate": "~1.0.1"
  },
  "description": "Streams3, a user-land copy of the stream library from Node.js",
  "devDependencies": {
    "tap": "~0.2.6",
    "tape": "~4.5.1",
    "zuul": "~3.9.0"
  },
  "directories": {},
  "dist": {
    "shasum": "8f90341e68a53ccc928788dacfcd11b36eb9b78e",
    "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz"
  },
  "gitHead": "01fb5608a970b42c900b96746cadc13d27dd9d7e",
  "homepage": "https://github.com/nodejs/readable-stream#readme",
  "keywords": [
    "readable",
    "stream",
    "pipe"
  ],
  "license": "MIT",
  "main": "readable.js",
  "maintainers": [
    {
      "email": "isaacs@npmjs.com",
      "name": "isaacs"
    },
    {
      "email": "nathan@tootallnate.net",
      "name": "tootallnate"
    },
    {
      "email": "rod@vagg.org",
      "name": "rvagg"
    },
    {
      "email": "calvin.metcalf@gmail.com",
      "name": "cwmma"
    }
  ],
  "name": "readable-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodejs/readable-stream.git"
  },
  "scripts": {
    "browser": "npm run write-zuul && zuul -- test/browser.js",
    "test": "tap test/parallel/*.js test/ours/*.js",
    "write-zuul": "printf \"ui: tape\nbrowsers:\n  - name: $BROWSER_NAME\n    version: $BROWSER_VERSION\n\">.zuul.yml"
  },
  "version": "2.0.6"
}