{
  "_from": "html5-qrcode@^2.1.6",
  "_id": "html5-qrcode@2.1.6",
  "_inBundle": false,
  "_integrity": "sha512-KyOamaxKOZmNp/3y7DAz8uuigNhTeQfyCPTlcuyNEQuKYPZPP3ghm6HFr/f7gmcDBwewcGTvv3jRvsCODEDt7w==",
  "_location": "/html5-qrcode",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "html5-qrcode@^2.1.6",
    "name": "html5-qrcode",
    "escapedName": "html5-qrcode",
    "rawSpec": "^2.1.6",
    "saveSpec": null,
    "fetchSpec": "^2.1.6"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/html5-qrcode/-/html5-qrcode-2.1.6.tgz",
  "_shasum": "6433696a87a327082b146af5fed127e29ea794db",
  "_spec": "html5-qrcode@^2.1.6",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "minhazav@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mebjas/html5-qrcode/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A cross platform HTML5 QR Code & bar code scanner",
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.11.0",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "babel-minify": "^0.5.1",
    "chai": "^4.3.4",
    "expose-loader": "^2.0.0",
    "mocha": "^9.1.3",
    "mocha-lcov-reporter": "^1.3.0",
    "promise-polyfill": "^8.1.3",
    "remark-cli": "^9.0.0",
    "remark-preset-lint-recommended": "^5.0.0",
    "rewire": "^5.0.0",
    "ts-loader": "^9.1.2",
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.12.0",
    "typescript": "^4.3.2",
    "typings": "^2.1.1",
    "webpack": "^5.37.0",
    "webpack-cli": "^4.7.0"
  },
  "esnext": "./es2015/index.js",
  "homepage": "https://github.com/mebjas/html5-qrcode#readme",
  "keywords": [
    "html5",
    "qrcode",
    "html",
    "camera",
    "scanner",
    "barcode",
    "barcode 1d",
    "barcode 2d"
  ],
  "license": "Apache-2.0",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "name": "html5-qrcode",
  "publishConfig": {
    "access": "public"
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mebjas/html5-qrcode.git"
  },
  "scripts": {
    "build": "npm run build:es2015 && npm run build:esm && npm run build:esnext && npm run build:cjs && npm run build:umd && npm run build:typing && npm run build:copy",
    "build-windows": "scripts\\build-windows.sh",
    "build:cjs": "tsc --build tsconfig.lib-cjs.json",
    "build:copy": "cp README.md dist && cp package.json dist && cp LICENSE dist",
    "build:es2015": "tsc --build tsconfig.lib-es2015.json",
    "build:esm": "tsc --build tsconfig.lib-esm.json",
    "build:esnext": "tsc --build tsconfig.lib-esm.json",
    "build:typing": "tsc --emitDeclarationOnly --outDir ./dist",
    "build:umd": "./scripts/build-webpack.sh",
    "build:umd_windows": ".\\scripts\\build-webpack.bat",
    "clean": "rm -Rf ./lib/* ./build/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache  ./dist/* ./src/*.d.ts",
    "lint-md": "remark .",
    "postbuild": "cp -R ./third_party ./dist/third_party",
    "prebuild": "npm run clean",
    "release": "npm run build && cd dist && npm publish",
    "test": "npm run-script test:build && npm run-script test:run && npm run-script test:clean",
    "test:build": "tsc --build tsconfig.test.json",
    "test:clean": "rm -Rf ./output",
    "test:clean_windows": "rmdir /s /q .\\output",
    "test:run": "mocha -r tsconfig-paths/register --timeout 200000 output/tests/**/*.test.js",
    "test_windows": "npm run-script test:build && npm run-script test:run && npm run-script test:clean_windows"
  },
  "typings": "./esm/index.d.ts",
  "unpkg": "./html5-qrcode.min.js",
  "version": "2.1.6"
}
