package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "pretty-error@^2.0.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
  6. ]
  7. ],
  8. "_from": "pretty-error@>=2.0.2 <3.0.0",
  9. "_id": "pretty-error@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pretty-error",
  13. "_nodeVersion": "7.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/pretty-error-2.1.1.tgz_1497900000337_0.2815792628098279"
  17. },
  18. "_npmUser": {
  19. "email": "aria.minaei@gmail.com",
  20. "name": "ariaminaei"
  21. },
  22. "_npmVersion": "4.0.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "pretty-error",
  26. "raw": "pretty-error@^2.0.2",
  27. "rawSpec": "^2.0.2",
  28. "scope": null,
  29. "spec": ">=2.0.2 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-webpack-plugin"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz",
  36. "_shasum": "5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3",
  37. "_shrinkwrap": null,
  38. "_spec": "pretty-error@^2.0.2",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin",
  40. "author": {
  41. "name": "Aria Minaei"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/AriaMinaei/pretty-error/issues"
  45. },
  46. "dependencies": {
  47. "renderkid": "^2.0.1",
  48. "utila": "~0.4"
  49. },
  50. "description": "See nodejs errors with less clutter",
  51. "devDependencies": {
  52. "chai": "~1.9.2",
  53. "coffee-script": "~1.8.0",
  54. "jitter": "^1.3.0",
  55. "mocha": "~2.0.1"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3",
  60. "tarball": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz"
  61. },
  62. "gitHead": "3f77528617ad81fe393ce14fd86e851e309e995d",
  63. "homepage": "https://github.com/AriaMinaei/pretty-error#readme",
  64. "keywords": [
  65. "colorful",
  66. "debug",
  67. "error",
  68. "error-handling",
  69. "exception",
  70. "format",
  71. "human",
  72. "prettify",
  73. "pretty",
  74. "readable"
  75. ],
  76. "license": "MIT",
  77. "main": "./lib/PrettyError.js",
  78. "maintainers": [
  79. {
  80. "name": "ariaminaei",
  81. "email": "aria.minaei@gmail.com"
  82. },
  83. {
  84. "name": "alexgorbatchev",
  85. "email": "alex.gorbatchev@gmail.com"
  86. }
  87. ],
  88. "name": "pretty-error",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/AriaMinaei/pretty-error.git"
  94. },
  95. "scripts": {
  96. "compile": "coffee --bare --compile --output ./lib ./src",
  97. "compile:watch": "jitter src lib -b",
  98. "prepublish": "npm run compile",
  99. "test": "mocha \"test/**/*.coffee\"",
  100. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  101. "watch": "npm run compile:watch & npm run test:watch",
  102. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  103. },
  104. "typings": "index.d.ts",
  105. "version": "2.1.1"
  106. }