UNPKG

named-mutex

Version:
32 lines (31 loc) 695 B
{ "name": "named-mutex", "version": "1.0.4", "description": "Cross process named mutex", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/CHChang810716/named-mutex-js.git" }, "keywords": [ "multi-process", "mutex", "named-mutex" ], "author": "Chia-Hua Chang <CHChang810716@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/CHChang810716/named-mutex-js/issues" }, "homepage": "https://github.com/CHChang810716/named-mutex-js#readme", "dependencies": { "fs-ext": "^2.0.0", "poll": "^1.0.1" }, "devDependencies": { "mocha": "^8.0.1" } }