minishouyin/node_modules/write-file-queue/package.json

31 lines
713 B
JSON
Raw Normal View History

2025-11-12 11:35:57 +08:00
{
"name": "write-file-queue",
"version": "0.0.1",
"description": "A writeFile queue which reattempts to write after errors occur",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wankdanker/node-write-file-queue.git"
},
"keywords": [
"write",
"file",
"queue",
"rewrite",
"reattempt",
"error"
],
"author": "Dan VerWeire",
"license": "MIT",
"bugs": {
"url": "https://github.com/wankdanker/node-write-file-queue/issues"
},
"homepage": "https://github.com/wankdanker/node-write-file-queue",
"dependencies": {
"dank-do-while": "^0.1.2"
}
}