执行过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
{
  "_from": "listr@^0.14.2",
  "_id": "listr@0.14.3",
  "_inBundle": false,
  "_integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==",
  "_location": "/listr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "listr@^0.14.2",
    "name": "listr",
    "escapedName": "listr",
    "rawSpec": "^0.14.2",
    "saveSpec": null,
    "fetchSpec": "^0.14.2"
  },
  "_requiredBy": [
    "/lint-staged"
  ],
  "_resolved": "https://registry.npmmirror.com/listr/-/listr-0.14.3.tgz",
  "_shasum": "2fea909604e434be464c50bddba0d496928fa586",
  "_spec": "listr@^0.14.2",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
  "author": {
    "name": "Sam Verschueren",
    "email": "sam.verschueren@gmail.com",
    "url": "github.com/SamVerschueren"
  },
  "bugs": {
    "url": "https://github.com/SamVerschueren/listr/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@samverschueren/stream-to-observable": "^0.3.0",
    "is-observable": "^1.1.0",
    "is-promise": "^2.1.0",
    "is-stream": "^1.1.0",
    "listr-silent-renderer": "^1.1.1",
    "listr-update-renderer": "^0.5.0",
    "listr-verbose-renderer": "^0.5.0",
    "p-map": "^2.0.0",
    "rxjs": "^6.3.3"
  },
  "deprecated": false,
  "description": "Terminal task list",
  "devDependencies": {
    "ava": "*",
    "clinton": "*",
    "codecov": "^3.1.0",
    "delay": "^4.1.0",
    "hook-std": "^1.1.0",
    "lint-staged": "^8.0.5",
    "log-symbols": "^2.2.0",
    "nyc": "^13.1.0",
    "pre-commit": "^1.2.2",
    "split": "^1.0.1",
    "xo": "*",
    "zen-observable": "^0.8.11"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/SamVerschueren/listr#readme",
  "keywords": [
    "cli",
    "task",
    "list",
    "tasklist",
    "terminal",
    "term",
    "console",
    "ascii",
    "unicode",
    "loading",
    "indicator",
    "progress",
    "busy",
    "wait",
    "idle"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "xo"
  },
  "name": "listr",
  "pre-commit": "lint:staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SamVerschueren/listr.git"
  },
  "scripts": {
    "lint:staged": "lint-staged",
    "test": "clinton && xo && nyc ava"
  },
  "version": "0.14.3",
  "xo": {
    "rules": {
      "prefer-destructuring": "off"
    }
  }
}