-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
50 lines (50 loc) · 2.15 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "techdegree-project-02",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "techdegree-project-02",
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"@openfonts/permanent-marker_latin": "^1.44.1",
"@openfonts/roboto-mono_all": "^1.44.1",
"normalize.css": "^8.0.1"
}
},
"node_modules/@openfonts/permanent-marker_latin": {
"version": "1.44.1",
"resolved": "https://registry.npmjs.org/@openfonts/permanent-marker_latin/-/permanent-marker_latin-1.44.1.tgz",
"integrity": "sha512-E1Xyt/1JJ+MFLuMFD3zD7DWrZN9thLz3lnPGhnwC3bURz17maydsgaWJ97/fi0L+kSLC8AhIK5sqZElUw4oTSw=="
},
"node_modules/@openfonts/roboto-mono_all": {
"version": "1.44.1",
"resolved": "https://registry.npmjs.org/@openfonts/roboto-mono_all/-/roboto-mono_all-1.44.1.tgz",
"integrity": "sha512-y98ECJUy26UWigy5aDwOuHjU2jVG80Su8MJ8BIi/R6SYMA6IQAq/q94V4kzUjOmuFiQwXY1APgb+0DuFbHD5Qw=="
},
"node_modules/normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
}
},
"dependencies": {
"@openfonts/permanent-marker_latin": {
"version": "1.44.1",
"resolved": "https://registry.npmjs.org/@openfonts/permanent-marker_latin/-/permanent-marker_latin-1.44.1.tgz",
"integrity": "sha512-E1Xyt/1JJ+MFLuMFD3zD7DWrZN9thLz3lnPGhnwC3bURz17maydsgaWJ97/fi0L+kSLC8AhIK5sqZElUw4oTSw=="
},
"@openfonts/roboto-mono_all": {
"version": "1.44.1",
"resolved": "https://registry.npmjs.org/@openfonts/roboto-mono_all/-/roboto-mono_all-1.44.1.tgz",
"integrity": "sha512-y98ECJUy26UWigy5aDwOuHjU2jVG80Su8MJ8BIi/R6SYMA6IQAq/q94V4kzUjOmuFiQwXY1APgb+0DuFbHD5Qw=="
},
"normalize.css": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
"integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
}
}
}