summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/combined-stream/package.json
blob: 86c891cd4e7eb69eac9be9f7b19eaf3868912440 (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
{
  "_from": "combined-stream@~1.0.5",
  "_id": "combined-stream@1.0.6",
  "_inBundle": false,
  "_integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
  "_location": "/combined-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "combined-stream@~1.0.5",
    "name": "combined-stream",
    "escapedName": "combined-stream",
    "rawSpec": "~1.0.5",
    "saveSpec": null,
    "fetchSpec": "~1.0.5"
  },
  "_requiredBy": [
    "/form-data",
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
  "_shasum": "723e7df6e801ac5613113a7e445a9b69cb632818",
  "_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"
  },
  "bundleDependencies": false,
  "dependencies": {
    "delayed-stream": "~1.0.0"
  },
  "deprecated": false,
  "description": "A stream that emits multiple other streams one after another.",
  "devDependencies": {
    "far": "~0.0.7"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/felixge/node-combined-stream",
  "license": "MIT",
  "main": "./lib/combined_stream",
  "name": "combined-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-combined-stream.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "1.0.6"
}