ngx-html5-qrcode
Version:
This is the angular adaptation of the "**[HTML5 QRCode](https://github.com/mebjas/html5-qrcode)**". For the documentation please have a look at https://github.com/mebjas/html5-qrcode.
48 lines • 1.21 kB
JSON
{
"name": "ngx-html5-qrcode",
"version": "1.0.1",
"author": {
"name": "Ali Arshad",
"email": "aliarshad2068@outlook.com"
},
"repository": "https://github.com/emcyborg/ngx-html5-qrcode",
"keywords": [
"qrcode",
"angular",
"html5",
"html5-qrcode",
"html",
"camera",
"scanner",
"barcode",
"barcode 1d",
"barcode 2d"
],
"peerDependencies": {
"@angular/common": "^13.1.0",
"@angular/core": "^13.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/ngx-html5-qrcode.mjs",
"es2020": "fesm2020/ngx-html5-qrcode.mjs",
"esm2020": "esm2020/ngx-html5-qrcode.mjs",
"fesm2020": "fesm2020/ngx-html5-qrcode.mjs",
"fesm2015": "fesm2015/ngx-html5-qrcode.mjs",
"typings": "ngx-html5-qrcode.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-html5-qrcode.d.ts",
"esm2020": "./esm2020/ngx-html5-qrcode.mjs",
"es2020": "./fesm2020/ngx-html5-qrcode.mjs",
"es2015": "./fesm2015/ngx-html5-qrcode.mjs",
"node": "./fesm2015/ngx-html5-qrcode.mjs",
"default": "./fesm2020/ngx-html5-qrcode.mjs"
}
},
"sideEffects": false
}