package.json
1.95 KB
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
{
"_args": [
[
"duplexer2@0.0.2",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/multipipe"
]
],
"_from": "duplexer2@0.0.2",
"_id": "duplexer2@0.0.2",
"_inCache": true,
"_installable": true,
"_location": "/duplexer2",
"_npmUser": {
"email": "deoxxa@fknsrs.biz",
"name": "deoxxa"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"name": "duplexer2",
"raw": "duplexer2@0.0.2",
"rawSpec": "0.0.2",
"scope": null,
"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": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/multipipe",
"author": {
"email": "deoxxa@fknsrs.biz",
"name": "Conrad Pankoff",
"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": "http://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz"
},
"homepage": "https://github.com/deoxxa/duplexer2",
"keywords": [
"combine",
"duplex",
"join",
"stream"
],
"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"
}