-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 KB
/
package.json
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
{
"_args": [
[
"pull-stream@3.6.14",
"/home/vietanh/tlcn_2019/MQTTBROKER"
]
],
"_from": "pull-stream@3.6.14",
"_id": "pull-stream@3.6.14",
"_inBundle": false,
"_integrity": "sha512-KIqdvpqHHaTUA2mCYcLG1ibEbu/LCKoJZsBWyv9lSYtPkJPBq8m3Hxa103xHi6D2thj5YXa0TqK3L3GUkwgnew==",
"_location": "/pull-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pull-stream@3.6.14",
"name": "pull-stream",
"escapedName": "pull-stream",
"rawSpec": "3.6.14",
"saveSpec": null,
"fetchSpec": "3.6.14"
},
"_requiredBy": [
"/level-sublevel",
"/pull-level",
"/pull-live",
"/stream-to-pull-stream"
],
"_resolved": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.6.14.tgz",
"_spec": "3.6.14",
"_where": "/home/vietanh/tlcn_2019/MQTTBROKER",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://dominictarr.com"
},
"bugs": {
"url": "https://github.com/pull-stream/pull-stream/issues"
},
"description": "minimal pull stream",
"devDependencies": {
"fastbench": "^1.0.1",
"pull-abortable": "~2.0.0",
"tape": "~2.12.3"
},
"homepage": "https://pull-stream.github.io",
"license": "MIT",
"name": "pull-stream",
"repository": {
"type": "git",
"url": "git://github.com/pull-stream/pull-stream.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"version": "3.6.14"
}