Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « sorted-union-stream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a77f8b16bfc4945533744842d46f10cfd177245 (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
{
  "_from": "sorted-union-stream@~2.1.3",
  "_id": "sorted-union-stream@2.1.3",
  "_integrity": "sha1-x3lMfgd4gAUv9xqNSi27Sppjisc=",
  "_location": "/sorted-union-stream",
  "_phantomChildren": {
    "inherits": "2.0.3",
    "readable-stream": "2.2.9"
  },
  "_requested": {
    "type": "range",
    "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",
  "_shasum": "c7794c7e077880052ff71a8d4a2dbb4a9a638ac7",
  "_shrinkwrap": null,
  "_spec": "sorted-union-stream@~2.1.3",
  "_where": "/Users/zkat/Documents/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",
    "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",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/mafintosh/sorted-union-stream.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "version": "2.1.3"
}