-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.81 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"_args": [
[
"ordered-read-streams@1.0.1",
"/home/vietanh/tlcn_2019/MQTTBROKER"
]
],
"_from": "ordered-read-streams@1.0.1",
"_id": "ordered-read-streams@1.0.1",
"_inBundle": false,
"_integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=",
"_location": "/ordered-read-streams",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"process-nextick-args": "2.0.1",
"safe-buffer": "5.1.2",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "ordered-read-streams@1.0.1",
"name": "ordered-read-streams",
"escapedName": "ordered-read-streams",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/home/vietanh/tlcn_2019/MQTTBROKER",
"author": {
"name": "Artem Medeusheyev",
"email": "artem.medeusheyev@gmail.com"
},
"bugs": {
"url": "https://github.com/armed/ordered-read-streams/issues"
},
"dependencies": {
"readable-stream": "^2.0.1"
},
"description": "Combines array of streams into one read stream in strict order",
"devDependencies": {
"expect": "^1.20.2",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"mississippi": "^1.3.0",
"mocha": "^2.2.5",
"pre-commit": "^1.0.10",
"through2": "^2.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/armed/ordered-read-streams#readme",
"license": "MIT",
"name": "ordered-read-streams",
"repository": {
"type": "git",
"url": "git+https://github.com/armed/ordered-read-streams.git"
},
"scripts": {
"test": "jscs *.js test/*js && jshint *.js test/*.js && mocha"
},
"version": "1.0.1"
}