Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

79 строки
2.1 KiB

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