You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/node_modules/_run-queue@1.0.3@run-queue/package.json

36 lines
944 B

{
"name": "run-queue",
"version": "1.0.3",
"description": "A promise based, dynamic priority queue runner, with concurrency limiting.",
"main": "queue.js",
"scripts": {
"test": "standard && tap -J test"
},
"keywords": [],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"license": "ISC",
"devDependencies": {
"standard": "^8.6.0",
"tap": "^10.2.0"
},
"files": [
"queue.js"
],
"directories": {
"test": "test"
},
"dependencies": {
"aproba": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/run-queue.git"
},
"bugs": {
"url": "https://github.com/iarna/run-queue/issues"
},
"homepage": "https://npmjs.com/package/run-queue",
"__npminstall_done": "Fri Jan 03 2020 18:02:10 GMT+0800 (GMT+08:00)",
"_from": "run-queue@1.0.3",
"_resolved": "https://registry.npm.taobao.org/run-queue/download/run-queue-1.0.3.tgz"
}