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
123
124
125
126
127
| {
| "name": "日期时间选择器组件",
| "version": "1.0.6",
| "lockfileVersion": 2,
| "requires": true,
| "packages": {
| "node_modules/baseline-browser-mapping": {
| "version": "2.8.28",
| "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.28.tgz",
| "integrity": "sha512-gYjt7OIqdM0PcttNYP2aVrr2G0bMALkBaoehD4BuRGjAOtipg0b6wHg1yNL+s5zSnLZZrGHOw4IrND8CD+3oIQ==",
| "dev": true,
| "bin": {
| "baseline-browser-mapping": "dist/cli.js"
| }
| },
| "node_modules/browserslist": {
| "version": "4.28.0",
| "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.0.tgz",
| "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
| "dev": true,
| "funding": [
| {
| "type": "opencollective",
| "url": "https://opencollective.com/browserslist"
| },
| {
| "type": "tidelift",
| "url": "https://tidelift.com/funding/github/npm/browserslist"
| },
| {
| "type": "github",
| "url": "https://github.com/sponsors/ai"
| }
| ],
| "dependencies": {
| "baseline-browser-mapping": "^2.8.25",
| "caniuse-lite": "^1.0.30001754",
| "electron-to-chromium": "^1.5.249",
| "node-releases": "^2.0.27",
| "update-browserslist-db": "^1.1.4"
| },
| "bin": {
| "browserslist": "cli.js"
| },
| "engines": {
| "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
| }
| },
| "node_modules/caniuse-lite": {
| "version": "1.0.30001754",
| "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
| "integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
| "dev": true,
| "funding": [
| {
| "type": "opencollective",
| "url": "https://opencollective.com/browserslist"
| },
| {
| "type": "tidelift",
| "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
| },
| {
| "type": "github",
| "url": "https://github.com/sponsors/ai"
| }
| ]
| },
| "node_modules/electron-to-chromium": {
| "version": "1.5.253",
| "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.253.tgz",
| "integrity": "sha512-O0tpQ/35rrgdiGQ0/OFWhy1itmd9A6TY9uQzlqj3hKSu/aYpe7UIn5d7CU2N9myH6biZiWF3VMZVuup8pw5U9w==",
| "dev": true
| },
| "node_modules/escalade": {
| "version": "3.2.0",
| "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
| "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
| "dev": true,
| "engines": {
| "node": ">=6"
| }
| },
| "node_modules/node-releases": {
| "version": "2.0.27",
| "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
| "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
| "dev": true
| },
| "node_modules/picocolors": {
| "version": "1.1.1",
| "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
| "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
| "dev": true
| },
| "node_modules/update-browserslist-db": {
| "version": "1.1.4",
| "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
| "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
| "dev": true,
| "funding": [
| {
| "type": "opencollective",
| "url": "https://opencollective.com/browserslist"
| },
| {
| "type": "tidelift",
| "url": "https://tidelift.com/funding/github/npm/browserslist"
| },
| {
| "type": "github",
| "url": "https://github.com/sponsors/ai"
| }
| ],
| "dependencies": {
| "escalade": "^3.2.0",
| "picocolors": "^1.1.1"
| },
| "bin": {
| "update-browserslist-db": "cli.js"
| },
| "peerDependencies": {
| "browserslist": ">= 4.21.0"
| }
| }
| }
| }
|
|