summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/whoops/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/whoops/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/whoops/package.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/whoops/package.json b/bin/wiki/ImportarDesdeURL/node_modules/whoops/package.json
new file mode 100644
index 00000000..a3dcf30d
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/whoops/package.json
@@ -0,0 +1,79 @@
+{
+ "_from": "whoops@~4.0.2",
+ "_id": "whoops@4.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-b1ofth7xMOAkukgzMhAPKBrgieGJAgKVMyu54DXAOVLmkhpQEfNKe4wS0R7LbdxIsm6FD2CFUjBOdN7Sj+zLSg==",
+ "_location": "/whoops",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "whoops@~4.0.2",
+ "name": "whoops",
+ "escapedName": "whoops",
+ "rawSpec": "~4.0.2",
+ "saveSpec": null,
+ "fetchSpec": "~4.0.2"
+ },
+ "_requiredBy": [
+ "/metascraper"
+ ],
+ "_resolved": "https://registry.npmjs.org/whoops/-/whoops-4.0.2.tgz",
+ "_shasum": "60e1281d47a1600f5f5013059afaad369d83e9d4",
+ "_spec": "whoops@~4.0.2",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/metascraper",
+ "author": {
+ "name": "Kiko Beats",
+ "email": "josefrancisco.verdu@gmail.com",
+ "url": "https://github.com/Kikobeats"
+ },
+ "bugs": {
+ "url": "https://github.com/Kikobeats/whoops/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "clean-stack": "~2.0.0",
+ "mimic-fn": "~2.0.0"
+ },
+ "deprecated": false,
+ "description": "It makes simple throw qualified errors.",
+ "devDependencies": {
+ "coveralls": "latest",
+ "mocha": "latest",
+ "nyc": "latest",
+ "should": "latest",
+ "standard": "latest"
+ },
+ "engines": {
+ "node": ">= 8"
+ },
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://github.com/Kikobeats/whoops",
+ "keywords": [
+ "constructor",
+ "custom",
+ "error",
+ "simple",
+ "throw"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "whoops",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kikobeats/whoops.git"
+ },
+ "scripts": {
+ "clean": "rm -rf node_modules",
+ "coveralls": "nyc report --reporter=text-lcov | coveralls",
+ "lint": "standard lib",
+ "pretest": "npm run lint",
+ "test": "nyc mocha"
+ },
+ "standard": {
+ "env": "mocha"
+ },
+ "version": "4.0.2"
+}