{ "_from": "@chenfengyuan/vue-qrcode@^1.0.2", "_id": "@chenfengyuan/vue-qrcode@1.0.2", "_inBundle": false, "_integrity": "sha512-hwy1d4YMJAyEh+V7dLPG8eAKACRvugzSB4ylwb6QNqo84KHTF50/5EJcBYdUhTRPfAqrxG0i6jDAXONWOGyQbQ==", "_location": "/@chenfengyuan/vue-qrcode", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@chenfengyuan/vue-qrcode@^1.0.2", "name": "@chenfengyuan/vue-qrcode", "escapedName": "@chenfengyuan%2fvue-qrcode", "scope": "@chenfengyuan", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/@chenfengyuan/vue-qrcode/-/vue-qrcode-1.0.2.tgz", "_shasum": "37d71902e166e1ae58176bd6cb9c40905c1b0949", "_spec": "@chenfengyuan/vue-qrcode@^1.0.2", "_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master", "author": { "name": "Chen Fengyuan", "url": "https://chenfengyuan.com/" }, "browser": "dist/vue-qrcode.js", "bugs": { "url": "https://github.com/fengyuanchen/vue-qrcode/issues" }, "bundleDependencies": false, "dependencies": { "qrcode": "^1.4.4" }, "deprecated": false, "description": "QR code component for Vue.js.", "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "babel-plugin-istanbul": "^6.0.0", "chai": "^4.2.0", "change-case": "^4.1.1", "codecov": "^3.6.1", "create-banner": "^1.0.0", "del-cli": "^3.0.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.0", "husky": "^4.0.10", "karma": "^4.4.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^2.1.1", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-rollup-preprocessor": "^7.0.3", "mocha": "^7.0.0", "puppeteer": "^2.0.0", "rollup": "^1.29.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "uglify-js": "^3.7.5", "vue": "^2.6.11" }, "files": [ "src", "dist" ], "homepage": "https://fengyuanchen.github.io/vue-qrcode", "keywords": [ "qrcode", "QR code", "2d bar code", "vue-component", "html", "css", "javascript", "front-end", "web" ], "license": "MIT", "main": "dist/vue-qrcode.common.js", "module": "dist/vue-qrcode.esm.js", "name": "@chenfengyuan/vue-qrcode", "peerDependencies": { "vue": "^2.6.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/fengyuanchen/vue-qrcode.git" }, "scripts": { "build": "rollup -c", "clear": "del-cli dist", "codecov": "cat coverage/lcov.info | codecov", "commitmsg": "npm run lint && commitlint -e", "compress": "uglifyjs ./dist/vue-qrcode.js -o ./dist/vue-qrcode.min.js -c -m --comments /^!/", "dev": "rollup -c -m -w", "lint": "eslint src test *.js --fix", "release": "npm run clear && npm run lint && npm run build && npm run compress && npm test", "start": "npm run dev", "test": "karma start" }, "version": "1.0.2" }