-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
31 lines (31 loc) · 976 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": "src.canary",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "src.canary",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.4.0"
}
},
"node_modules/@fortawesome/fontawesome-pro": {
"version": "6.4.0",
"resolved": "https://npm.fontawesome.com/@fortawesome/fontawesome-pro/-/6.4.0/fontawesome-pro-6.4.0.tgz",
"integrity": "sha512-VtoAOuV0KAjdO979RHGko5krp3UsKMnXH1SaHnQvlz4PcgErcsk5ZPugoMhc3sW5lkrRl8NnaGwkGzB3gzVSxQ==",
"engines": {
"node": ">=6"
}
}
},
"dependencies": {
"@fortawesome/fontawesome-pro": {
"version": "6.4.0",
"resolved": "https://npm.fontawesome.com/@fortawesome/fontawesome-pro/-/6.4.0/fontawesome-pro-6.4.0.tgz",
"integrity": "sha512-VtoAOuV0KAjdO979RHGko5krp3UsKMnXH1SaHnQvlz4PcgErcsk5ZPugoMhc3sW5lkrRl8NnaGwkGzB3gzVSxQ=="
}
}
}