concurrent-each
Version:
Async array operations to push tasks onto the macrotask queue to prevent UI lock up.
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "concurrent-each",
"version": "1.1.2",
"description": "Async array operations to push tasks onto the macrotask queue to prevent UI lock up.",
"main": "build/index.js",
"scripts": {
"test": "jest",
"lint": "eslint -c ./.eslintrc ./src/**/*",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdact/concurrent-each.git"
},
"author": "xdact",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdact/concurrent-each/issues"
},
"homepage": "https://github.com/xdact/concurrent-each#readme",
"keywords": [
"concurrent",
"each",
"concurrency",
"async",
"asynchronous",
"map",
"forEach",
"reduce",
"array",
"iteration",
"iterate",
"loop",
"parallel",
"macrotask"
],
"dependencies": {
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-commonjs": "^17.1.0",
"eslint": "^7.21.0",
"jest": "^26.6.3",
"rollup": "^2.40.0",
"rollup-plugin-terser": "^7.0.2"
}
}