package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "pretty-error@^3.0.4",
  3. "_id": "pretty-error@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ytLFLfv1So4AO1UkoBF6GXQgJRaKbiSiGFICaOPNwQ3CMvBvXpLRubeQWyPGnsbV/t9ml9qto6IeCsho0aEvwQ==",
  6. "_location": "/pretty-error",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pretty-error@^3.0.4",
  12. "name": "pretty-error",
  13. "escapedName": "pretty-error",
  14. "rawSpec": "^3.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.4"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-3.0.4.tgz",
  22. "_shasum": "94b1d54f76c1ed95b9c604b9de2194838e5b574e",
  23. "_spec": "pretty-error@^3.0.4",
  24. "_where": "D:\\Code\\ThreeJSProjects\\Journey\\node_modules\\html-webpack-plugin",
  25. "author": {
  26. "name": "Aria Minaei"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/AriaMinaei/pretty-error/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lodash": "^4.17.20",
  34. "renderkid": "^2.0.6"
  35. },
  36. "deprecated": false,
  37. "description": "See nodejs errors with less clutter",
  38. "devDependencies": {
  39. "chai": "~1.9.2",
  40. "coffee-script": "~1.8.0",
  41. "coffeescript": "^1.12.7",
  42. "jitter": "^1.3.0",
  43. "mocha": "^8.2.0"
  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": "3.0.4"
  76. }