-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
39 lines (39 loc) · 1.5 KB
/
package-lock.json
File metadata and controls
39 lines (39 loc) · 1.5 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@fortawesome/fontawesome-free": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.4.1.tgz",
"integrity": "sha512-ZcxfUmLFl4RLG71cPeZcTXRa6rt3xLnMmomAb7aYKRzUmlRRj7E8EVqSwYSXBiV2x6XpSQmGOQmNQx6HSeSwVQ=="
},
"bootstrap": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.1.3.tgz",
"integrity": "sha512-rDFIzgXcof0jDyjNosjv4Sno77X4KuPeFxG2XZZv1/Kc8DRVGVADdoQyyOVDwPqL36DDmtCQbrpMCqvpPLJQ0w=="
},
"jQuery": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/jQuery/-/jQuery-1.7.4.tgz",
"integrity": "sha1-8y3FyFpwRO6GS0RDue5F+UeLoTc="
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"jquery-color": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-1.0.0.tgz",
"integrity": "sha1-ADq6mIpvLSHZY9Hy7uts28gEcfE=",
"requires": {
"jQuery": "^1.7.4"
}
},
"zipcodes": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/zipcodes/-/zipcodes-7.0.0.tgz",
"integrity": "sha512-lsTU0Orwsai2cho+miNuPqXbIDR9ag+MFcpbEz4H/f5hLYz4fmkld9EHMqYGGz5TDSk17KrZWNVI/nbWy04aYw=="
}
}
}