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
45 lines • 935 B
JSON
{
"name": "is-typeof-error",
"version": "1.1.0",
"description": "Check that given value is any type of error and instanceof Error.",
"repository": "tunnckoCore/is-typeof-error",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"is-extendable": "^0.1.1"
},
"devDependencies": {
"assertit": "^0.1.0",
"kind-error": "^2.0.0",
"plugin-error": "^0.1.2",
"pre-commit": "*"
},
"files": [
"index.js"
],
"keywords": [
"is-typeof-error"
],
"verb": {
"toc": false,
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"error-base",
"is-kindof",
"kind-error",
"kind-of",
"kind-of-extra",
"kind-of-types"
]
}
}
}