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.
65 lines
1.6 KiB
65 lines
1.6 KiB
{
|
|
"_from": "grouped-queue@^1.1.0",
|
|
"_id": "grouped-queue@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-rZOFKfCqLhsu5VqjBjEWiwrYqJR07KxIkH4mLZlNlGDfntbb4FbMyGFP14TlvRPrU9S3Hnn/sgxbC5ZeN0no3Q==",
|
|
"_location": "/grouped-queue",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "grouped-queue@^1.1.0",
|
|
"name": "grouped-queue",
|
|
"escapedName": "grouped-queue",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/yeoman-environment",
|
|
"/yeoman-generator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/grouped-queue/-/grouped-queue-1.1.0.tgz",
|
|
"_shasum": "63e3f9ca90af952269d1d40879e41221eacc74cb",
|
|
"_spec": "grouped-queue@^1.1.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-environment",
|
|
"author": {
|
|
"name": "Simon Boudrias",
|
|
"email": "admin@simonboudrias.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SBoudrias/grouped-queue/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lodash": "^4.17.15"
|
|
},
|
|
"deprecated": false,
|
|
"description": "In memory queue system prioritizing tasks",
|
|
"devDependencies": {
|
|
"mocha": "^7.0.0",
|
|
"sinon": "^8.0.4"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/SBoudrias/grouped-queue#readme",
|
|
"keywords": [
|
|
"queue",
|
|
"async",
|
|
"task",
|
|
"flow",
|
|
"control"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/queue.js",
|
|
"name": "grouped-queue",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SBoudrias/grouped-queue.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|