forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "map-stream",
"version": "0.0.5",
"license": "MIT",
"description": "construct pipes of streams of events",
"homepage": "http://github.com/dominictarr/map-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/map-stream.git"
},
"dependencies": {},
"devDependencies": {
"asynct": "*",
"it-is": "1",
"ubelt": "~2.9",
"stream-spec": "~0.2",
"event-stream": "~2.1",
"from": "0.0.2"
},
"scripts": {
"test": "asynct test/"
},
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"gitHead": "336f8ecdce81f5c66001646871ca73584879b419",
"bugs": {
"url": "https://github.com/dominictarr/map-stream/issues"
},
"_id": "map-stream@0.0.5",
"_shasum": "80ffe0f588da32bf006b7f12d9197c5b8725df1c",
"_from": "map-stream@*",
"_npmVersion": "1.4.26",
"_npmUser": {
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
}
],
"dist": {
"shasum": "80ffe0f588da32bf006b7f12d9197c5b8725df1c",
"tarball": "http://registry.npmjs.org/map-stream/-/map-stream-0.0.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.5.tgz",
"readme": "ERROR: No README data found!"
}