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