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: 249245c065dca0a18bd036285500ee979e017d9d (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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"
}