package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "pretty-error@^2.0.2",
  3. "_id": "pretty-error@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==",
  6. "_location": "/pretty-error",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pretty-error@^2.0.2",
  12. "name": "pretty-error",
  13. "escapedName": "pretty-error",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin",
  20. "/svg-sprite-loader/html-webpack-plugin"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-2.1.2.tgz",
  23. "_shasum": "be89f82d81b1c86ec8fdfbc385045882727f93b6",
  24. "_spec": "pretty-error@^2.0.2",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\html-webpack-plugin",
  26. "author": {
  27. "name": "Aria Minaei"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/AriaMinaei/pretty-error/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "lodash": "^4.17.20",
  35. "renderkid": "^2.0.4"
  36. },
  37. "deprecated": false,
  38. "description": "See nodejs errors with less clutter",
  39. "devDependencies": {
  40. "chai": "~1.9.2",
  41. "coffee-script": "~1.8.0",
  42. "jitter": "^1.3.0",
  43. "mocha": "~2.0.1"
  44. },
  45. "homepage": "https://github.com/AriaMinaei/pretty-error#readme",
  46. "keywords": [
  47. "pretty",
  48. "error",
  49. "exception",
  50. "debug",
  51. "error-handling",
  52. "readable",
  53. "colorful",
  54. "prettify",
  55. "format",
  56. "human"
  57. ],
  58. "license": "MIT",
  59. "main": "./lib/PrettyError.js",
  60. "name": "pretty-error",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/AriaMinaei/pretty-error.git"
  64. },
  65. "scripts": {
  66. "compile": "coffee --bare --compile --output ./lib ./src",
  67. "compile:watch": "jitter src lib -b",
  68. "prepublish": "npm run compile",
  69. "test": "mocha \"test/**/*.coffee\"",
  70. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  71. "watch": "npm run compile:watch & npm run test:watch",
  72. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  73. },
  74. "typings": "index.d.ts",
  75. "version": "2.1.2"
  76. }