blob: 32438298d0f4e764b773023f6bca1132b4537f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "blog.gluegadget.com",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"mathjax": "^3.2.2"
}
},
"node_modules/mathjax": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.2.tgz",
"integrity": "sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==",
"license": "Apache-2.0"
}
}
}
|