package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "is-stream": "1.1.0",
  9. "npm-run-path": "2.0.2",
  10. "p-finally": "1.0.0",
  11. "pseudomap": "1.0.2",
  12. "shebang-command": "1.2.0",
  13. "signal-exit": "3.0.7",
  14. "strip-eof": "1.0.0",
  15. "which": "1.3.1"
  16. },
  17. "_requested": {
  18. "type": "range",
  19. "registry": true,
  20. "raw": "yorkie@^2.0.0",
  21. "name": "yorkie",
  22. "escapedName": "yorkie",
  23. "rawSpec": "^2.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "^2.0.0"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-plugin-eslint"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/yorkie/-/yorkie-2.0.0.tgz",
  31. "_shasum": "92411912d435214e12c51c2ae1093e54b6bb83d9",
  32. "_spec": "yorkie@^2.0.0",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-plugin-eslint",
  34. "authors": [
  35. "Typicode <typicode@gmail.com>",
  36. "Evan You"
  37. ],
  38. "bugs": {
  39. "url": "https://github.com/yyx990803/yorkie/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "execa": "^0.8.0",
  44. "is-ci": "^1.0.10",
  45. "normalize-path": "^1.0.0",
  46. "strip-indent": "^2.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "githooks management forked from husky",
  50. "devDependencies": {
  51. "jest": "^20.0.4",
  52. "mkdirp": "^0.5.1",
  53. "prettier": "^1.4.4",
  54. "rimraf": "^2.6.1",
  55. "tempy": "^0.1.0"
  56. },
  57. "engines": {
  58. "node": ">=4"
  59. },
  60. "homepage": "https://github.com/yyx990803/yorkie",
  61. "keywords": [
  62. "git",
  63. "hook",
  64. "hooks",
  65. "pre-commit",
  66. "precommit",
  67. "post-commit",
  68. "postcommit",
  69. "pre-push",
  70. "prepush",
  71. "post-merge",
  72. "postmerge",
  73. "test"
  74. ],
  75. "license": "MIT",
  76. "name": "yorkie",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/yyx990803/yorkie.git"
  80. },
  81. "scripts": {
  82. "format": "prettier --single-quote --no-semi --write **/*.js",
  83. "install": "node bin/install.js",
  84. "test": "jest",
  85. "uninstall": "node bin/uninstall.js"
  86. },
  87. "standard": {
  88. "env": {
  89. "jest": true
  90. }
  91. },
  92. "version": "2.0.0"
  93. }