package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "yorkie@^2.0.0",
  3. "_id": "yorkie@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==",
  6. "_location": "/yorkie",
  7. "_phantomChildren": {
  8. "isexe": "2.0.0",
  9. "p-finally": "1.0.0",
  10. "pseudomap": "1.0.2",
  11. "signal-exit": "3.0.7",
  12. "strip-eof": "1.0.0"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "yorkie@^2.0.0",
  18. "name": "yorkie",
  19. "escapedName": "yorkie",
  20. "rawSpec": "^2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-plugin-eslint"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/yorkie/-/yorkie-2.0.0.tgz",
  28. "_shasum": "92411912d435214e12c51c2ae1093e54b6bb83d9",
  29. "_spec": "yorkie@^2.0.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-plugin-eslint",
  31. "authors": [
  32. "Typicode <typicode@gmail.com>",
  33. "Evan You"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/yyx990803/yorkie/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "execa": "^0.8.0",
  41. "is-ci": "^1.0.10",
  42. "normalize-path": "^1.0.0",
  43. "strip-indent": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "githooks management forked from husky",
  47. "devDependencies": {
  48. "jest": "^20.0.4",
  49. "mkdirp": "^0.5.1",
  50. "prettier": "^1.4.4",
  51. "rimraf": "^2.6.1",
  52. "tempy": "^0.1.0"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "homepage": "https://github.com/yyx990803/yorkie",
  58. "keywords": [
  59. "git",
  60. "hook",
  61. "hooks",
  62. "pre-commit",
  63. "precommit",
  64. "post-commit",
  65. "postcommit",
  66. "pre-push",
  67. "prepush",
  68. "post-merge",
  69. "postmerge",
  70. "test"
  71. ],
  72. "license": "MIT",
  73. "name": "yorkie",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/yyx990803/yorkie.git"
  77. },
  78. "scripts": {
  79. "format": "prettier --single-quote --no-semi --write **/*.js",
  80. "install": "node bin/install.js",
  81. "test": "jest",
  82. "uninstall": "node bin/uninstall.js"
  83. },
  84. "standard": {
  85. "env": {
  86. "jest": true
  87. }
  88. },
  89. "version": "2.0.0"
  90. }