UNPKG

parallel-each

Version:

A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.

53 lines (52 loc) 1.4 kB
{ "name": "parallel-each", "version": "1.1.7", "description": "A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.", "main": "parallel-each.js", "scripts": { "test": "mocha --require @babel/register --require @babel/polyfill ./test/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/garrickthurston/parallel-each.git" }, "keywords": [ "async", "forEach", "each", "map", "asynchronous", "iteration", "iterate", "loop", "parallel", "concurrent", "array", "flow", "max-degrees-of-parallelism" ], "author": "Garrick Thurston", "license": "ISC", "bugs": { "url": "https://github.com/garrickthurston/parallel-each/issues" }, "homepage": "https://github.com/garrickthurston/parallel-each#readme", "devDependencies": { "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/polyfill": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/register": "^7.4.0", "babel-loader": "^8.2.2", "chai": "^4.2.0", "clean-webpack-plugin": "^1.0.1", "mocha": "^6.1.2", "path": "^0.12.7", "sinon": "^7.3.1", "webpack": "^5.11.1", "webpack-cli": "^4.3.0" }, "files": [ "parallel-each.js" ] }