file-lockdown
Version:
A robust library for file locking and asynchronous file operations, designed for thread safety and inter-process communication using the 'net' module.
40 lines (39 loc) • 979 B
JSON
{
"name": "file-lockdown",
"version": "1.2.1",
"description": "A robust library for file locking and asynchronous file operations, designed for thread safety and inter-process communication using the 'net' module.",
"keywords": [
"file",
"lockdown",
"lock",
"fs",
"background",
"processes",
"net"
],
"author": "Manuel Lõhmus",
"license": "MIT",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "node index.test.js"
},
"files": [
"browser.js",
"index.js",
"index.test.js",
"LICENSE",
"package.json",
"README.md"
],
"homepage": "https://github.com/manuel-lohmus/file-lockdown#readme",
"bugs": "https://github.com/manuel-lohmus/file-lockdown/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/manuel-lohmus/file-lockdown.git"
},
"dependencies": {
"config-sets": "^2.6.3",
"net-fn": "^1.1.1"
}
}