fslockjs
Version:
Easy to use file system queue with locking and events. Provide Asynchronous utilities for Directories and File
37 lines (36 loc) • 820 B
JSON
{
"name": "fslockjs",
"version": "3.0.0",
"description": "Easy to use file system queue with locking and events. Provide Asynchronous utilities for Directories and File",
"main": "index.js",
"scripts": {
"test": "mocha src/**/*.spec.js --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alex-Werner/FSlock.git"
},
"author": "Alex Werner <obusco@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alex-Werner/FSlock/issues"
},
"type": "module",
"keywords": [
"queue",
"job",
"async",
"task",
"concurant",
"storage",
"fs",
"file",
"directory",
"nodejs"
],
"homepage": "https://github.com/Alex-Werner/FSlock#readme",
"devDependencies": {
"chai": "^5.0.0",
"mocha": "^10.2.0"
}
}