package.json 2.1 KB

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