{ "name": "thorium-samples", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "node_modules/dom-cssom": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/dom-cssom/-/dom-cssom-1.1.1.tgz", "integrity": "sha512-p4zS7za/KYPH/N0KUT5OzN6rZadlclxVE88vpWex2PnY/1FBbH4L3mXQ18C8IFAlZl7n530aO4v4S2JQJGqlkQ==" }, "node_modules/html-tags": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/json-to-css": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/json-to-css/-/json-to-css-0.1.0.tgz", "integrity": "sha512-0A6Xooey9slodt9MX7wWRVNo5G7fujVlBkdyhjNPg3GzoJW7j5EBD/Duw3zK3V132Ma/HTEnBRchl1PmOWiZgg==" }, "node_modules/route-recognizer": { "version": "0.3.4", "resolved": "https://registry.npmjs.org/route-recognizer/-/route-recognizer-0.3.4.tgz", "integrity": "sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g==" }, "node_modules/thorium-framework": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/thorium-framework/-/thorium-framework-1.0.0.tgz", "integrity": "sha512-ZRGK00eMsfMsL7uWbJukD9LRebr3+SEJMqQRIOgJWxStL6UlV12tUXW2KsTBGaFrCeXrNZX4456op8/qc1eQtQ==", "dependencies": { "dom-cssom": "^1.1.1", "html-tags": "^3.3.1", "json-to-css": "^0.1.0", "route-recognizer": "^0.3.4", "typescript": "^5.1.3" } }, "node_modules/typescript": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { "node": ">=14.17" } } } }