rw-resource
Version:
A simple helper to protect access to a resource across async operations
43 lines (42 loc) • 976 B
JSON
{
"name": "rw-resource",
"version": "1.0.5",
"description": "A simple helper to protect access to a resource across async operations",
"main": "index.js",
"scripts": {
"prepare": "tsc",
"test": "mocha -r ts-node/register test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netmail-open/rw-resource.git"
},
"keywords": [
"node",
"lock",
"resource",
"rwlock"
],
"author": "Micah N Gorrell",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/netmail-open/rw-resource/issues"
},
"homepage": "https://github.com/netmail-open/rw-resource#readme",
"devDependencies": {
"mocha": "^5.2.0",
"ts-node": "^7.0.0",
"typescript": "^2.5.3",
"debug": "^2.3.3",
"chai": "^4.1.2",
"@types/debug": "0.0.29",
"@types/node": "^10.5.2",
"@types/mocha": "^5.2.1"
},
"typescript": {
"definition": "package.d.ts"
},
"files": [
"index.js"
]
}