UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

82 lines (81 loc) 1.98 kB
{ "name": "try-catch-callback", "version": "2.0.1", "description": "try/catch block with a callback, used in [try-catch-core][]. Use it when you don't care about asyncness so much and don't want guarantees. If you care use [try-catch-core][].", "repository": "hybridables/try-catch-callback", "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)", "precommit.silent": true, "main": "index.js", "license": "MIT", "scripts": { "lint": "standard --verbose", "pretest": "npm run lint", "test": "npm run coverage", "posttest": "npm run lint:coverage", "coverage": "nyc node test.js", "lint:coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100", "report-coverage": "nyc report --reporter=text-lcov | coveralls", "prerelease": "npm test", "release": "standard-version --sign --no-verify", "precommit": "git add --all", "commit": "git-cz" }, "dependencies": {}, "devDependencies": { "commitizen": "^2.8.6", "coveralls": "^2.11.12", "cz-conventional-changelog": "^1.2.0", "mukla": "^0.4.1", "nyc": "^8.1.0", "pre-commit": "^1.1.3", "standard": "^8.1.0", "standard-version": "^2.4.0" }, "files": [ "index.js" ], "keywords": [ "async", "block", "callback", "catch", "cb", "core", "try", "try-catch-callback", "trycatch" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "verb": { "run": true, "toc": false, "layout": "empty", "tasks": [ "readme" ], "related": { "list": [ "try-catch-core", "gana", "gana-compile", "try-require-please", "catchup" ] }, "reflinks": [ "dezalgo", "once", "try-catch-core", "es6-template", "gana", "gana-compile" ], "lint": { "reflinks": true } } }