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": "autoprefixer@9.5.1",
| "_id": "autoprefixer@9.5.1",
| "_inBundle": false,
| "_integrity": "sha512-KJSzkStUl3wP0D5sdMlP82Q52JLy5+atf2MHAre48+ckWkXgixmfHyWmA77wFDy6jTHU6mIgXv6hAQ2mf1PjJQ==",
| "_location": "/autoprefixer",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "autoprefixer@9.5.1",
| "name": "autoprefixer",
| "escapedName": "autoprefixer",
| "rawSpec": "9.5.1",
| "saveSpec": null,
| "fetchSpec": "9.5.1"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-9.5.1.tgz",
| "_shasum": "243b1267b67e7e947f28919d786b50d3bb0fb357",
| "_spec": "autoprefixer@9.5.1",
| "_where": "D:\\源码\\vue-element-admin-master",
| "author": {
| "name": "Andrey Sitnik",
| "email": "andrey@sitnik.ru"
| },
| "bin": {
| "autoprefixer": "bin/autoprefixer"
| },
| "bugs": {
| "url": "https://github.com/postcss/autoprefixer/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "browserslist": "^4.5.4",
| "caniuse-lite": "^1.0.30000957",
| "normalize-range": "^0.1.2",
| "num2fraction": "^1.2.2",
| "postcss": "^7.0.14",
| "postcss-value-parser": "^3.3.1"
| },
| "deprecated": false,
| "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
| "engines": {
| "node": ">=6.0.0"
| },
| "homepage": "https://github.com/postcss/autoprefixer#readme",
| "keywords": [
| "autoprefixer",
| "css",
| "prefix",
| "postcss",
| "postcss-plugin"
| ],
| "license": "MIT",
| "main": "lib/autoprefixer",
| "name": "autoprefixer",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/postcss/autoprefixer.git"
| },
| "version": "9.5.1"
| }
|
|