UNPKG

extendo-error

Version:

Safely and simply extend native Error with prototype chaining support

38 lines (37 loc) 915 B
{ "name": "extendo-error", "version": "1.0.1", "description": "Safely and simply extend native Error with prototype chaining support", "main": "src/extendo-error.js", "typings": "src/extendo-error.d.ts", "scripts": { "build": "tsc", "pretest": "npm run build", "test": "alsatian \"**/*.spec.js\"", "prepublish": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/jamesrichford/extendo-error.git" }, "keywords": [ "extendo", "error", "extendable", "typescript", "prototype", "chaining", "extend error", "instanceof" ], "author": "James Richford", "license": "MIT", "bugs": { "url": "https://github.com/jamesrichford/extendo-error/issues" }, "homepage": "https://github.com/jamesrichford/extendo-error#readme", "devDependencies": { "alsatian": "^1.0.0-beta.4", "typescript": "^2.1.4" } }