You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
802 B
JSON

{
"name": "single-concurrent",
"version": "1.0.0",
"description": "Ensures that only one 'instance' of an asynchronous process is running at any given time",
"main": "index.js",
"files": [
"index.js",
"example.js",
"README.md"
],
"repository": {
"url": "https://git.cryto.net/joepie91/single-concurrent.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"async",
"concurrency",
"serial",
"promises",
"bluebird",
"loop"
],
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@validatem/core": "^0.5.0",
"@validatem/is-function": "^0.1.0",
"@validatem/required": "^0.1.1",
"capture-promise": "^1.0.0",
"debug": "^4.3.5"
}
}