This commit is contained in:
parent
fa2be029a2
commit
724d70e58b
3339 changed files with 1075535 additions and 0 deletions
27
frontend/node_modules/custom-error-instance/package.json
generated
vendored
Normal file
27
frontend/node_modules/custom-error-instance/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "custom-error-instance",
|
||||
"version": "2.1.1",
|
||||
"description": "Create custom JavaScript errors that also match instanceof.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Gi60s/custom-error-instance.git"
|
||||
},
|
||||
"keywords": [
|
||||
"error",
|
||||
"custom",
|
||||
"custom-error",
|
||||
"instance",
|
||||
"instanceof"
|
||||
],
|
||||
"author": "James Speirs",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Gi60s/custom-error-instance/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Gi60s/custom-error-instance#readme",
|
||||
"devDependencies": {
|
||||
"chai": "^3.4.1"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in a new issue