You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"_from": "pretty-error@^4.0.0",
|
|
"_id": "pretty-error@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
|
|
"_location": "/pretty-error",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pretty-error@^4.0.0",
|
|
"name": "pretty-error",
|
|
"escapedName": "pretty-error",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/html-webpack-plugin"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz",
|
|
"_shasum": "90a703f46dd7234adb46d0f84823e9d1cb8f10d6",
|
|
"_spec": "pretty-error@^4.0.0",
|
|
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\html-webpack-plugin",
|
|
"author": {
|
|
"name": "Aria Minaei"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/AriaMinaei/pretty-error/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lodash": "^4.17.20",
|
|
"renderkid": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "See nodejs errors with less clutter",
|
|
"devDependencies": {
|
|
"chai": "~1.9.2",
|
|
"coffee-script": "~1.8.0",
|
|
"coffeescript": "^1.12.7",
|
|
"jitter": "^1.3.0",
|
|
"mocha": "^8.2.0"
|
|
},
|
|
"homepage": "https://github.com/AriaMinaei/pretty-error#readme",
|
|
"keywords": [
|
|
"pretty",
|
|
"error",
|
|
"exception",
|
|
"debug",
|
|
"error-handling",
|
|
"readable",
|
|
"colorful",
|
|
"prettify",
|
|
"format",
|
|
"human"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/PrettyError.js",
|
|
"name": "pretty-error",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AriaMinaei/pretty-error.git"
|
|
},
|
|
"scripts": {
|
|
"compile": "coffee --bare --compile --output ./lib ./src",
|
|
"compile:watch": "jitter src lib -b",
|
|
"prepublish": "npm run compile",
|
|
"test": "mocha \"test/**/*.coffee\"",
|
|
"test:watch": "mocha \"test/**/*.coffee\" --watch",
|
|
"watch": "npm run compile:watch & npm run test:watch",
|
|
"winwatch": "start/b npm run compile:watch & npm run test:watch"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"version": "4.0.0"
|
|
}
|