-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage-lock.json
More file actions
55 lines (55 loc) · 2.1 KB
/
package-lock.json
File metadata and controls
55 lines (55 loc) · 2.1 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "APLCourse",
"version": "file:../../Users/rpark/Documents/GitHub/APLCourse",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"hasInstallScript": true,
"dependencies": {
"mathjax": "^4.0.0"
},
"devDependencies": {
"run-script-os": "^1.1.6"
}
},
"../../Users/rpark/Documents/GitHub/APLCourse/node_modules/@mathjax/mathjax-newcm-font": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.0.0.tgz",
"integrity": "sha512-kpsJgIF4FpWiwIkFgOPmWwy5GXfL25spmJJNg27HQxPddmEL8Blx0jn2BuU/nlwjM/9SnYpEfDrWiAMgLPlB8Q==",
"extraneous": true
},
"../../Users/rpark/Documents/GitHub/APLCourse/node_modules/mathjax": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.0.0.tgz",
"integrity": "sha512-ThMPHiPl9ibZBInAmfoTCNq9MgCdH7ChIQ9YhKFc325noJ4DMzy9/Q14qdcuPzVJjEmC3kyXhwnERZWX3hbWzQ==",
"extraneous": true,
"dependencies": {
"@mathjax/mathjax-newcm-font": "^4.0.0"
}
},
"node_modules/@mathjax/mathjax-newcm-font": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.0.0.tgz",
"integrity": "sha512-kpsJgIF4FpWiwIkFgOPmWwy5GXfL25spmJJNg27HQxPddmEL8Blx0jn2BuU/nlwjM/9SnYpEfDrWiAMgLPlB8Q=="
},
"node_modules/mathjax": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.0.0.tgz",
"integrity": "sha512-ThMPHiPl9ibZBInAmfoTCNq9MgCdH7ChIQ9YhKFc325noJ4DMzy9/Q14qdcuPzVJjEmC3kyXhwnERZWX3hbWzQ==",
"dependencies": {
"@mathjax/mathjax-newcm-font": "^4.0.0"
}
},
"node_modules/run-script-os": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/run-script-os/-/run-script-os-1.1.6.tgz",
"integrity": "sha512-ql6P2LzhBTTDfzKts+Qo4H94VUKpxKDFz6QxxwaUZN0mwvi7L3lpOI7BqPCq7lgDh3XLl0dpeXwfcVIitlrYrw==",
"dev": true,
"bin": {
"run-os": "index.js",
"run-script-os": "index.js"
}
}
}
}