summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/combined-stream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/combined-stream/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/combined-stream/package.json65
1 files changed, 12 insertions, 53 deletions
diff --git a/deps/npm/node_modules/request/node_modules/combined-stream/package.json b/deps/npm/node_modules/request/node_modules/combined-stream/package.json
index 3dec78c0f9..59c5c534b6 100644
--- a/deps/npm/node_modules/request/node_modules/combined-stream/package.json
+++ b/deps/npm/node_modules/request/node_modules/combined-stream/package.json
@@ -1,38 +1,18 @@
{
- "_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",
+ "_from": "combined-stream@~1.0.5",
"_id": "combined-stream@1.0.5",
- "_inCache": true,
- "_installable": true,
+ "_integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=",
"_location": "/request/combined-stream",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "name": "alexindigo",
- "email": "iam@alexindigo.com"
- },
- "_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
+ "type": "range",
+ "registry": true,
"raw": "combined-stream@~1.0.5",
- "scope": null,
- "escapedName": "combined-stream",
"name": "combined-stream",
+ "escapedName": "combined-stream",
"rawSpec": "~1.0.5",
- "spec": ">=1.0.5 <1.1.0",
- "type": "range"
+ "saveSpec": null,
+ "fetchSpec": "~1.0.5"
},
"_requiredBy": [
"/request",
@@ -42,55 +22,34 @@
"_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
"_shrinkwrap": null,
"_spec": "combined-stream@~1.0.5",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "_where": "/Users/zkat/Documents/code/npm/node_modules/request",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
+ "bin": null,
"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"
},
- "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!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-combined-stream.git"