package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "pretty-error@^2.1.1",
  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.1.1",
  12. "name": "pretty-error",
  13. "escapedName": "pretty-error",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.2.tgz",
  22. "_shasum": "be89f82d81b1c86ec8fdfbc385045882727f93b6",
  23. "_spec": "pretty-error@^2.1.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.4"
  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. "jitter": "^1.3.0",
  42. "mocha": "~2.0.1"
  43. },
  44. "homepage": "https://github.com/AriaMinaei/pretty-error#readme",
  45. "keywords": [
  46. "pretty",
  47. "error",
  48. "exception",
  49. "debug",
  50. "error-handling",
  51. "readable",
  52. "colorful",
  53. "prettify",
  54. "format",
  55. "human"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/PrettyError.js",
  59. "name": "pretty-error",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/AriaMinaei/pretty-error.git"
  63. },
  64. "scripts": {
  65. "compile": "coffee --bare --compile --output ./lib ./src",
  66. "compile:watch": "jitter src lib -b",
  67. "prepublish": "npm run compile",
  68. "test": "mocha \"test/**/*.coffee\"",
  69. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  70. "watch": "npm run compile:watch & npm run test:watch",
  71. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  72. },
  73. "typings": "index.d.ts",
  74. "version": "2.1.2"
  75. }