summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/combined-stream/package.json
blob: 3dec78c0f979552aa7733bb7a2cadecff9eb4ef8 (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
{
  "_args": [
    [
      {
        "raw": "combined-stream@~1.0.5",
        "scope": null,
        "escapedName": "combined-stream",
        "name": "combined-stream",
        "rawSpec": "~1.0.5",
        "spec": ">=1.0.5 <1.1.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "combined-stream@>=1.0.5 <1.1.0",
  "_id": "combined-stream@1.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/combined-stream",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "name": "alexindigo",
    "email": "iam@alexindigo.com"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "combined-stream@~1.0.5",
    "scope": null,
    "escapedName": "combined-stream",
    "name": "combined-stream",
    "rawSpec": "~1.0.5",
    "spec": ">=1.0.5 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request",
    "/request/form-data"
  ],
  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
  "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  "_shrinkwrap": null,
  "_spec": "combined-stream@~1.0.5",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-combined-stream/issues"
  },
  "dependencies": {
    "delayed-stream": "~1.0.0"
  },
  "description": "A stream that emits multiple other streams one after another.",
  "devDependencies": {
    "far": "~0.0.7"
  },
  "directories": {},
  "dist": {
    "shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
    "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "cfc7b815d090a109bcedb5bb0f6713148d55a6b7",
  "homepage": "https://github.com/felixge/node-combined-stream",
  "license": "MIT",
  "main": "./lib/combined_stream",
  "maintainers": [
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "celer",
      "email": "dtyree77@gmail.com"
    },
    {
      "name": "alexindigo",
      "email": "iam@alexindigo.com"
    },
    {
      "name": "apechimp",
      "email": "apeherder@gmail.com"
    }
  ],
  "name": "combined-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-combined-stream.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "1.0.5"
}