UNPKG

1.58 kBJSONView Raw
1{
2 "_args": [
3 [
4 "sorted-union-stream@2.1.3",
5 "/Users/rebecca/code/npm"
6 ]
7 ],
8 "_from": "sorted-union-stream@2.1.3",
9 "_id": "sorted-union-stream@2.1.3",
10 "_inBundle": false,
11 "_integrity": "sha1-x3lMfgd4gAUv9xqNSi27Sppjisc=",
12 "_location": "/sorted-union-stream",
13 "_phantomChildren": {
14 "core-util-is": "1.0.2",
15 "inherits": "2.0.3"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "sorted-union-stream@2.1.3",
21 "name": "sorted-union-stream",
22 "escapedName": "sorted-union-stream",
23 "rawSpec": "2.1.3",
24 "saveSpec": null,
25 "fetchSpec": "2.1.3"
26 },
27 "_requiredBy": [
28 "/"
29 ],
30 "_resolved": "https://registry.npmjs.org/sorted-union-stream/-/sorted-union-stream-2.1.3.tgz",
31 "_spec": "2.1.3",
32 "_where": "/Users/rebecca/code/npm",
33 "author": {
34 "name": "Mathias Buus Madsen",
35 "email": "mathiasbuus@gmail.com"
36 },
37 "bugs": {
38 "url": "https://github.com/mafintosh/sorted-union-stream/issues"
39 },
40 "dependencies": {
41 "from2": "^1.3.0",
42 "stream-iterate": "^1.1.0"
43 },
44 "description": "Get the union of two sorted streams",
45 "devDependencies": {
46 "standard": "^3.3.0",
47 "tape": "^3.0.0"
48 },
49 "homepage": "https://github.com/mafintosh/sorted-union-stream",
50 "keywords": [
51 "union",
52 "sorted",
53 "stream"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "sorted-union-stream",
58 "repository": {
59 "type": "git",
60 "url": "git://github.com/mafintosh/sorted-union-stream.git"
61 },
62 "scripts": {
63 "test": "tape test.js"
64 },
65 "version": "2.1.3"
66}