UNPKG

@ricardopedreiro/ngx-barcode6

Version:

An angular component for Angular 9 - 20 for creating 1-D barcodes based on Lindell's JsBarcode

50 lines 1.32 kB
{ "name": "@ricardopedreiro/ngx-barcode6", "version": "1.0.27", "description": "An angular component for Angular 9 - 20 for creating 1-D barcodes based on Lindell's JsBarcode", "homepage": "https://github.com/ricardopedreiroptc/ngx-barcode6#readme", "repository": { "type": "git", "url": "git+https://github.com/ricardopedreiroptc/ngx-barcode6.git" }, "author": "Ricardo Pedreiro <ricardo.jorge.pedreiro@gmail.com>", "keywords": [ "Angular", "Angular15", "Angular16", "Angular17", "Angular18", "Angular19", "Angular20", "barcode", "jsbarcode" ], "license": "MIT", "bugs": { "url": "https://github.com/ricardopedreiroptc/ngx-barcode6/issues" }, "peerDependencies": { "@angular/common": ">=15.0.0 <21.0.0", "@angular/core": ">=15.0.0 <21.0.0", "jsbarcode": "^3.12.1" }, "dependencies": { "tslib": "^2.8.1" }, "publishConfig": { "access": "public", "@ricardopedreiro:registry": "https://registry.npmjs.org" }, "sideEffects": false, "module": "fesm2022/ricardopedreiro-ngx-barcode6.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ricardopedreiro-ngx-barcode6.mjs" } } }