2025-04-19 15:38:48 +08:00

113 lines
2.6 KiB
JSON

{
"_from": "qrcode@1.4.4",
"_id": "qrcode@1.4.4",
"_inBundle": false,
"_integrity": "sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==",
"_location": "/qrcode",
"_phantomChildren": {
"base64-js": "1.5.1",
"ieee754": "1.2.1"
},
"_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": [
"/@walletconnect/qrcode-modal"
],
"_resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.4.4.tgz",
"_shasum": "f0c43568a7e7510a55efc3b88d9602f71963ea83",
"_spec": "qrcode@1.4.4",
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\qrcode-modal",
"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"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}