source: node_modules/.package-lock.json@ 2058e5c

Last change on this file since 2058e5c was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[2058e5c]1{
2 "name": "Proekt_Wazuh",
3 "lockfileVersion": 3,
4 "requires": true,
5 "packages": {
6 "node_modules/autoprefixer": {
7 "version": "10.4.23",
8 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz",
9 "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
10 "dev": true,
11 "funding": [
12 {
13 "type": "opencollective",
14 "url": "https://opencollective.com/postcss/"
15 },
16 {
17 "type": "tidelift",
18 "url": "https://tidelift.com/funding/github/npm/autoprefixer"
19 },
20 {
21 "type": "github",
22 "url": "https://github.com/sponsors/ai"
23 }
24 ],
25 "license": "MIT",
26 "dependencies": {
27 "browserslist": "^4.28.1",
28 "caniuse-lite": "^1.0.30001760",
29 "fraction.js": "^5.3.4",
30 "picocolors": "^1.1.1",
31 "postcss-value-parser": "^4.2.0"
32 },
33 "bin": {
34 "autoprefixer": "bin/autoprefixer"
35 },
36 "engines": {
37 "node": "^10 || ^12 || >=14"
38 },
39 "peerDependencies": {
40 "postcss": "^8.1.0"
41 }
42 },
43 "node_modules/baseline-browser-mapping": {
44 "version": "2.9.11",
45 "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
46 "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
47 "dev": true,
48 "license": "Apache-2.0",
49 "bin": {
50 "baseline-browser-mapping": "dist/cli.js"
51 }
52 },
53 "node_modules/browserslist": {
54 "version": "4.28.1",
55 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
56 "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
57 "dev": true,
58 "funding": [
59 {
60 "type": "opencollective",
61 "url": "https://opencollective.com/browserslist"
62 },
63 {
64 "type": "tidelift",
65 "url": "https://tidelift.com/funding/github/npm/browserslist"
66 },
67 {
68 "type": "github",
69 "url": "https://github.com/sponsors/ai"
70 }
71 ],
72 "license": "MIT",
73 "dependencies": {
74 "baseline-browser-mapping": "^2.9.0",
75 "caniuse-lite": "^1.0.30001759",
76 "electron-to-chromium": "^1.5.263",
77 "node-releases": "^2.0.27",
78 "update-browserslist-db": "^1.2.0"
79 },
80 "bin": {
81 "browserslist": "cli.js"
82 },
83 "engines": {
84 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
85 }
86 },
87 "node_modules/caniuse-lite": {
88 "version": "1.0.30001761",
89 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz",
90 "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==",
91 "dev": true,
92 "funding": [
93 {
94 "type": "opencollective",
95 "url": "https://opencollective.com/browserslist"
96 },
97 {
98 "type": "tidelift",
99 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
100 },
101 {
102 "type": "github",
103 "url": "https://github.com/sponsors/ai"
104 }
105 ],
106 "license": "CC-BY-4.0"
107 },
108 "node_modules/electron-to-chromium": {
109 "version": "1.5.267",
110 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
111 "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
112 "dev": true,
113 "license": "ISC"
114 },
115 "node_modules/escalade": {
116 "version": "3.2.0",
117 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
118 "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
119 "dev": true,
120 "license": "MIT",
121 "engines": {
122 "node": ">=6"
123 }
124 },
125 "node_modules/fraction.js": {
126 "version": "5.3.4",
127 "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
128 "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
129 "dev": true,
130 "license": "MIT",
131 "engines": {
132 "node": "*"
133 },
134 "funding": {
135 "type": "github",
136 "url": "https://github.com/sponsors/rawify"
137 }
138 },
139 "node_modules/nanoid": {
140 "version": "3.3.11",
141 "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
142 "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
143 "dev": true,
144 "funding": [
145 {
146 "type": "github",
147 "url": "https://github.com/sponsors/ai"
148 }
149 ],
150 "license": "MIT",
151 "bin": {
152 "nanoid": "bin/nanoid.cjs"
153 },
154 "engines": {
155 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
156 }
157 },
158 "node_modules/node-releases": {
159 "version": "2.0.27",
160 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
161 "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
162 "dev": true,
163 "license": "MIT"
164 },
165 "node_modules/picocolors": {
166 "version": "1.1.1",
167 "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
168 "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
169 "dev": true,
170 "license": "ISC"
171 },
172 "node_modules/postcss": {
173 "version": "8.5.6",
174 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
175 "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
176 "dev": true,
177 "funding": [
178 {
179 "type": "opencollective",
180 "url": "https://opencollective.com/postcss/"
181 },
182 {
183 "type": "tidelift",
184 "url": "https://tidelift.com/funding/github/npm/postcss"
185 },
186 {
187 "type": "github",
188 "url": "https://github.com/sponsors/ai"
189 }
190 ],
191 "license": "MIT",
192 "dependencies": {
193 "nanoid": "^3.3.11",
194 "picocolors": "^1.1.1",
195 "source-map-js": "^1.2.1"
196 },
197 "engines": {
198 "node": "^10 || ^12 || >=14"
199 }
200 },
201 "node_modules/postcss-value-parser": {
202 "version": "4.2.0",
203 "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
204 "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
205 "dev": true,
206 "license": "MIT"
207 },
208 "node_modules/source-map-js": {
209 "version": "1.2.1",
210 "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
211 "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
212 "dev": true,
213 "license": "BSD-3-Clause",
214 "engines": {
215 "node": ">=0.10.0"
216 }
217 },
218 "node_modules/tailwindcss": {
219 "version": "4.1.18",
220 "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
221 "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
222 "dev": true,
223 "license": "MIT"
224 },
225 "node_modules/update-browserslist-db": {
226 "version": "1.2.3",
227 "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
228 "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
229 "dev": true,
230 "funding": [
231 {
232 "type": "opencollective",
233 "url": "https://opencollective.com/browserslist"
234 },
235 {
236 "type": "tidelift",
237 "url": "https://tidelift.com/funding/github/npm/browserslist"
238 },
239 {
240 "type": "github",
241 "url": "https://github.com/sponsors/ai"
242 }
243 ],
244 "license": "MIT",
245 "dependencies": {
246 "escalade": "^3.2.0",
247 "picocolors": "^1.1.1"
248 },
249 "bin": {
250 "update-browserslist-db": "cli.js"
251 },
252 "peerDependencies": {
253 "browserslist": ">= 4.21.0"
254 }
255 }
256 }
257}
Note: See TracBrowser for help on using the repository browser.