package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "pretty-error@4.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pretty-error@4.0.0",
  10. "_id": "pretty-error@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
  13. "_location": "/pretty-error",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pretty-error@4.0.0",
  19. "name": "pretty-error",
  20. "escapedName": "pretty-error",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/html-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Aria Minaei"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/AriaMinaei/pretty-error/issues"
  36. },
  37. "dependencies": {
  38. "lodash": "^4.17.20",
  39. "renderkid": "^3.0.0"
  40. },
  41. "description": "See nodejs errors with less clutter",
  42. "devDependencies": {
  43. "chai": "~1.9.2",
  44. "coffee-script": "~1.8.0",
  45. "coffeescript": "^1.12.7",
  46. "jitter": "^1.3.0",
  47. "mocha": "^8.2.0"
  48. },
  49. "homepage": "https://github.com/AriaMinaei/pretty-error#readme",
  50. "keywords": [
  51. "pretty",
  52. "error",
  53. "exception",
  54. "debug",
  55. "error-handling",
  56. "readable",
  57. "colorful",
  58. "prettify",
  59. "format",
  60. "human"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/PrettyError.js",
  64. "name": "pretty-error",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/AriaMinaei/pretty-error.git"
  68. },
  69. "scripts": {
  70. "compile": "coffee --bare --compile --output ./lib ./src",
  71. "compile:watch": "jitter src lib -b",
  72. "prepublish": "npm run compile",
  73. "test": "mocha \"test/**/*.coffee\"",
  74. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  75. "watch": "npm run compile:watch & npm run test:watch",
  76. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  77. },
  78. "typings": "index.d.ts",
  79. "version": "4.0.0"
  80. }