package.json 1.9 KB

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