summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sorted-union-stream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/sorted-union-stream/package.json')
-rw-r--r--deps/npm/node_modules/sorted-union-stream/package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/deps/npm/node_modules/sorted-union-stream/package.json b/deps/npm/node_modules/sorted-union-stream/package.json
index 0a77f8b16b..dd56c35d7f 100644
--- a/deps/npm/node_modules/sorted-union-stream/package.json
+++ b/deps/npm/node_modules/sorted-union-stream/package.json
@@ -1,44 +1,46 @@
{
- "_from": "sorted-union-stream@~2.1.3",
+ "_args": [
+ [
+ "sorted-union-stream@2.1.3",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "sorted-union-stream@2.1.3",
"_id": "sorted-union-stream@2.1.3",
+ "_inBundle": false,
"_integrity": "sha1-x3lMfgd4gAUv9xqNSi27Sppjisc=",
"_location": "/sorted-union-stream",
"_phantomChildren": {
- "inherits": "2.0.3",
- "readable-stream": "2.2.9"
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3"
},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "sorted-union-stream@~2.1.3",
+ "raw": "sorted-union-stream@2.1.3",
"name": "sorted-union-stream",
"escapedName": "sorted-union-stream",
- "rawSpec": "~2.1.3",
+ "rawSpec": "2.1.3",
"saveSpec": null,
- "fetchSpec": "~2.1.3"
+ "fetchSpec": "2.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz",
- "_shasum": "c7794c7e077880052ff71a8d4a2dbb4a9a638ac7",
- "_shrinkwrap": null,
- "_spec": "sorted-union-stream@~2.1.3",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "2.1.3",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
- "bin": null,
"bugs": {
"url": "https://github.com/mafintosh/sorted-union-stream/issues"
},
- "bundleDependencies": false,
"dependencies": {
"from2": "^1.3.0",
"stream-iterate": "^1.1.0"
},
- "deprecated": false,
"description": "Get the union of two sorted streams",
"devDependencies": {
"standard": "^3.3.0",
@@ -53,8 +55,6 @@
"license": "MIT",
"main": "index.js",
"name": "sorted-union-stream",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/sorted-union-stream.git"