package.json 2.0 KB

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