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.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/deps/npm/node_modules/sorted-union-stream/package.json b/deps/npm/node_modules/sorted-union-stream/package.json
new file mode 100644
index 0000000000..249245c065
--- /dev/null
+++ b/deps/npm/node_modules/sorted-union-stream/package.json
@@ -0,0 +1,95 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "sorted-union-stream",
+ "scope": null,
+ "escapedName": "sorted-union-stream",
+ "name": "sorted-union-stream",
+ "rawSpec": "",
+ "spec": "latest",
+ "type": "tag"
+ },
+ "/Users/zkat/code/npm"
+ ]
+ ],
+ "_from": "sorted-union-stream@latest",
+ "_id": "sorted-union-stream@2.1.3",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/sorted-union-stream",
+ "_nodeVersion": "2.2.1",
+ "_npmUser": {
+ "name": "mafintosh",
+ "email": "mathiasbuus@gmail.com"
+ },
+ "_npmVersion": "2.11.0",
+ "_phantomChildren": {
+ "inherits": "2.0.1"
+ },
+ "_requested": {
+ "raw": "sorted-union-stream",
+ "scope": null,
+ "escapedName": "sorted-union-stream",
+ "name": "sorted-union-stream",
+ "rawSpec": "",
+ "spec": "latest",
+ "type": "tag"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz",
+ "_shasum": "c7794c7e077880052ff71a8d4a2dbb4a9a638ac7",
+ "_shrinkwrap": null,
+ "_spec": "sorted-union-stream",
+ "_where": "/Users/zkat/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"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "c7794c7e077880052ff71a8d4a2dbb4a9a638ac7",
+ "tarball": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz"
+ },
+ "gitHead": "a11a92dc36f3908bf6476b593c1d273de14cee0f",
+ "homepage": "https://github.com/mafintosh/sorted-union-stream",
+ "keywords": [
+ "union",
+ "sorted",
+ "stream"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "mafintosh",
+ "email": "mathiasbuus@gmail.com"
+ }
+ ],
+ "name": "sorted-union-stream",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/mafintosh/sorted-union-stream.git"
+ },
+ "scripts": {
+ "test": "tape test.js"
+ },
+ "version": "2.1.3"
+}