Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/unpipe/package.json')
-rw-r--r--node_modules/unpipe/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/unpipe/package.json b/node_modules/unpipe/package.json
index d04acd0db..599706c33 100644
--- a/node_modules/unpipe/package.json
+++ b/node_modules/unpipe/package.json
@@ -1,33 +1,28 @@
{
- "_args": [
- [
- "unpipe@1.0.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "unpipe@1.0.0",
+ "_from": "unpipe@~1.0.0",
"_id": "unpipe@1.0.0",
"_inBundle": false,
"_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
"_location": "/unpipe",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "unpipe@1.0.0",
+ "raw": "unpipe@~1.0.0",
"name": "unpipe",
"escapedName": "unpipe",
- "rawSpec": "1.0.0",
+ "rawSpec": "~1.0.0",
"saveSpec": null,
- "fetchSpec": "1.0.0"
+ "fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/",
"/finalhandler"
],
"_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
+ "_spec": "unpipe@~1.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
@@ -35,6 +30,8 @@
"bugs": {
"url": "https://github.com/stream-utils/unpipe/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "Unpipe a stream from all destinations",
"devDependencies": {
"istanbul": "0.3.15",