Files
asciidisco.com/build/node_modules/fqueue/package.json
2023-08-01 13:49:46 +02:00

56 lines
1.4 KiB
JSON

{
"_from": "fqueue@0.0.x",
"_id": "fqueue@0.0.0",
"_inBundle": false,
"_integrity": "sha1-UzIFpPmtIbuqOPxhzvOpMML1SDY=",
"_location": "/fqueue",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fqueue@0.0.x",
"name": "fqueue",
"escapedName": "fqueue",
"rawSpec": "0.0.x",
"saveSpec": null,
"fetchSpec": "0.0.x"
},
"_requiredBy": [
"/filewalker"
],
"_resolved": "https://registry.npmjs.org/fqueue/-/fqueue-0.0.0.tgz",
"_shasum": "533205a4f9ad21bbaa38fc61cef3a930c2f54836",
"_spec": "fqueue@0.0.x",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/filewalker",
"author": {
"name": "Oliver Leics",
"email": "oliver.leics@gmail.com"
},
"bugs": {
"url": "https://github.com/oleics/node-fqueue/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "In-memory, error handling (retry) function queue, with the ability to throttle simultaneous executions.",
"devDependencies": {
"mocha": "1.0.x"
},
"directories": {},
"engines": {
"node": ">= 0.4.x"
},
"homepage": "https://github.com/oleics/node-fqueue#readme",
"main": "./fqueue",
"name": "fqueue",
"repository": {
"type": "git",
"url": "git://github.com/oleics/node-fqueue.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.0.0"
}