-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
64 lines (64 loc) · 2.05 KB
/
Copy pathpackage-lock.json
File metadata and controls
64 lines (64 loc) · 2.05 KB
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
{
"name": "npm",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"sillyname": "^0.1.0",
"superheroes": "^3.0.0"
}
},
"node_modules/dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/sillyname": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/sillyname/-/sillyname-0.1.0.tgz",
"integrity": "sha512-GWA0Zont13ov+cMNw4T7nU4SCyW8jdhD3vjA5+qs8jr+09sCPxOf+FPS5zE0c9pYlCwD+NU/CiMimY462lgG9g=="
},
"node_modules/superheroes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/superheroes/-/superheroes-3.0.0.tgz",
"integrity": "sha512-XXXzeKHMnf0rmZItYkGU803JlqYpoxvxzKFoe6k8C4bolcKfLZH716Rm4DyNJhxPTurbzDEB/QC7TXGsoei+ew==",
"dependencies": {
"unique-random-array": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/unique-random": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/unique-random/-/unique-random-2.1.0.tgz",
"integrity": "sha512-iQ1ZgWac3b8YxGThecQFRQiqgk6xFERRwHZIWeVVsqlbmgCRl0PY13R4mUkodNgctmg5b5odG1nyW/IbOxQTqg==",
"engines": {
"node": ">=6"
}
},
"node_modules/unique-random-array": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unique-random-array/-/unique-random-array-2.0.0.tgz",
"integrity": "sha512-xR87O95fZ7hljw84J8r1YDXrvffPLWN513BNOP4Bv0KcgG5dyEUrHwsvP7mVAOKg4Y80uqRbpUk0GKr8il70qg==",
"dependencies": {
"unique-random": "^2.1.0"
},
"engines": {
"node": ">=8"
}
}
}
}