UNPKG

fair-share

Version:

Share processor time between async functions

22 lines 575 B
{ "name": "fair-share", "description": "Share processor time between async functions", "author": "Thomas Frank <thomas@nodebite.se (http://nodebite.se)", "version": "1.0.4", "main": "fair-share.class.js", "repository": { "type": "git", "url": "https://github.com/ironboy/fair-share" }, "bugs": "https://github.com/ironboy/fair-share/issues", "license": "MIT", "engines": { "node": ">=7.6" }, "dependencies": {}, "devDependencies": { "babel-eslint": "^7.2.3", "eslint": "^4.4.1" }, "tonicExampleFilename": "tonic-example.js" }