Barcode Generation

This commit is contained in:
CAnetzberger
2022-02-21 15:01:43 +01:00
parent aa6c93f3f6
commit 79ec11e25c
224 changed files with 22474 additions and 95 deletions

163
node_modules/jsbarcode/package.json generated vendored Normal file
View File

@@ -0,0 +1,163 @@
{
"_from": "jsbarcode",
"_id": "jsbarcode@3.11.5",
"_inBundle": false,
"_integrity": "sha512-zv3KsH51zD00I/LrFzFSM6dst7rDn0vIMzaiZFL7qusTjPZiPtxg3zxetp0RR7obmjTw4f6NyGgbdkBCgZUIrA==",
"_location": "/jsbarcode",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "jsbarcode",
"name": "jsbarcode",
"escapedName": "jsbarcode",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/jsbarcode/-/jsbarcode-3.11.5.tgz",
"_shasum": "390b3efd0271f35b9d68c7b8af6e972445969014",
"_spec": "jsbarcode",
"_where": "/home/frappe/frappe-bench/apps/label_printing",
"author": {
"name": "Johan Lindell"
},
"bin": {
"barcodes": "bin/barcodes",
"Barcode.js": "bin/barcodes/Barcode.js",
"codabar": "bin/barcodes/codabar",
"index.js": "bin/renderers/index.js",
"CODE128": "bin/barcodes/CODE128",
"auto.js": "bin/barcodes/CODE128/auto.js",
"CODE128_AUTO.js": "bin/barcodes/CODE128/CODE128_AUTO.js",
"CODE128.js": "bin/barcodes/CODE128/CODE128.js",
"CODE128A.js": "bin/barcodes/CODE128/CODE128A.js",
"CODE128B.js": "bin/barcodes/CODE128/CODE128B.js",
"CODE128C.js": "bin/barcodes/CODE128/CODE128C.js",
"constants.js": "bin/barcodes/ITF/constants.js",
"CODE39": "bin/barcodes/CODE39",
"EAN_UPC": "bin/barcodes/EAN_UPC",
"EAN.js": "bin/barcodes/EAN_UPC/EAN.js",
"EAN13.js": "bin/barcodes/EAN_UPC/EAN13.js",
"EAN2.js": "bin/barcodes/EAN_UPC/EAN2.js",
"EAN5.js": "bin/barcodes/EAN_UPC/EAN5.js",
"EAN8.js": "bin/barcodes/EAN_UPC/EAN8.js",
"encoder.js": "bin/barcodes/EAN_UPC/encoder.js",
"UPC.js": "bin/barcodes/EAN_UPC/UPC.js",
"UPCE.js": "bin/barcodes/EAN_UPC/UPCE.js",
"GenericBarcode": "bin/barcodes/GenericBarcode",
"index.tmp.js": "bin/barcodes/index.tmp.js",
"ITF": "bin/barcodes/ITF",
"ITF.js": "bin/barcodes/ITF/ITF.js",
"ITF14.js": "bin/barcodes/ITF/ITF14.js",
"MSI": "bin/barcodes/MSI",
"checksums.js": "bin/barcodes/MSI/checksums.js",
"MSI.js": "bin/barcodes/MSI/MSI.js",
"MSI10.js": "bin/barcodes/MSI/MSI10.js",
"MSI1010.js": "bin/barcodes/MSI/MSI1010.js",
"MSI11.js": "bin/barcodes/MSI/MSI11.js",
"MSI1110.js": "bin/barcodes/MSI/MSI1110.js",
"pharmacode": "bin/barcodes/pharmacode",
"exceptions": "bin/exceptions",
"ErrorHandler.js": "bin/exceptions/ErrorHandler.js",
"exceptions.js": "bin/exceptions/exceptions.js",
"help": "bin/help",
"fixOptions.js": "bin/help/fixOptions.js",
"getOptionsFromElement.js": "bin/help/getOptionsFromElement.js",
"getRenderProperties.js": "bin/help/getRenderProperties.js",
"linearizeEncodings.js": "bin/help/linearizeEncodings.js",
"merge.js": "bin/help/merge.js",
"optionsFromStrings.js": "bin/help/optionsFromStrings.js",
"JsBarcode.js": "bin/JsBarcode.js",
"options": "bin/options",
"defaults.js": "bin/options/defaults.js",
"renderers": "bin/renderers",
"canvas.js": "bin/renderers/canvas.js",
"object.js": "bin/renderers/object.js",
"shared.js": "bin/renderers/shared.js",
"svg.js": "bin/renderers/svg.js"
},
"bugs": {
"url": "https://github.com/lindell/JsBarcode/issues"
},
"bundleDependencies": false,
"config": {
"blanket": {
"pattern": [
"JsBarcode.js",
"barcodes"
],
"data-cover-never": [
"GenericBarcode",
"node_modules"
]
}
},
"deprecated": false,
"description": "JsBarcode is a customizable barcode generator with support for multiple barcode formats.",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "6.24.1",
"blanket": "^1.2.3",
"canvas": "^2.6.1",
"coveralls": "^3.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-bump": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-git": "^2.10.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp4-run-sequence": "^1.0.0",
"gzip-size": "^5.1.1",
"mocha": "^8.1.1",
"mocha-lcov-reporter": "^1.3.0",
"publish-release": "^1.6.1",
"request": "^2.88.2",
"webpack": "^4.44.1",
"webpack-stream": "^5.2.1",
"xmldom": "^0.1.31"
},
"directories": {
"example": "example",
"test": "test",
"lib": "src",
"bin": "bin"
},
"homepage": "https://github.com/lindell/JsBarcode#readme",
"keywords": [
"barcode",
"canvas",
"code128",
"upc",
"ean",
"itf",
"msi",
"pharmacode"
],
"license": "MIT",
"main": "./bin/JsBarcode.js",
"name": "jsbarcode",
"repository": {
"type": "git",
"url": "git+https://github.com/lindell/JsBarcode.git"
},
"scripts": {
"build": "gulp compile",
"coverage": "mocha test/node/ -r blanket -R html-cov > test/coverage.html",
"coveralls": "NODE_ENV=test YOURPACKAGE_COVERAGE=1 ./node_modules/.bin/mocha test/node/ --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
"test": "gulp babel && node_modules/mocha/bin/mocha test/node/ -R spec"
},
"typings": "./jsbarcode.d.ts",
"version": "3.11.5"
}