aboutsummaryrefslogtreecommitdiff
path: root/node_modules/readable-stream/package.json
blob: 84096b34963b6fc5cfd3cf16e685f88c8a38d39f (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
106
107
108
109
110
111
112
{
  "_args": [
    [
      {
        "raw": "readable-stream@~1.1.9",
        "scope": null,
        "escapedName": "readable-stream",
        "name": "readable-stream",
        "rawSpec": "~1.1.9",
        "spec": ">=1.1.9 <1.2.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/duplexer2"
    ]
  ],
  "_from": "readable-stream@>=1.1.9 <1.2.0",
  "_id": "readable-stream@1.1.14",
  "_inCache": true,
  "_location": "/readable-stream",
  "_nodeVersion": "5.10.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/readable-stream-1.1.14.tgz_1460563293219_0.5682175166439265"
  },
  "_npmUser": {
    "name": "cwmma",
    "email": "calvin.metcalf@gmail.com"
  },
  "_npmVersion": "3.8.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "readable-stream@~1.1.9",
    "scope": null,
    "escapedName": "readable-stream",
    "name": "readable-stream",
    "rawSpec": "~1.1.9",
    "spec": ">=1.1.9 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/duplexer2"
  ],
  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
  "_shasum": "7cf4c54ef648e3813084c636dd2079e166c081d9",
  "_shrinkwrap": null,
  "_spec": "readable-stream@~1.1.9",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/duplexer2",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "browser": {
    "util": false
  },
  "bugs": {
    "url": "https://github.com/isaacs/readable-stream/issues"
  },
  "dependencies": {
    "core-util-is": "~1.0.0",
    "inherits": "~2.0.1",
    "isarray": "0.0.1",
    "string_decoder": "~0.10.x"
  },
  "description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
  "devDependencies": {
    "tap": "~0.2.6"
  },
  "directories": {},
  "dist": {
    "shasum": "7cf4c54ef648e3813084c636dd2079e166c081d9",
    "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
  },
  "gitHead": "52550840cb1d6e8a98ef9a909a4bea360bc6f7da",
  "homepage": "https://github.com/isaacs/readable-stream#readme",
  "keywords": [
    "readable",
    "stream",
    "pipe"
  ],
  "license": "MIT",
  "main": "readable.js",
  "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"
    }
  ],
  "name": "readable-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/readable-stream.git"
  },
  "scripts": {
    "test": "tap test/simple/*.js"
  },
  "version": "1.1.14"
}