renovate[bot] 80b1a5a3b8
fix(deps): update dependency p-queue to ^6.6.0 (#1819)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-20 23:20:11 +00:00

35 lines
743 B
JSON

{
"name": "@jsdoc/task-runner",
"version": "0.1.8",
"description": "Task runner for JSDoc templates.",
"keywords": [
"jsdoc",
"task"
],
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
"homepage": "https://jsdoc.app/",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/jsdoc/jsdoc/issues"
},
"dependencies": {
"dependency-graph": "^0.9.0",
"emittery": "^0.7.1",
"ow": "^0.17.0",
"p-queue": "^6.6.0"
},
"engines": {
"node": ">=10.18.0"
}
}