package.json
2.24 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
92
93
94
95
{
"_args": [
[
{
"raw": "qjobs@^1.1.4",
"scope": null,
"escapedName": "qjobs",
"name": "qjobs",
"rawSpec": "^1.1.4",
"spec": ">=1.1.4 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/karma"
]
],
"_from": "qjobs@>=1.1.4 <2.0.0",
"_id": "qjobs@1.1.5",
"_inCache": true,
"_location": "/qjobs",
"_nodeVersion": "4.2.4",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/qjobs-1.1.5.tgz_1471424604162_0.33236237801611423"
},
"_npmUser": {
"name": "franck34",
"email": "franck.tab@gmail.com"
},
"_npmVersion": "3.10.2",
"_phantomChildren": {},
"_requested": {
"raw": "qjobs@^1.1.4",
"scope": null,
"escapedName": "qjobs",
"name": "qjobs",
"rawSpec": "^1.1.4",
"spec": ">=1.1.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/karma"
],
"_resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.1.5.tgz",
"_shasum": "659de9f2cf8dcc27a1481276f205377272382e73",
"_shrinkwrap": null,
"_spec": "qjobs@^1.1.4",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/karma",
"author": {
"name": "Franck TABARY"
},
"bugs": {
"url": "https://github.com/franck34/qjobs/issues"
},
"dependencies": {},
"description": "qjobs is a simple and stupid queue job manager for nodejs",
"devDependencies": {},
"directories": {
"example": "examples"
},
"dist": {
"shasum": "659de9f2cf8dcc27a1481276f205377272382e73",
"tarball": "https://registry.npmjs.org/qjobs/-/qjobs-1.1.5.tgz"
},
"engines": {
"node": ">=0.9"
},
"gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2",
"homepage": "https://github.com/franck34/qjobs#readme",
"keywords": [
"queue",
"jobs",
"job",
"concurrency",
"control"
],
"license": "MIT",
"main": "qjobs.js",
"maintainers": [
{
"name": "franck34",
"email": "franck.tab@gmail.com"
}
],
"name": "qjobs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/franck34/qjobs.git"
},
"scripts": {
"test": "make test"
},
"version": "1.1.5"
}