pause-methods
Version:
Pause/resume execution of an object's methods
53 lines (52 loc) • 933 B
JSON
{
"name": "pause-methods",
"version": "1.0.0",
"description": "Pause/resume execution of an object's methods",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"repository": "shinnn/pause-methods",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "nyc node test.js"
},
"files": [
"index.js"
],
"keywords": [
"object",
"function",
"method",
"methods",
"pause",
"resume",
"stop",
"buffer",
"operation",
"execution",
"control",
"on",
"off",
"switching"
],
"dependencies": {
"inspect-with-kind": "^1.0.5",
"pause-fn": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.8.10",
"eslint": "^5.14.1",
"nyc": "^13.3.0",
"nyc-config-common": "^1.0.1",
"tape": "^4.10.1"
},
"eslintConfig": {
"extends": "@shinnn",
"rules": {
"prefer-rest-params": "off",
"prefer-spread": "off"
}
},
"nyc": {
"extends": "nyc-config-common"
}
}