aswi2020vldc-gitlab/templetes/node_modules/run-queue/package.json @ 0b434236
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "run-queue", |
||
3 | "version": "1.0.3", |
||
4 | "description": "A promise based, dynamic priority queue runner, with concurrency limiting.", |
||
5 | "main": "queue.js", |
||
6 | "scripts": { |
||
7 | "test": "standard && tap -J test" |
||
8 | }, |
||
9 | "keywords": [], |
||
10 | "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)", |
||
11 | "license": "ISC", |
||
12 | "devDependencies": { |
||
13 | "standard": "^8.6.0", |
||
14 | "tap": "^10.2.0" |
||
15 | }, |
||
16 | "files": [ |
||
17 | "queue.js" |
||
18 | ], |
||
19 | "directories": { |
||
20 | "test": "test" |
||
21 | }, |
||
22 | "dependencies": { |
||
23 | "aproba": "^1.1.1" |
||
24 | }, |
||
25 | "repository": { |
||
26 | "type": "git", |
||
27 | "url": "git+https://github.com/iarna/run-queue.git" |
||
28 | }, |
||
29 | "bugs": { |
||
30 | "url": "https://github.com/iarna/run-queue/issues" |
||
31 | }, |
||
32 | "homepage": "https://npmjs.com/package/run-queue" |
||
33 | }
|