package.json 2.1 KB

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