fcf-framework-lock
Version:
Provides file locking and named mutex functionality
27 lines (26 loc) • 590 B
JSON
{
"name": "fcf-framework-lock",
"version": "1.0.14",
"description": "Provides file locking and named mutex functionality",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/fcf-framework/fcf-framework-lock.git"
},
"homepage": "https://fcf-framework.is-a-fullstack.dev/packages/fcf-framework-lock",
"keywords": [
"fcf",
"file lock",
"flock",
"LockFileEx",
"lock",
"CreateMutex",
"named mutex",
"mutex"
],
"scripts": {
"test": "node ./tests/tests.js"
},
"author": "VMarkin",
"license": "MIT"
}