93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
|
{
|
||
|
"_from": "make-error@^1.2.0",
|
||
|
"_id": "make-error@1.3.6",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
||
|
"_location": "/make-error",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "make-error@^1.2.0",
|
||
|
"name": "make-error",
|
||
|
"escapedName": "make-error",
|
||
|
"rawSpec": "^1.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/make-error-cause"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
|
||
|
"_shasum": "2eb2e37ea9b67c4891f684a1394799af484cf7a2",
|
||
|
"_spec": "make-error@^1.2.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/make-error-cause",
|
||
|
"author": {
|
||
|
"name": "Julien Fontanet",
|
||
|
"email": "julien.fontanet@isonoe.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/JsCommunity/make-error/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Make your own error types!",
|
||
|
"devDependencies": {
|
||
|
"browserify": "^16.2.3",
|
||
|
"eslint": "^6.5.1",
|
||
|
"eslint-config-prettier": "^6.4.0",
|
||
|
"eslint-config-standard": "^14.1.0",
|
||
|
"eslint-plugin-import": "^2.14.0",
|
||
|
"eslint-plugin-node": "^10.0.0",
|
||
|
"eslint-plugin-promise": "^4.0.1",
|
||
|
"eslint-plugin-standard": "^4.0.0",
|
||
|
"husky": "^3.0.9",
|
||
|
"jest": "^24",
|
||
|
"prettier": "^1.14.3",
|
||
|
"uglify-js": "^3.3.2"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/",
|
||
|
"index.js",
|
||
|
"index.d.ts"
|
||
|
],
|
||
|
"homepage": "https://github.com/JsCommunity/make-error",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"commit-msg": "npm run test"
|
||
|
}
|
||
|
},
|
||
|
"jest": {
|
||
|
"testEnvironment": "node"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"create",
|
||
|
"custom",
|
||
|
"derive",
|
||
|
"error",
|
||
|
"errors",
|
||
|
"extend",
|
||
|
"extending",
|
||
|
"extension",
|
||
|
"factory",
|
||
|
"inherit",
|
||
|
"make",
|
||
|
"subclass"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"main": "index.js",
|
||
|
"name": "make-error",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/JsCommunity/make-error.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev-test": "jest --watch",
|
||
|
"format": "prettier --write '**'",
|
||
|
"prepublishOnly": "mkdir -p dist && browserify -s makeError index.js | uglifyjs -c > dist/make-error.js",
|
||
|
"pretest": "eslint --ignore-path .gitignore .",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"version": "1.3.6"
|
||
|
}
|