package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "error-ex@1.3.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "error-ex@1.3.2",
  10. "_id": "error-ex@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tKxAZIEH/c3PriQvQovqihTU8b8=",
  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. "/cosmiconfig/parse-json",
  27. "/load-json-file/parse-json",
  28. "/meow/parse-json",
  29. "/parse-json"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/error-ex/download/error-ex-1.3.2.tgz",
  32. "_spec": "1.3.2",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "bugs": {
  35. "url": "https://github.com/qix-/node-error-ex/issues"
  36. },
  37. "dependencies": {
  38. "is-arrayish": "^0.2.1"
  39. },
  40. "description": "Easy error subclassing and stack customization",
  41. "devDependencies": {
  42. "coffee-script": "^1.9.3",
  43. "coveralls": "^2.11.2",
  44. "istanbul": "^0.3.17",
  45. "mocha": "^2.2.5",
  46. "should": "^7.0.1",
  47. "xo": "^0.7.1"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/qix-/node-error-ex#readme",
  53. "keywords": [
  54. "error",
  55. "errors",
  56. "extend",
  57. "extending",
  58. "extension",
  59. "subclass",
  60. "stack",
  61. "custom"
  62. ],
  63. "license": "MIT",
  64. "maintainers": [
  65. {
  66. "name": "Josh Junon",
  67. "email": "i.am.qix@gmail.com",
  68. "url": "github.com/qix-"
  69. },
  70. {
  71. "name": "Sindre Sorhus",
  72. "email": "sindresorhus@gmail.com",
  73. "url": "sindresorhus.com"
  74. }
  75. ],
  76. "name": "error-ex",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/qix-/node-error-ex.git"
  80. },
  81. "scripts": {
  82. "pretest": "xo",
  83. "test": "mocha --compilers coffee:coffee-script/register"
  84. },
  85. "version": "1.3.2",
  86. "xo": {
  87. "rules": {
  88. "operator-linebreak": [
  89. 0
  90. ]
  91. }
  92. }
  93. }