pause-fn
Version:
Pause/resume execution of a function
45 lines (44 loc) • 777 B
JSON
{
"name": "pause-fn",
"version": "1.0.0",
"description": "Pause/resume execution of a function",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"repository": "shinnn/pause-fn",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "nyc node test.js"
},
"files": [
"index.js"
],
"keywords": [
"function",
"pause",
"resume",
"stop",
"buffer",
"operation",
"execution",
"control",
"on",
"off",
"switching"
],
"dependencies": {
"inspect-with-kind": "^1.0.5"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.8.10",
"eslint": "^5.13.0",
"nyc": "^13.2.0",
"nyc-config-common": "^1.0.1",
"tape": "^4.10.0"
},
"eslintConfig": {
"extends": "@shinnn"
},
"nyc": {
"extends": "nyc-config-common"
}
}