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

package.json « combined-stream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c3e72c157f22e0f0ec4d4b8271e0aa6c3125d57 (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
{
  "_args": [
    [
      "combined-stream@~1.0.1",
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "combined-stream@>=1.0.1 <1.1.0",
  "_id": "combined-stream@1.0.5",
  "_inCache": true,
  "_location": "/combined-stream",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "email": "iam@alexindigo.com",
    "name": "alexindigo"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "combined-stream",
    "raw": "combined-stream@~1.0.1",
    "rawSpec": "~1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/form-data",
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
  "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  "_shrinkwrap": null,
  "_spec": "combined-stream@~1.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "author": {
    "email": "felix@debuggable.com",
    "name": "Felix Geisendörfer",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-combined-stream/issues"
  },
  "dependencies": {
    "delayed-stream": "~1.0.0"
  },
  "description": "A stream that emits multiple other streams one after another.",
  "devDependencies": {
    "far": "~0.0.7"
  },
  "directories": {},
  "dist": {
    "shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
    "tarball": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "cfc7b815d090a109bcedb5bb0f6713148d55a6b7",
  "homepage": "https://github.com/felixge/node-combined-stream",
  "license": "MIT",
  "main": "./lib/combined_stream",
  "maintainers": [
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "celer",
      "email": "dtyree77@gmail.com"
    },
    {
      "name": "alexindigo",
      "email": "iam@alexindigo.com"
    },
    {
      "name": "apechimp",
      "email": "apeherder@gmail.com"
    }
  ],
  "name": "combined-stream",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-combined-stream.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "1.0.5"
}