formatted-error
Version:
Allows you to use placeholders in your errors.
30 lines (29 loc) • 655 B
JSON
{
"name": "formatted-error",
"version": "1.0.1",
"description": "Allows you to use placeholders in your errors.",
"main": "main.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-butcher/formatted-error.git"
},
"keywords": [
"Error",
"Errors",
"Placeholders",
"Formatter"
],
"author": "Chris Butcher",
"license": "MIT",
"bugs": {
"url": "https://github.com/c-butcher/formatted-error/issues"
},
"homepage": "https://github.com/c-butcher/formatted-error#readme",
"dependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}