UNPKG

koroutine

Version:

Small, lightweight coroutine scheduler for node based on ES6 generators

44 lines (43 loc) 1.1 kB
{ "name": "koroutine", "version": "1.5.0", "description": "Small, lightweight coroutine scheduler for node based on ES6 generators", "main": "index.js", "scripts": { "test": "nodeunit ./test/*.test.js", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/nodeunit/bin/nodeunit ./test/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/raksoras/koroutine.git" }, "keywords": [ "coroutine", "generator", "async", "callback", "sequential", "nonblocking" ], "engines": { "node": ">=6.8.0" }, "author": "Susheel Aroskar <raksoraslua@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/raksoras/koroutine/issues" }, "homepage": "https://github.com/raksoras/koroutine#readme", "devDependencies": { "coveralls": "^2.11.15", "eslint": "^3.11.1", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "istanbul": "^0.4.5", "nodeunit": "^0.10.2" }, "dependencies": { "debug": "^2.3.3" } }