-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
32 lines (32 loc) · 908 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
{
"name": "faker-nuxt",
"version": "7.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "faker-nuxt",
"version": "7.1.0",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^7.1.0"
}
},
"node_modules/@faker-js/faker": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-7.1.0.tgz",
"integrity": "sha512-G+EvE29QUd9/6GTrwA/TK2AiN79W4ZG6kyJqj2RAqUqEd8A8ICnjA3Rj3F2IaaA+sq6WJzs4lh8GJJRDG1UH7A==",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}
},
"dependencies": {
"@faker-js/faker": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-7.1.0.tgz",
"integrity": "sha512-G+EvE29QUd9/6GTrwA/TK2AiN79W4ZG6kyJqj2RAqUqEd8A8ICnjA3Rj3F2IaaA+sq6WJzs4lh8GJJRDG1UH7A=="
}
}
}