forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.18 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
"duplexer2@~0.1.2",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify"
]
],
"_from": "duplexer2@>=0.1.2 <0.2.0",
"_id": "duplexer2@0.1.4",
"_inCache": true,
"_location": "/duplexer2",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "zertosh@gmail.com",
"name": "zertosh"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "duplexer2",
"raw": "duplexer2@~0.1.2",
"rawSpec": "~0.1.2",
"scope": null,
"spec": ">=0.1.2 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/browserify",
"/module-deps",
"/stream-combiner2"
],
"_resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
"_shasum": "8b12dab878c0d69e3e7891051662a32fc6bddcc1",
"_shrinkwrap": null,
"_spec": "duplexer2@~0.1.2",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify",
"author": {
"email": "deoxxa@fknsrs.biz",
"name": "Conrad Pankoff",
"url": "http://www.fknsrs.biz/"
},
"bugs": {
"url": "https://github.com/deoxxa/duplexer2/issues"
},
"dependencies": {
"readable-stream": "^2.0.2"
},
"description": "Like duplexer but using streams3",
"devDependencies": {
"mocha": "^2.2.5"
},
"directories": {},
"dist": {
"shasum": "8b12dab878c0d69e3e7891051662a32fc6bddcc1",
"tarball": "http://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz"
},
"files": [
"index.js"
],
"gitHead": "7d008c10499de01ba85636b5f77085ced015c37a",
"homepage": "https://github.com/deoxxa/duplexer2#readme",
"installable": true,
"keywords": [
"combine",
"duplex",
"duplexer",
"join",
"stream",
"stream3"
],
"license": "BSD-3-Clause",
"maintainers": [
{
"name": "deoxxa",
"email": "deoxxa@fknsrs.biz"
},
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
{
"name": "zertosh",
"email": "zertosh@gmail.com"
}
],
"name": "duplexer2",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/deoxxa/duplexer2.git"
},
"scripts": {
"test": "mocha -R tap"
},
"version": "0.1.4"
}