执行过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
{
  "_from": "simple-git@^1.85.0",
  "_id": "simple-git@1.132.0",
  "_inBundle": false,
  "_integrity": "sha512-xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg==",
  "_location": "/simple-git",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simple-git@^1.85.0",
    "name": "simple-git",
    "escapedName": "simple-git",
    "rawSpec": "^1.85.0",
    "saveSpec": null,
    "fetchSpec": "^1.85.0"
  },
  "_requiredBy": [
    "/g-status"
  ],
  "_resolved": "https://registry.npmmirror.com/simple-git/-/simple-git-1.132.0.tgz",
  "_shasum": "53ac4c5ec9e74e37c2fd461e23309f22fcdf09b1",
  "_spec": "simple-git@^1.85.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\g-status",
  "author": {
    "name": "Steve King",
    "email": "steve@mydev.co"
  },
  "bugs": {
    "url": "https://github.com/steveukx/git-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Steve King",
      "email": "steve@mydev.co"
    }
  ],
  "dependencies": {
    "debug": "^4.0.1"
  },
  "deprecated": false,
  "description": "Simple GIT interface for node.js",
  "devDependencies": {
    "@kwsites/test-runner": "^0.1.1",
    "sinon": "^7.3.2"
  },
  "files": [
    "promise.*",
    "src/",
    "typings/"
  ],
  "homepage": "https://github.com/steveukx/git-js#readme",
  "keywords": [
    "git",
    "source control",
    "vcs"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "simple-git",
  "repository": {
    "type": "git",
    "url": "git://github.com/steveukx/git-js.git"
  },
  "scripts": {
    "postversion": "npm publish && git push && git push --tags",
    "preversion": "yarn test",
    "test": "runner test/**/test*.js ",
    "test:integration": "runner test/integration/test*.js",
    "test:unit": "runner test/unit/test*.js"
  },
  "version": "1.132.0"
}