{ "name": "physics", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "physics", "version": "1.0.0", "license": "Unlicense", "dependencies": { "mathjax": "^3.2.2", "reveal.js": "^5.1.0" } }, "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==" }, "node_modules/reveal.js": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-5.1.0.tgz", "integrity": "sha512-KDt7m0+xwKV6nAZt4CNPVFBf42sTKRQapg0bGGKB5PKO5XvChnMfwlZkybydHiQJ7p5+6LbHKRGrhXODdoNIaA==", "engines": { "node": ">=18.0.0" } } } }