You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.3 KiB

10 months ago
{
"_from": "barcode-detector@^0.5.0",
"_id": "barcode-detector@0.5.0",
"_inBundle": false,
"_integrity": "sha512-CL0ETCnLjaklGbFJeU1f5SU3CHVK1Tm+SjPbLKlt8iJ6Fqgc9yseNmWEpXSPmcGW3ET3rUwkWk2fXG+kcSbwBw==",
"_location": "/barcode-detector",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "barcode-detector@^0.5.0",
"name": "barcode-detector",
"escapedName": "barcode-detector",
"rawSpec": "^0.5.0",
"saveSpec": null,
"fetchSpec": "^0.5.0"
},
"_requiredBy": [
"/vue-qrcode-reader"
],
"_resolved": "https://registry.npmmirror.com/barcode-detector/-/barcode-detector-0.5.0.tgz",
"_shasum": "f984fef1cbeade513ce60b9b5e4123bd04e48b7c",
"_spec": "barcode-detector@^0.5.0",
"_where": "D:\\Project\\project_wenlv\\tourGuide\\node_modules\\vue-qrcode-reader",
"amdName": "BarcodeDetectorPolyfill",
"author": {
"name": "Niklas Gruhn",
"email": "niklas@gruhn.me"
},
"bugs": {
"url": "https://github.com/gruhn/barcode-detector/issues"
},
"bundleDependencies": false,
"dependencies": {
"@zxing/library": "^0.18.4",
"jsqr": "^1.3.1"
},
"deprecated": "The ownership of barcode-detector has been transferred to a new user. Please update to version 2.0.0 or higher for continued support and maintenance. View the new API and source code at https://github.com/Sec-ant/barcode-detector ",
"description": "Spec compliant polyfill of the [Barcode Detection API](https://wicg.github.io/shape-detection-api/#barcode-detection-api). It can be used for barcode/QR-code recognition in images from various kinds of sources including `<canvas>`, `<img>`, `<image>` (inside SVGs), `<video>`, `File`, `Blob`, `ImageData`, `ImageBitmap`, `OffscreenCanvas`.",
"devDependencies": {
"microbundle": "^0.13.0"
},
"exports": "./dist/barcode-detector.modern.js",
"homepage": "https://github.com/gruhn/barcode-detector#readme",
"license": "MIT",
"main": "dist/barcode-detector.js",
"module": "dist/barcode-detector.module.js",
"name": "barcode-detector",
"repository": {
"type": "git",
"url": "git+https://github.com/gruhn/barcode-detector.git"
},
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
},
"source": "src/BarcodeDetector.ts",
"unpkg": "dist/barcode-detector.umd.js",
"version": "0.5.0"
}