-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
31 lines (31 loc) · 934 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
{
"name": "y",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "y",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@types/google.maps": "^3.53.0"
}
},
"node_modules/@faker-js/faker": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-7.6.0.tgz",
"integrity": "sha512-XK6BTq1NDMo9Xqw/YkYyGjSsg44fbNwYRx7QK2CuoQgyy+f1rrTDHoExVM5PsyXCtfl2vs2vVJ0MN0yN6LppRw==",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
},
"node_modules/@types/google.maps": {
"version": "3.53.0",
"resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.53.0.tgz",
"integrity": "sha512-ME6n+u0qHJ+zx7Tc+HK4YgHB2N5CBCP0BMsY3e5/FXoVG9SndE4JJpD7oP0YrNBBU6i9jMAKqPRDeAZPHhViBQ=="
}
}
}