-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
35 lines (35 loc) · 1.41 KB
/
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
33
34
35
{
"name": "mercury",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@fontsource/inconsolata": "^5.0.18",
"@fontsource/merriweather": "^5.0.13",
"@fontsource/roboto": "5.0.13",
"elevator.js": "^1.0.1"
}
},
"node_modules/@fontsource/inconsolata": {
"version": "5.0.18",
"resolved": "https://registry.npmjs.org/@fontsource/inconsolata/-/inconsolata-5.0.18.tgz",
"integrity": "sha512-VVG5RWMfYEmWRKv3sh8M1n3Ux3vs7v8978vYZ205lBQPlff3e7H67f7TRfswj2ybnX53+QxWylySvcv8ACCvWw=="
},
"node_modules/@fontsource/merriweather": {
"version": "5.0.13",
"resolved": "https://registry.npmjs.org/@fontsource/merriweather/-/merriweather-5.0.13.tgz",
"integrity": "sha512-V/UsU+5yceDICBUJJXWCT+6xf5YpLIVUHfUjBQ+NNbllIhe3zaVZ1f3t5+fNKwvBzKBDa3RNMCofAdW7uzw08Q=="
},
"node_modules/@fontsource/roboto": {
"version": "5.0.13",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.13.tgz",
"integrity": "sha512-j61DHjsdUCKMXSdNLTOxcG701FWnF0jcqNNQi2iPCDxU8seN/sMxeh62dC++UiagCWq9ghTypX+Pcy7kX+QOeQ=="
},
"node_modules/elevator.js": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/elevator.js/-/elevator.js-1.0.1.tgz",
"integrity": "sha512-3+jUQIrUxDGjhF7cyrxi+NcqaDkYhQ+Y2UfVqozYMLxAY1i9l2ZjLWzPlFMFc4nx3SPYf9EPHEn1zUqpIWlXng=="
}
}
}