aboutsummaryrefslogtreecommitdiff
path: root/node_modules/readable-stream/package.json
blob: 796a081977e4e8d62f32078677a595ccd4c6bb35 (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
{
  "_args": [
    [
      {
        "name": "readable-stream",
        "raw": "readable-stream@1.0.31",
        "rawSpec": "1.0.31",
        "scope": null,
        "spec": "1.0.31",
        "type": "version"
      },
      "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb"
    ]
  ],
  "_from": "readable-stream@1.0.31",
  "_id": "readable-stream@1.0.31",
  "_inCache": true,
  "_installable": true,
  "_location": "/readable-stream",
  "_npmUser": {
    "email": "rod@vagg.org",
    "name": "rvagg"
  },
  "_npmVersion": "1.4.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "readable-stream",
    "raw": "readable-stream@1.0.31",
    "rawSpec": "1.0.31",
    "scope": null,
    "spec": "1.0.31",
    "type": "version"
  },
  "_requiredBy": [
    "/mongodb"
  ],
  "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz",
  "_shasum": "8f2502e0bc9e3b0da1b94520aabb4e2603ecafae",
  "_shrinkwrap": null,
  "_spec": "readable-stream@1.0.31",
  "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "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": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
  "devDependencies": {
    "tap": "~0.2.6"
  },
  "directories": {},
  "dist": {
    "shasum": "8f2502e0bc9e3b0da1b94520aabb4e2603ecafae",
    "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.31.tgz"
  },
  "homepage": "https://github.com/isaacs/readable-stream",
  "keywords": [
    "readable",
    "stream",
    "pipe"
  ],
  "license": "MIT",
  "main": "readable.js",
  "maintainers": [
    {
      "email": "i@izs.me",
      "name": "isaacs"
    },
    {
      "email": "nathan@tootallnate.net",
      "name": "tootallnate"
    },
    {
      "email": "rod@vagg.org",
      "name": "rvagg"
    }
  ],
  "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.0.31"
}