• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "combined-stream@~1.0.5",
3  "_id": "combined-stream@1.0.6",
4  "_inBundle": false,
5  "_integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
6  "_location": "/combined-stream",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "combined-stream@~1.0.5",
12    "name": "combined-stream",
13    "escapedName": "combined-stream",
14    "rawSpec": "~1.0.5",
15    "saveSpec": null,
16    "fetchSpec": "~1.0.5"
17  },
18  "_requiredBy": [
19    "/form-data",
20    "/request"
21  ],
22  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
23  "_shasum": "723e7df6e801ac5613113a7e445a9b69cb632818",
24  "_spec": "combined-stream@~1.0.5",
25  "_where": "/Users/rebecca/code/npm/node_modules/request",
26  "author": {
27    "name": "Felix Geisendörfer",
28    "email": "felix@debuggable.com",
29    "url": "http://debuggable.com/"
30  },
31  "bugs": {
32    "url": "https://github.com/felixge/node-combined-stream/issues"
33  },
34  "bundleDependencies": false,
35  "dependencies": {
36    "delayed-stream": "~1.0.0"
37  },
38  "deprecated": false,
39  "description": "A stream that emits multiple other streams one after another.",
40  "devDependencies": {
41    "far": "~0.0.7"
42  },
43  "engines": {
44    "node": ">= 0.8"
45  },
46  "homepage": "https://github.com/felixge/node-combined-stream",
47  "license": "MIT",
48  "main": "./lib/combined_stream",
49  "name": "combined-stream",
50  "repository": {
51    "type": "git",
52    "url": "git://github.com/felixge/node-combined-stream.git"
53  },
54  "scripts": {
55    "test": "node test/run.js"
56  },
57  "version": "1.0.6"
58}
59