moz.yaml (754B)
1 # Version of this schema 2 schema: 1 3 4 bugzilla: 5 product: Toolkit 6 component: General 7 8 origin: 9 name: qrcode 10 description: QR Code encoder and decoder library 11 url: https://github.com/kazuhikoarase/qrcode-generator 12 release: 83b7e8fe3fddd3b0368dbafd6ce56995bd25e3c8 (2025-08-07T14:10:49Z). 13 revision: 83b7e8fe3fddd3b0368dbafd6ce56995bd25e3c8 14 license: MIT 15 license-file: LICENSE 16 17 vendoring: 18 url: https://github.com/kazuhikoarase/qrcode-generator 19 source-hosting: github 20 flavor: individual-files 21 22 individual-files: 23 - upstream: js/README.md 24 destination: README.md 25 - upstream: js/dist/qrcode.mjs 26 destination: qrcode.mjs 27 - upstream: js/dist/qrcode.d.ts 28 destination: qrcode.d.ts 29 30 patches: 31 - add_exports.patch