summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/sorted-union-stream/package.json
blob: dd56c35d7fc224661ff3b3a8bd06a2c86754a74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "_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"
}