promise-limit-time
Version:
Limit Promise.all concurrency
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "promise-limit-time",
"version": "0.0.7",
"description": "Limit Promise.all concurrency",
"keywords": [
"Promise",
"limit",
"time"
],
"main": "lib/index.js",
"types": "lib/types",
"scripts": {
"dev": "webpack",
"test": "babel-node --presets env test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DODO7419/promise-limit-time"
},
"author": "lwq",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
},
"bin": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@types/fs-extra": "^9.0.6",
"@types/lodash": "^4.14.179",
"@types/node": "^14.14.19",
"babel-code-frame": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}