promise-singleflight
Version:
provide a wrap async function for singleflight
48 lines • 1.31 kB
JSON
{
"name": "promise-singleflight",
"version": "1.0.0",
"description": "provide a wrap async function for singleflight",
"scripts": {
"build": "tsc",
"clean": "rm -r dist",
"ncu": "npx npm-check-updates",
"test": "jest --coverage",
"test-types": "tsd"
},
"main": "dist/index.js",
"author": "Joey Fang <josudoey@gmail.com>",
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.3.101",
"@swc/jest": "^0.2.29",
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"tsd": "^0.30.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josudoey/promise-singleflight.git"
},
"files": [
"dist/*.@(js|ts)"
],
"keywords": [
"promise",
"singleflight",
"async"
],
"bugs": {
"url": "https://github.com/josudoey/promise-singleflight/issues"
},
"homepage": "https://github.com/josudoey/promise-singleflight#readme"
}