package.json 2.0 KB

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