UNPKG

cooperative

Version:

cooperative threading versions of map, filter, forEach, etc, suitable for big processing in single-threaded Node.js

35 lines (34 loc) 827 B
{ "name": "cooperative", "version": "1.1.1", "description": "cooperative threading versions of map, filter, forEach, etc, suitable for big processing in single-threaded Node.js", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "author": "Tim Macfarlane <timmacfarlane@gmail.com>", "license": "ISC", "devDependencies": { "chai": "3.5.0", "es6-promise": "4.1.0", "mocha": "3.2.0", "underscore": "1.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/featurist/cooperative.git" }, "keywords": [ "cooperative", "concurrency", "functional", "util" ], "bugs": { "url": "https://github.com/featurist/cooperative/issues" }, "homepage": "https://github.com/featurist/cooperative#readme" }