aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/request/node_modules/form-data/node_modules/combined-stream/package.json
blob: 7bb0fcf9ed2d0b3b2398b43103335486d4b4c170 (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
{
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "name": "combined-stream",
  "description": "A stream that emits multiple other streams one after another.",
  "version": "0.0.3",
  "homepage": "https://github.com/felixge/node-combined-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-combined-stream.git"
  },
  "main": "./lib/combined_stream",
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "delayed-stream": "0.0.5"
  },
  "devDependencies": {
    "far": "0.0.1"
  },
  "_npmUser": {
    "name": "mikeal",
    "email": "mikeal.rogers@gmail.com"
  },
  "_id": "combined-stream@0.0.3",
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.24",
  "_nodeVersion": "v0.8.1",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "c41c9899277b587901bb6ce4bf458b94693afafa"
  },
  "_from": "combined-stream@0.0.3"
}