summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/sorted-union-stream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/sorted-union-stream/package.json')
-rw-r--r--deps/node/deps/npm/node_modules/sorted-union-stream/package.json66
1 files changed, 0 insertions, 66 deletions
diff --git a/deps/node/deps/npm/node_modules/sorted-union-stream/package.json b/deps/node/deps/npm/node_modules/sorted-union-stream/package.json
deleted file mode 100644
index dd56c35d..00000000
--- a/deps/node/deps/npm/node_modules/sorted-union-stream/package.json
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "_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": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.3"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sorted-union-stream@2.1.3",
- "name": "sorted-union-stream",
- "escapedName": "sorted-union-stream",
- "rawSpec": "2.1.3",
- "saveSpec": null,
- "fetchSpec": "2.1.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz",
- "_spec": "2.1.3",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "name": "Mathias Buus Madsen",
- "email": "mathiasbuus@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/sorted-union-stream/issues"
- },
- "dependencies": {
- "from2": "^1.3.0",
- "stream-iterate": "^1.1.0"
- },
- "description": "Get the union of two sorted streams",
- "devDependencies": {
- "standard": "^3.3.0",
- "tape": "^3.0.0"
- },
- "homepage": "https://github.com/mafintosh/sorted-union-stream",
- "keywords": [
- "union",
- "sorted",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "sorted-union-stream",
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/sorted-union-stream.git"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "version": "2.1.3"
-}