{ "_args": [ [ "qrcode@1.5.0", "D:\\jenkins\\workspace\\xq-web-fvue" ] ], "_from": "qrcode@1.5.0", "_id": "qrcode@1.5.0", "_inBundle": false, "_integrity": "sha512-9MgRpgVc+/+47dFvQeD6U2s0Z92EsKzcHogtum4QB+UNd025WOJSHvn/hjk9xmzj7Stj95CyUAs31mrjxliEsQ==", "_location": "/qrcode", "_phantomChildren": { "decamelize": "1.2.0", "get-caller-file": "2.0.5", "p-limit": "2.3.0", "require-directory": "2.1.1", "require-main-filename": "2.0.0", "set-blocking": "2.0.0", "which-module": "2.0.0", "y18n": "4.0.3" }, "_requested": { "type": "version", "registry": true, "raw": "qrcode@1.5.0", "name": "qrcode", "escapedName": "qrcode", "rawSpec": "1.5.0", "saveSpec": null, "fetchSpec": "1.5.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.0.tgz", "_spec": "1.5.0", "_where": "D:\\jenkins\\workspace\\xq-web-fvue", "author": { "name": "Ryan Day", "email": "soldair@gmail.com" }, "bin": { "qrcode": "bin/qrcode" }, "browser": { "./lib/index.js": "./lib/browser.js", "fs": false }, "bugs": { "url": "https://github.com/soldair/node-qrcode/issues" }, "contributors": [ { "name": "Vincenzo Greco", "email": "greco.vincenzo@gmail.com" }, { "name": "Linus Unnebäck", "email": "linus@folkdatorn.se" } ], "dependencies": { "dijkstrajs": "^1.0.1", "encode-utf8": "^1.0.3", "pngjs": "^5.0.0", "yargs": "^15.3.1" }, "description": "QRCode / 2d Barcode api with both server side and client side support using canvas", "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "^7.1.3", "browserify": "^16.5.1", "canvas": "^2.8.0", "canvasutil": "0.0.4", "colors": "^1.4.0", "express": "^4.17.1", "htmlparser2": "^4.1.0", "rollup": "^2.6.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-terser": "^5.3.0", "sinon": "^9.0.2", "standard": "^16.0.4", "tap": "^15.1.2" }, "engines": { "node": ">=10.13.0" }, "files": [ "bin", "build", "lib", "helper" ], "homepage": "http://github.com/soldair/node-qrcode", "keywords": [ "qr", "code", "canvas", "qrcode" ], "license": "MIT", "main": "./lib/index.js", "name": "qrcode", "repository": { "type": "git", "url": "git://github.com/soldair/node-qrcode.git" }, "scripts": { "browser": "node examples/clientsideserver.js", "build": "rollup -c", "lint": "standard", "prepublish": "npm run build", "pretest": "npm run lint", "test": "node --throw-deprecation test.js" }, "standard": { "ignore": [ "build/", "examples/vendors/", "lib/core/regex.js" ] }, "version": "1.5.0" }