72488fa8f3
type-fest 4.34.1 => 4.35.0
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "assets",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"barcode-detector": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/emscripten": {
|
|
"version": "1.40.0",
|
|
"resolved": "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.40.0.tgz",
|
|
"integrity": "sha512-MD2JJ25S4tnjnhjWyalMS6K6p0h+zQV6+Ylm+aGbiS8tSn/aHLSGNzBgduj6FB4zH0ax2GRMGYi/8G1uOxhXWA=="
|
|
},
|
|
"node_modules/barcode-detector": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/barcode-detector/-/barcode-detector-3.0.0.tgz",
|
|
"integrity": "sha512-BABMtctq2a5TxTG41xgdPC+rkuTn9Hsh07EAJ3l4bVM1cj0iA6CbXHyCgdjHPaFJCYnhDbiEJF22DSrw8Hr/vg==",
|
|
"dependencies": {
|
|
"zxing-wasm": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "4.35.0",
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz",
|
|
"integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/zxing-wasm": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/zxing-wasm/-/zxing-wasm-2.0.1.tgz",
|
|
"integrity": "sha512-C0xM9zqHnZ7Y2quc3aEutAl56qyLzryn72qDUyccsw/DlL8+VG2ZZWxslfy0cDEH0xDtFQwV1sOiC7H40WpGhQ==",
|
|
"dependencies": {
|
|
"@types/emscripten": "^1.39.13",
|
|
"type-fest": "^4.33.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/emscripten": ">=1.39.6"
|
|
}
|
|
}
|
|
}
|
|
}
|