执行过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
{
  "_from": "normalize.css@7.0.0",
  "_id": "normalize.css@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-LYaFZxj2Q1Q9e1VJ0f6laG46Rt5s9URhKyckNaA2vZnL/0gwQHWhM7ALQkp3WBQKM5sXRLQ5Ehrfkp+E/ZiCRg==",
  "_location": "/normalize.css",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "normalize.css@7.0.0",
    "name": "normalize.css",
    "escapedName": "normalize.css",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/normalize.css/-/normalize.css-7.0.0.tgz",
  "_shasum": "abfb1dd82470674e0322b53ceb1aaf412938e4bf",
  "_spec": "normalize.css@7.0.0",
  "_where": "D:\\源码\\vue-element-admin-master",
  "bugs": {
    "url": "https://github.com/necolas/normalize.css/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A modern alternative to CSS resets",
  "devDependencies": {
    "stylelint": "^7.9.0",
    "stylelint-config-standard": "^16.0.0"
  },
  "files": [
    "LICENSE.md",
    "normalize.css"
  ],
  "homepage": "https://necolas.github.io/normalize.css",
  "license": "MIT",
  "main": "normalize.css",
  "name": "normalize.css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/necolas/normalize.css.git"
  },
  "scripts": {
    "test": "stylelint normalize.css"
  },
  "style": "normalize.css",
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "font-family-no-duplicate-names": [
        true,
        {
          "ignoreFontFamilyNames": [
            "monospace"
          ]
        }
      ]
    }
  },
  "version": "7.0.0"
}