package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "error-ex@1.3.2",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  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. "/parse-json"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/error-ex/download/error-ex-1.3.2.tgz",
  31. "_spec": "1.3.2",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "bugs": {
  34. "url": "https://github.com/qix-/node-error-ex/issues"
  35. },
  36. "dependencies": {
  37. "is-arrayish": "^0.2.1"
  38. },
  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. }