执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "_from": "g-status@^2.0.2",
  "_id": "g-status@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-kQoE9qH+T1AHKgSSD0Hkv98bobE90ILQcXAF4wvGgsr7uFqNvwmh8j+Lq3l0RVt3E3HjSbv2B9biEGcEtpHLCA==",
  "_location": "/g-status",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "g-status@^2.0.2",
    "name": "g-status",
    "escapedName": "g-status",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/lint-staged"
  ],
  "_resolved": "https://registry.npmmirror.com/g-status/-/g-status-2.0.2.tgz",
  "_shasum": "270fd32119e8fc9496f066fe5fe88e0a6bc78b97",
  "_spec": "g-status@^2.0.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
  "author": {
    "name": "Lufty Wiranda",
    "email": "lufty.wiranda@gmail.com",
    "url": "https://www.luftywiranda.com"
  },
  "bugs": {
    "url": "https://github.com/luftywiranda13/g-status/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "arrify": "^1.0.1",
    "matcher": "^1.0.0",
    "simple-git": "^1.85.0"
  },
  "deprecated": false,
  "description": "Get the change between index (or staging-area) and working directory of a `git` repository",
  "devDependencies": {
    "async-to-gen": "^1.3.3",
    "eslint-config-prettier": "^2.9.0",
    "husky": "^0.14.3",
    "jest": "^22.0.4",
    "lint-staged": "^6.0.0",
    "prettier": "^1.9.2",
    "remove-lockfiles": "^2.0.4",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/luftywiranda13/g-status#readme",
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.js$": "async-to-gen"
    }
  },
  "keywords": [
    "git-status",
    "git",
    "index-area",
    "staged",
    "staging-area",
    "staging",
    "status",
    "work-tree",
    "working-directory",
    "worktree"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,json,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "name": "g-status",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luftywiranda13/g-status.git"
  },
  "scripts": {
    "precommit": "remove-lockfiles && xo --fix && lint-staged",
    "test": "xo && jest --coverage",
    "test:watch": "jest --watch"
  },
  "version": "2.0.2",
  "xo": {
    "extends": "prettier",
    "envs": [
      "jest"
    ],
    "rules": {
      "camelcase": 0
    }
  }
}