root / HServer / 00.Server / 00.Program / node_modules / promise-queue / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.87 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"promise-queue@2.2.5",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "promise-queue@2.2.5", |
9 |
"_id": "promise-queue@2.2.5", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-L29ffA9tCBCelnZZx5uIqe1ek7Q=", |
12 |
"_location": "/promise-queue", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "promise-queue@2.2.5", |
18 |
"name": "promise-queue", |
19 |
"escapedName": "promise-queue", |
20 |
"rawSpec": "2.2.5", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "2.2.5" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/mongod"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/promise-queue/-/promise-queue-2.2.5.tgz", |
28 |
"_spec": "2.2.5", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Mikhail Davydov", |
32 |
"email": "i@azproduction.ru" |
33 |
}, |
34 |
"bugs": {
|
35 |
"url": "https://github.com/azproduction/promise-queue/issues" |
36 |
}, |
37 |
"contributors": [
|
38 |
{ |
39 |
"name": "Mikhail Davydov", |
40 |
"email": "i@azproduction.ru" |
41 |
} |
42 |
], |
43 |
"dependencies": {},
|
44 |
"description": "Promise-based queue", |
45 |
"devDependencies": {
|
46 |
"chai": "3.5.0", |
47 |
"coveralls": "2.11.6", |
48 |
"istanbul": "0.1.39", |
49 |
"jscs": "1.0.0", |
50 |
"jshint": "2.1.3", |
51 |
"mocha": "1.11.0", |
52 |
"mocha-istanbul": "0.3.0", |
53 |
"sinon": "1.17.7", |
54 |
"sinon-chai": "2.8.0", |
55 |
"vow": "0.4.1" |
56 |
}, |
57 |
"directories": {
|
58 |
"test": "test" |
59 |
}, |
60 |
"engines": {
|
61 |
"node": ">= 0.8.0" |
62 |
}, |
63 |
"homepage": "https://github.com/azproduction/promise-queue#readme", |
64 |
"license": "MIT", |
65 |
"main": "index.js", |
66 |
"name": "promise-queue", |
67 |
"repository": {
|
68 |
"type": "git", |
69 |
"url": "git://github.com/azproduction/promise-queue.git" |
70 |
}, |
71 |
"scripts": {
|
72 |
"clean": "make clean", |
73 |
"coverage": "make coverage", |
74 |
"lint": "make lint", |
75 |
"test": "make validate" |
76 |
}, |
77 |
"version": "2.2.5" |
78 |
} |