root / HServer / 00.Server / 00.Program / node_modules / async-limiter / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.99 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "async-limiter@1.0.0",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "async-limiter@1.0.0", |
||
9 | "_id": "async-limiter@1.0.0", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", |
||
12 | "_location": "/async-limiter", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "async-limiter@1.0.0", |
||
18 | "name": "async-limiter", |
||
19 | "escapedName": "async-limiter", |
||
20 | "rawSpec": "1.0.0", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "1.0.0" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/ws"
|
||
26 | ], |
||
27 | "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", |
||
28 | "_spec": "1.0.0", |
||
29 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
30 | "author": {
|
||
31 | "name": "Samuel Reed" |
||
32 | }, |
||
33 | "bugs": {
|
||
34 | "url": "https://github.com/strml/async-limiter/issues" |
||
35 | }, |
||
36 | "dependencies": {},
|
||
37 | "description": "asynchronous function queue with adjustable concurrency", |
||
38 | "devDependencies": {
|
||
39 | "coveralls": "^2.11.2", |
||
40 | "eslint": "^4.6.1", |
||
41 | "eslint-plugin-mocha": "^4.11.0", |
||
42 | "intelli-espower-loader": "^1.0.1", |
||
43 | "istanbul": "^0.3.2", |
||
44 | "mocha": "^3.5.2", |
||
45 | "power-assert": "^1.4.4" |
||
46 | }, |
||
47 | "homepage": "https://github.com/strml/async-limiter#readme", |
||
48 | "keywords": [
|
||
49 | "throttle",
|
||
50 | "async",
|
||
51 | "limiter",
|
||
52 | "asynchronous",
|
||
53 | "job",
|
||
54 | "task",
|
||
55 | "concurrency",
|
||
56 | "concurrent"
|
||
57 | ], |
||
58 | "license": "MIT", |
||
59 | "name": "async-limiter", |
||
60 | "repository": {
|
||
61 | "type": "git", |
||
62 | "url": "git+https://github.com/strml/async-limiter.git" |
||
63 | }, |
||
64 | "scripts": {
|
||
65 | "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls", |
||
66 | "example": "node example", |
||
67 | "lint": "eslint .", |
||
68 | "test": "mocha --R intelli-espower-loader test/", |
||
69 | "travis": "npm run lint && npm run coverage" |
||
70 | }, |
||
71 | "version": "1.0.0" |
||
72 | } |