UNPKG

node-singleflight

Version:

provides a duplicate function call suppression

26 lines (25 loc) 595 B
{ "scripts": { "test": "jest" }, "devDependencies": { "jest": "^26.6.3" }, "name": "node-singleflight", "version": "0.1.2", "description": "provides a duplicate function call suppression", "main": "index.js", "directories": { "lib": "lib" }, "repository": "git+ssh://git@github.com/mustard-mh/node-singleflight.git", "keywords": [ "singleflight" ], "author": "mustard-mh", "bugs": { "url": "https://github.com/mustard-mh/node-singleflight/issues" }, "homepage": "https://github.com/mustard-mh/node-singleflight#readme", "license": "MIT" }