timeout-percentage
Version:
Similar to setTimeout, but with multiple intervals to report elapsed time.
27 lines (26 loc) • 655 B
JSON
{
"name": "timeout-percentage",
"version": "1.0.8",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/ourarash/timeout-percentage.git"
},
"keywords": ["timeout", "intervals", "progress", "setTimeout", "setInterval"],
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"dependencies": {},
"description": "Similar to setTimeout, but with multiple intervals to report elapsed time."
}