promise-dedup
Version:
Deduplicate any promise
40 lines (39 loc) • 844 B
JSON
{
"name": "promise-dedup",
"version": "1.3.0",
"description": "Deduplicate any promise",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "tsc & jest lib/index.test.js",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strblr/promise-dedup.git"
},
"keywords": [
"promise",
"dedup",
"dedupe",
"cache",
"key",
"cached"
],
"author": "strblr",
"license": "MIT",
"bugs": {
"url": "https://github.com/strblr/promise-dedup/issues"
},
"homepage": "https://github.com/strblr/promise-dedup#readme",
"devDependencies": {
"@types/jest": "^28.1.1",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
},
"dependencies": {
"fast-json-stable-stringify": "^2.1.0"
}
}