summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/package.json
blob: 70ad998cae2d453857c55aacba181759dbdf5205 (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
{
  "name": "readable-stream",
  "version": "2.0.2",
  "description": "Streams3, a user-land copy of the stream library from iojs v2.x",
  "main": "readable.js",
  "dependencies": {
    "core-util-is": "~1.0.0",
    "inherits": "~2.0.1",
    "isarray": "0.0.1",
    "process-nextick-args": "~1.0.0",
    "string_decoder": "~0.10.x",
    "util-deprecate": "~1.0.1"
  },
  "devDependencies": {
    "tap": "~0.2.6",
    "tape": "~4.0.0",
    "zuul": "~3.0.0"
  },
  "scripts": {
    "test": "tap test/parallel/*.js",
    "browser": "zuul --browser-name $BROWSER_NAME --browser-version $BROWSER_VERSION -- test/browser.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nodejs/readable-stream.git"
  },
  "keywords": [
    "readable",
    "stream",
    "pipe"
  ],
  "browser": {
    "util": false
  },
  "license": "MIT",
  "gitHead": "1a70134a71196eeabb5e27bc7580faaa68d30513",
  "bugs": {
    "url": "https://github.com/nodejs/readable-stream/issues"
  },
  "homepage": "https://github.com/nodejs/readable-stream#readme",
  "_id": "readable-stream@2.0.2",
  "_shasum": "bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b",
  "_from": "readable-stream@>=2.0.0 <2.1.0",
  "_npmVersion": "2.11.1",
  "_nodeVersion": "2.3.0",
  "_npmUser": {
    "name": "cwmma",
    "email": "calvin.metcalf@gmail.com"
  },
  "dist": {
    "shasum": "bec81beae8cf455168bc2e5b2b31f5bcfaed9b1b",
    "tarball": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "rvagg",
      "email": "rod@vagg.org"
    },
    {
      "name": "cwmma",
      "email": "calvin.metcalf@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz",
  "readme": "ERROR: No README data found!"
}