package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. "/load-json-file/parse-json",
  20. "/meow/parse-json",
  21. "/parse-json",
  22. "/postcss-load-options/parse-json",
  23. "/postcss-load-plugins/parse-json",
  24. "/vue-loader/parse-json",
  25. "/webpack-dev-server/parse-json"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  28. "_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf",
  29. "_spec": "error-ex@^1.3.1",
  30. "_where": "D:\\workSpace\\dealer_front\\node_modules\\parse-json",
  31. "bugs": {
  32. "url": "https://github.com/qix-/node-error-ex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "is-arrayish": "^0.2.1"
  37. },
  38. "deprecated": false,
  39. "description": "Easy error subclassing and stack customization",
  40. "devDependencies": {
  41. "coffee-script": "^1.9.3",
  42. "coveralls": "^2.11.2",
  43. "istanbul": "^0.3.17",
  44. "mocha": "^2.2.5",
  45. "should": "^7.0.1",
  46. "xo": "^0.7.1"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/qix-/node-error-ex#readme",
  52. "keywords": [
  53. "error",
  54. "errors",
  55. "extend",
  56. "extending",
  57. "extension",
  58. "subclass",
  59. "stack",
  60. "custom"
  61. ],
  62. "license": "MIT",
  63. "maintainers": [
  64. {
  65. "name": "Josh Junon",
  66. "email": "i.am.qix@gmail.com",
  67. "url": "github.com/qix-"
  68. },
  69. {
  70. "name": "Sindre Sorhus",
  71. "email": "sindresorhus@gmail.com",
  72. "url": "sindresorhus.com"
  73. }
  74. ],
  75. "name": "error-ex",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/qix-/node-error-ex.git"
  79. },
  80. "scripts": {
  81. "pretest": "xo",
  82. "test": "mocha --compilers coffee:coffee-script/register"
  83. },
  84. "version": "1.3.2",
  85. "xo": {
  86. "rules": {
  87. "operator-linebreak": [
  88. 0
  89. ]
  90. }
  91. }
  92. }