UNPKG

common-callback-names

Version:

List of common callback names - callback, cb, callback_, next, done.

102 lines (101 loc) 2.25 kB
{ "name": "common-callback-names", "version": "2.0.1", "description": "List of common callback names - callback, cb, callback_, next, done.", "repository": "tunnckoCore/common-callback-names", "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "lint": "standard index.js test.js --fix --verbose", "test": "npm-run-all -s lint test:*", "test:api": "nyc --reporter lcov node test.js", "test:report": "nyc report", "prerelease": "npm test", "release": "standard-version --sign --no-verify", "git": "npm-run-all -s git:*", "git:add": "git add --all", "git:cz": "git-cz", "commit": "npm-run-all -s test git" }, "dependencies": {}, "devDependencies": { "commitizen": "~2.7.0", "cz-conventional-changelog": "1.1.5", "mukla": "^0.4.8", "npm-run-all": "~3.1.2", "nyc": "^10.1.2", "pre-commit": "^1.2.2", "standard": "^9.0.0", "standard-version": "^4.0.0" }, "files": [ "index.js" ], "keywords": [ "callback", "cb", "common", "common-callback-names", "done", "list", "name", "names", "next" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "verb": { "run": true, "toc": { "render": true, "method": "preWrite", "maxdepth": 3 }, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "always-done", "minibase", "try-catch-core", "function-arguments", "get-fn-name", "parse-function", "is-async-function", "is-callback-function" ], "highlight": "always-done" }, "lint": { "reflinks": true }, "reflinks": [ "always-done", "async-done", "base", "charlike", "commitizen", "common-callback-names", "dezalgo", "fn-name", "once", "standard-version", "verb", "verb-generate-readme" ] }, "nyc": { "check-coverage": true, "statements": 100, "functions": 100, "branches": 100, "lines": 100 } }