Files
coopgo/node_modules/semaphore/bower.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

27 lines
484 B
JSON

{
"name": "semaphore.js",
"version": "1.0.3",
"homepage": "https://github.com/abrkn/semaphore.js",
"authors": [
"Andreas Brekken <andreas@opuno.com>"
],
"description": "Limit simultaneous access to a resource.",
"main": "lib/semaphore.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"semaphore",
"concurrency"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}