aboutsummaryrefslogtreecommitdiff
path: root/node_modules/duplexer2/package.json
blob: 534f275c9497c376651ff7c07cae768e1fc95bee (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
{
  "_args": [
    [
      {
        "raw": "duplexer2@0.0.2",
        "scope": null,
        "escapedName": "duplexer2",
        "name": "duplexer2",
        "rawSpec": "0.0.2",
        "spec": "0.0.2",
        "type": "version"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/multipipe"
    ]
  ],
  "_from": "duplexer2@0.0.2",
  "_id": "duplexer2@0.0.2",
  "_inCache": true,
  "_location": "/duplexer2",
  "_npmUser": {
    "name": "deoxxa",
    "email": "deoxxa@fknsrs.biz"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "duplexer2@0.0.2",
    "scope": null,
    "escapedName": "duplexer2",
    "name": "duplexer2",
    "rawSpec": "0.0.2",
    "spec": "0.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/multipipe"
  ],
  "_resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
  "_shasum": "c614dcf67e2fb14995a91711e5a617e8a60a31db",
  "_shrinkwrap": null,
  "_spec": "duplexer2@0.0.2",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/multipipe",
  "author": {
    "name": "Conrad Pankoff",
    "email": "deoxxa@fknsrs.biz",
    "url": "http://www.fknsrs.biz/"
  },
  "bugs": {
    "url": "https://github.com/deoxxa/duplexer2/issues"
  },
  "dependencies": {
    "readable-stream": "~1.1.9"
  },
  "description": "Like duplexer (http://npm.im/duplexer) but using streams2",
  "devDependencies": {
    "chai": "~1.7.2",
    "mocha": "~1.12.1"
  },
  "directories": {},
  "dist": {
    "shasum": "c614dcf67e2fb14995a91711e5a617e8a60a31db",
    "tarball": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz"
  },
  "homepage": "https://github.com/deoxxa/duplexer2",
  "keywords": [
    "duplex",
    "stream",
    "join",
    "combine"
  ],
  "license": "BSD",
  "main": "index.js",
  "maintainers": [
    {
      "name": "deoxxa",
      "email": "deoxxa@fknsrs.biz"
    }
  ],
  "name": "duplexer2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/deoxxa/duplexer2.git"
  },
  "scripts": {
    "test": "mocha -R tap"
  },
  "version": "0.0.2"
}