{
  "_from": "jsbarcode@^3.5.8",
  "_id": "jsbarcode@3.8.0",
  "_inBundle": false,
  "_integrity": "sha1-opA3mnRJ+5J/JtJrMZwkvy3ryPw=",
  "_location": "/jsbarcode",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsbarcode@^3.5.8",
    "name": "jsbarcode",
    "escapedName": "jsbarcode",
    "rawSpec": "^3.5.8",
    "saveSpec": null,
    "fetchSpec": "^3.5.8"
  },
  "_requiredBy": [
    "/vue-barcode"
  ],
  "_resolved": "https://registry.npmjs.org/jsbarcode/-/jsbarcode-3.8.0.tgz",
  "_shasum": "a290379a7449fb927f26d26b319c24bf2debc8fc",
  "_spec": "jsbarcode@^3.5.8",
  "_where": "C:\\xampp\\htdocs\\sistema\\node_modules\\vue-barcode",
  "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/CODE128/constants.js",
    "CODE39": "bin/barcodes/CODE39",
    "EAN_UPC": "bin/barcodes/EAN_UPC",
    "ean_encoder.js": "bin/barcodes/EAN_UPC/ean_encoder.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",
    "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",
    "ITF14": "bin/barcodes/ITF14",
    "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": "^1.6.5",
    "coveralls": "^2.11.6",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-bump": "^2.1.0",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^3.0.1",
    "gulp-git": "^1.7.1",
    "gulp-header": "^1.7.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.3",
    "gzip-size": "^3.0.0",
    "mocha": "^3.0.0",
    "mocha-lcov-reporter": "^1.2.0",
    "publish-release": "^1.2.0",
    "request": "^2.72.0",
    "run-sequence": "^1.1.5",
    "webpack": "^2.5.1",
    "webpack-stream": "^3.1.0",
    "xmldom": "^0.1.27"
  },
  "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.8.0"
}
