NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/js-queue/package.json
2023-09-14 14:47:11 +08:00

36 lines
742 B
JSON

{
"name": "js-queue",
"version": "2.0.0",
"description": "Simple JS queue with auto run for node and browsers",
"main": "queue.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/js-queue.git"
},
"keywords": [
"queue",
"node",
"js",
"auto",
"run",
"execute",
"browser",
"react"
],
"author": "Brandon Nozaki Miller",
"license": "DBAD",
"bugs": {
"url": "https://github.com/RIAEvangelist/js-queue/issues"
},
"homepage": "https://github.com/RIAEvangelist/js-queue#readme",
"dependencies": {
"easy-stack": "^1.0.0"
}
}