{ "_args": [ [ "qrcode@1.4.4", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "qrcode@1.4.4", "_id": "qrcode@1.4.4", "_inBundle": false, "_integrity": "sha1-8MQ1aKfnUQpV78O4jZYC9xlj6oM=", "_location": "/qrcode", "_phantomChildren": { "ansi-styles": "3.2.1", "camelcase": "5.3.1", "decamelize": "1.2.0", "emoji-regex": "7.0.3", "is-fullwidth-code-point": "2.0.0", "path-exists": "3.0.0", "require-directory": "2.1.1", "set-blocking": "2.0.0", "which-module": "2.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "qrcode@1.4.4", "name": "qrcode", "escapedName": "qrcode", "rawSpec": "1.4.4", "saveSpec": null, "fetchSpec": "1.4.4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npm.taobao.org/qrcode/download/qrcode-1.4.4.tgz", "_spec": "1.4.4", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Ryan Day", "email": "soldair@gmail.com" }, "bin": { "qrcode": "bin/qrcode" }, "browser": { "./lib/index.js": "./lib/browser.js", "./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js", "fs": false }, "bugs": { "url": "https://github.com/soldair/node-qrcode/issues" }, "contributors": [ { "name": "Vincenzo Greco", "email": "greco.vincenzo@gmail.com" } ], "dependencies": { "buffer": "^5.4.3", "buffer-alloc": "^1.2.0", "buffer-from": "^1.1.1", "dijkstrajs": "^1.0.1", "isarray": "^2.0.1", "pngjs": "^3.3.0", "yargs": "^13.2.4" }, "description": "QRCode / 2d Barcode api with both server side and client side support using canvas", "devDependencies": { "browserify": "^16.2.3", "canvas": "^1.6.11", "canvasutil": "*", "colors": "*", "express": "^4.16.4", "htmlparser2": "^3.9.2", "os-tmpdir": "^1.0.2", "sinon": "^1.17.7", "standard": "^9.0.2", "tap": "^12.1.1", "uglify-js": "^2.7.5" }, "engines": { "node": ">=4" }, "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": "node build.js", "lint": "standard", "prepublish": "npm run build", "pretest": "npm run lint", "test": "node --throw-deprecation test.js" }, "standard": { "ignore": [ "build/", "examples/vendors/" ] }, "version": "1.4.4" }