summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/readable-stream/package.json
blob: d1bf299d055bb2b07aa890dd0e39c6fae6dfca71 (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
{
  "_from": "readable-stream@~2.2.9",
  "_id": "readable-stream@2.2.9",
  "_integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=",
  "_location": "/readable-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "readable-stream@~2.2.9",
    "name": "readable-stream",
    "escapedName": "readable-stream",
    "rawSpec": "~2.2.9",
    "saveSpec": null,
    "fetchSpec": "~2.2.9"
  },
  "_requiredBy": [
    "/",
    "/fs-write-stream-atomic",
    "/mississippi/concat-stream",
    "/mississippi/duplexify",
    "/mississippi/flush-write-stream",
    "/mississippi/from2",
    "/mississippi/parallel-transform",
    "/mississippi/through2",
    "/npm-registry-client/concat-stream",
    "/npmlog/are-we-there-yet",
    "/pacote/tar-stream",
    "/pacote/tar-stream/bl",
    "/sha",
    "/sorted-union-stream/stream-iterate",
    "/standard/eslint/concat-stream",
    "/tap",
    "/tap/tap-mocha-reporter",
    "/tap/tap-parser"
  ],
  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz",
  "_shasum": "cf78ec6f4a6d1eb43d26488cac97f042e74b7fc8",
  "_shrinkwrap": null,
  "_spec": "readable-stream@~2.2.9",
  "_where": "/Users/zkat/Documents/code/npm",
  "bin": null,
  "browser": {
    "util": false,
    "./readable.js": "./readable-browser.js",
    "./writable.js": "./writable-browser.js",
    "./duplex.js": "./duplex-browser.js",
    "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js"
  },
  "bugs": {
    "url": "https://github.com/nodejs/readable-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer-shims": "~1.0.0",
    "core-util-is": "~1.0.0",
    "inherits": "~2.0.1",
    "isarray": "~1.0.0",
    "process-nextick-args": "~1.0.6",
    "string_decoder": "~1.0.0",
    "util-deprecate": "~1.0.1"
  },
  "deprecated": false,
  "description": "Streams3, a user-land copy of the stream library from Node.js",
  "devDependencies": {
    "assert": "~1.4.0",
    "babel-polyfill": "^6.9.1",
    "buffer": "^4.9.0",
    "nyc": "^6.4.0",
    "tap": "~0.7.1",
    "tape": "~4.5.1",
    "zuul": "~3.10.0"
  },
  "homepage": "https://github.com/nodejs/readable-stream#readme",
  "keywords": [
    "readable",
    "stream",
    "pipe"
  ],
  "license": "MIT",
  "main": "readable.js",
  "name": "readable-stream",
  "nyc": {
    "include": [
      "lib/**.js"
    ]
  },
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/nodejs/readable-stream.git"
  },
  "scripts": {
    "browser": "npm run write-zuul && zuul --browser-retries 2 -- test/browser.js",
    "cover": "nyc npm test",
    "local": "zuul --local 3000 --no-coverage -- test/browser.js",
    "report": "nyc report --reporter=lcov",
    "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.2.9"
}