-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package-lock.json
File metadata and controls
31 lines (31 loc) · 789 Bytes
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": "svg-stack-cloud",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "svg-stack-cloud",
"version": "1.0.0",
"dependencies": {
"simple-icons": "^13.0.0"
},
"engines": {
"node": ">=20"
}
},
"node_modules/simple-icons": {
"version": "13.21.0",
"resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-13.21.0.tgz",
"integrity": "sha512-LI5pVJPBv6oc79OMsffwb6kEqnmB8P1Cjg1crNUlhsxPETQ5UzbCKQdxU+7MW6+DD1qfPkla/vSKlLD4IfyXpQ==",
"license": "CC0-1.0",
"engines": {
"node": ">=0.12.18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/simple-icons"
}
}
}
}