-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.72 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.72 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
{
"_from": "duplexer2@~0.1.2",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
"_location": "/duplexer2",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "2.0.0",
"safe-buffer": "5.1.2",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "duplexer2@~0.1.2",
"name": "duplexer2",
"escapedName": "duplexer2",
"rawSpec": "~0.1.2",
"saveSpec": null,
"fetchSpec": "~0.1.2"
},
"_requiredBy": [
"/browserify",
"/module-deps",
"/stream-combiner2"
],
"_resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
"_shasum": "8b12dab878c0d69e3e7891051662a32fc6bddcc1",
"_spec": "duplexer2@~0.1.2",
"_where": "/Users/smohamed/work/git/splunk-sdk-javascript/node_modules/browserify",
"author": {
"name": "Conrad Pankoff",
"email": "[email protected]",
"url": "http://www.fknsrs.biz/"
},
"bugs": {
"url": "https://github.com/deoxxa/duplexer2/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "^2.0.2"
},
"deprecated": false,
"description": "Like duplexer but using streams3",
"devDependencies": {
"mocha": "^2.2.5"
},
"files": [
"index.js"
],
"homepage": "https://github.com/deoxxa/duplexer2#readme",
"keywords": [
"duplex",
"duplexer",
"stream",
"stream3",
"join",
"combine"
],
"license": "BSD-3-Clause",
"name": "duplexer2",
"repository": {
"type": "git",
"url": "git+https://github.com/deoxxa/duplexer2.git"
},
"scripts": {
"test": "mocha -R tap"
},
"version": "0.1.4"
}