执行过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
{
  "_from": "postcss-prefix-selector@^1.6.0",
  "_id": "postcss-prefix-selector@1.15.0",
  "_inBundle": false,
  "_integrity": "sha512-9taaTPs6I4906QC03zBBt0LfTWAhrqEWlKSj0jRlxrg1yV+O91h0wcquu6krcA5L6aEv3QnCeG8B1vZ5WT4ecQ==",
  "_location": "/postcss-prefix-selector",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-prefix-selector@^1.6.0",
    "name": "postcss-prefix-selector",
    "escapedName": "postcss-prefix-selector",
    "rawSpec": "^1.6.0",
    "saveSpec": null,
    "fetchSpec": "^1.6.0"
  },
  "_requiredBy": [
    "/svg-baker"
  ],
  "_resolved": "https://registry.npmmirror.com/postcss-prefix-selector/-/postcss-prefix-selector-1.15.0.tgz",
  "_shasum": "b35f63d414954e59d9331071c6a3bb17369ee7bf",
  "_spec": "postcss-prefix-selector@^1.6.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\svg-baker",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/RadValentin/postcss-prefix-selector/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Valentin Radulescu",
      "email": "hi@valentin.io",
      "url": "https://valentin.io"
    }
  ],
  "deprecated": false,
  "description": "Prefix all CSS rules with a selector",
  "devDependencies": {
    "husky": "^4.0.2",
    "istanbul": "~0.4.5",
    "lint-staged": "^10.0.3",
    "mocha": "^9.2.2",
    "postcss": "^8.0.0",
    "postcss-nested": "^5.0.6",
    "prettier": "^2.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/RadValentin/postcss-prefix-selector",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "postcss",
    "prefix",
    "selectors",
    "postcss-plugin",
    "css",
    "selector",
    "plugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "name": "postcss-prefix-selector",
  "peerDependencies": {
    "postcss": ">4 <9"
  },
  "prettier": {
    "printWidth": 80,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RadValentin/postcss-prefix-selector.git"
  },
  "scripts": {
    "lint": "prettier --write '**/*.{js,css}'",
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.15.0"
}