-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.16 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.16 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
{
"_args": [
[
"queue",
"/home/pi/Documents/Node/Monitor"
]
],
"_from": "queue@latest",
"_id": "queue@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/queue",
"_nodeVersion": "1.4.2",
"_npmUser": {
"email": "jesse.tane@gmail.com",
"name": "jessetane"
},
"_npmVersion": "2.6.1",
"_phantomChildren": {},
"_requested": {
"name": "queue",
"raw": "queue",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/queue/-/queue-3.1.0.tgz",
"_shasum": "6c49d01f009e2256788789f2bffac6b8b9990585",
"_shrinkwrap": null,
"_spec": "queue",
"_where": "/home/pi/Documents/Node/Monitor",
"author": {
"email": "jesse.tane@gmail.com",
"name": "Jesse Tane"
},
"bugs": {
"url": "https://github.com/jessetane/queue/issues"
},
"dependencies": {
"inherits": "~2.0.0"
},
"description": "asynchronous function queue with adjustable concurrency",
"devDependencies": {
"browserify": "^5.9.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"tape": "^2.14.0"
},
"directories": {},
"dist": {
"shasum": "6c49d01f009e2256788789f2bffac6b8b9990585",
"tarball": "http://registry.npmjs.org/queue/-/queue-3.1.0.tgz"
},
"gitHead": "8cb17ba3292dc0cfcd104f4d7531f887fae7cf30",
"homepage": "https://github.com/jessetane/queue",
"keywords": [
"async",
"asynchronous",
"concurrency",
"concurrent",
"job",
"queue",
"synchronous",
"task"
],
"license": "WTFPL",
"maintainers": [
{
"name": "jessetane",
"email": "jesse.tane@gmail.com"
}
],
"name": "queue",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jessetane/queue.git"
},
"scripts": {
"example": "node example",
"test": "node test",
"test-browser": "browserify test/index.js > test/bundle.js && echo \"open test/index.html in your browser\"",
"travis": "istanbul cover test --report lcovonly && cat coverage/lcov.info | coveralls"
},
"version": "3.1.0"
}