first
This commit is contained in:
76
node_modules/pretty-error/package.json
generated
vendored
Normal file
76
node_modules/pretty-error/package.json
generated
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
{
|
||||
"_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.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
|
||||
"_shasum": "90a703f46dd7234adb46d0f84823e9d1cb8f10d6",
|
||||
"_spec": "pretty-error@^4.0.0",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\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"
|
||||
}
|
Reference in New Issue
Block a user