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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
| {
| "_args": [
| [
| "postcss@8.4.38",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "postcss@8.4.38",
| "_id": "postcss@8.4.38",
| "_inBundle": false,
| "_integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
| "_location": "/vue/postcss",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "postcss@8.4.38",
| "name": "postcss",
| "escapedName": "postcss",
| "rawSpec": "8.4.38",
| "saveSpec": null,
| "fetchSpec": "8.4.38"
| },
| "_requiredBy": [
| "/vue/@vue/compiler-sfc"
| ],
| "_resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.38.tgz",
| "_spec": "8.4.38",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Andrey Sitnik",
| "email": "andrey@sitnik.ru"
| },
| "browser": {
| "./lib/terminal-highlight": false,
| "source-map-js": false,
| "path": false,
| "url": false,
| "fs": false
| },
| "bugs": {
| "url": "https://github.com/postcss/postcss/issues"
| },
| "dependencies": {
| "nanoid": "^3.3.7",
| "picocolors": "^1.0.0",
| "source-map-js": "^1.2.0"
| },
| "description": "Tool for transforming styles with JS plugins",
| "engines": {
| "node": "^10 || ^12 || >=14"
| },
| "exports": {
| ".": {
| "require": "./lib/postcss.js",
| "import": "./lib/postcss.mjs"
| },
| "./lib/at-rule": "./lib/at-rule.js",
| "./lib/comment": "./lib/comment.js",
| "./lib/container": "./lib/container.js",
| "./lib/css-syntax-error": "./lib/css-syntax-error.js",
| "./lib/declaration": "./lib/declaration.js",
| "./lib/fromJSON": "./lib/fromJSON.js",
| "./lib/input": "./lib/input.js",
| "./lib/lazy-result": "./lib/lazy-result.js",
| "./lib/no-work-result": "./lib/no-work-result.js",
| "./lib/list": "./lib/list.js",
| "./lib/map-generator": "./lib/map-generator.js",
| "./lib/node": "./lib/node.js",
| "./lib/parse": "./lib/parse.js",
| "./lib/parser": "./lib/parser.js",
| "./lib/postcss": "./lib/postcss.js",
| "./lib/previous-map": "./lib/previous-map.js",
| "./lib/processor": "./lib/processor.js",
| "./lib/result": "./lib/result.js",
| "./lib/root": "./lib/root.js",
| "./lib/rule": "./lib/rule.js",
| "./lib/stringifier": "./lib/stringifier.js",
| "./lib/stringify": "./lib/stringify.js",
| "./lib/symbols": "./lib/symbols.js",
| "./lib/terminal-highlight": "./lib/terminal-highlight.js",
| "./lib/tokenize": "./lib/tokenize.js",
| "./lib/warn-once": "./lib/warn-once.js",
| "./lib/warning": "./lib/warning.js",
| "./package.json": "./package.json"
| },
| "funding": [
| {
| "type": "opencollective",
| "url": "https://opencollective.com/postcss/"
| },
| {
| "type": "tidelift",
| "url": "https://tidelift.com/funding/github/npm/postcss"
| },
| {
| "type": "github",
| "url": "https://github.com/sponsors/ai"
| }
| ],
| "homepage": "https://postcss.org/",
| "keywords": [
| "css",
| "postcss",
| "rework",
| "preprocessor",
| "parser",
| "source map",
| "transform",
| "manipulation",
| "transpiler"
| ],
| "license": "MIT",
| "main": "./lib/postcss.js",
| "name": "postcss",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/postcss/postcss.git"
| },
| "types": "./lib/postcss.d.ts",
| "version": "8.4.38"
| }
|
|