-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1004 Bytes
/
package-lock.json
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
{
"name": "Skoda_Rent",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@flaticon/flaticon-uicons": "^3.1.0"
}
},
"node_modules/@flaticon/flaticon-uicons": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@flaticon/flaticon-uicons/-/flaticon-uicons-3.1.0.tgz",
"integrity": "sha512-+HV3esPBXCgpkfjV4YjT2mwXsUeTO92j8tqcFOecZYMHUK+CZJplw9GPeiMDt4WYUhmcZGkH3/v8JThkETc9GA==",
"optionalDependencies": {
"esbuild-linux-64": "^0.14.5"
}
},
"node_modules/esbuild-linux-64": {
"version": "0.14.54",
"resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.54.tgz",
"integrity": "sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">=12"
}
}
}
}