package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "error-ex@1.3.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "error-ex@1.3.2",
  10. "_id": "error-ex@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  13. "_location": "/error-ex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "error-ex@1.3.2",
  19. "name": "error-ex",
  20. "escapedName": "error-ex",
  21. "rawSpec": "1.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.2"
  24. },
  25. "_requiredBy": [
  26. "/load-json-file/parse-json",
  27. "/meow/parse-json",
  28. "/parse-json",
  29. "/postcss-load-options/parse-json",
  30. "/postcss-load-plugins/parse-json",
  31. "/vue-loader/parse-json",
  32. "/webpack-dev-server/parse-json"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  35. "_spec": "1.3.2",
  36. "_where": "E:\\amr1.0\\AMR",
  37. "bugs": {
  38. "url": "https://github.com/qix-/node-error-ex/issues"
  39. },
  40. "dependencies": {
  41. "is-arrayish": "^0.2.1"
  42. },
  43. "description": "Easy error subclassing and stack customization",
  44. "devDependencies": {
  45. "coffee-script": "^1.9.3",
  46. "coveralls": "^2.11.2",
  47. "istanbul": "^0.3.17",
  48. "mocha": "^2.2.5",
  49. "should": "^7.0.1",
  50. "xo": "^0.7.1"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/qix-/node-error-ex#readme",
  56. "keywords": [
  57. "error",
  58. "errors",
  59. "extend",
  60. "extending",
  61. "extension",
  62. "subclass",
  63. "stack",
  64. "custom"
  65. ],
  66. "license": "MIT",
  67. "maintainers": [
  68. {
  69. "name": "Josh Junon",
  70. "email": "i.am.qix@gmail.com",
  71. "url": "github.com/qix-"
  72. },
  73. {
  74. "name": "Sindre Sorhus",
  75. "email": "sindresorhus@gmail.com",
  76. "url": "sindresorhus.com"
  77. }
  78. ],
  79. "name": "error-ex",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/qix-/node-error-ex.git"
  83. },
  84. "scripts": {
  85. "pretest": "xo",
  86. "test": "mocha --compilers coffee:coffee-script/register"
  87. },
  88. "version": "1.3.2",
  89. "xo": {
  90. "rules": {
  91. "operator-linebreak": [
  92. 0
  93. ]
  94. }
  95. }
  96. }