node-async-lock
Version:
node async lock
39 lines (38 loc) • 706 B
JSON
{
"name": "node-async-lock",
"version": "1.1.3",
"description": "node async lock",
"main": "index.js",
"scripts": {
"test": "npm install && mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/navyxie/async-lock.git"
},
"keywords": [
"异步",
"锁",
"流程",
"控制"
],
"dependencies":{
"store-ttl":"^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.2",
"async":"^2.0.0"
},
"author": {
"name": "navyxie"
},
"license": "ISC",
"homepage": "https://github.com/navyxie/async-lock",
"maintainers": [
{
"name": "navyxie",
"email": "navyxie2010@gmail.com"
}
]
}