API/api.medcify.app/node_modules/qrcode/package.json
2022-09-26 11:41:44 +05:30

128 lines
2.9 KiB
JSON

{
"_from": "qrcode",
"_id": "qrcode@1.5.0",
"_inBundle": false,
"_integrity": "sha512-9MgRpgVc+/+47dFvQeD6U2s0Z92EsKzcHogtum4QB+UNd025WOJSHvn/hjk9xmzj7Stj95CyUAs31mrjxliEsQ==",
"_location": "/qrcode",
"_phantomChildren": {
"ansi-styles": "4.3.0",
"decamelize": "1.2.0",
"find-up": "4.1.0",
"get-caller-file": "2.0.5",
"require-directory": "2.1.1",
"require-main-filename": "2.0.0",
"set-blocking": "2.0.0",
"string-width": "4.2.3",
"strip-ansi": "6.0.1",
"which-module": "2.0.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "qrcode",
"name": "qrcode",
"escapedName": "qrcode",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.0.tgz",
"_shasum": "95abb8a91fdafd86f8190f2836abbfc500c72d1b",
"_spec": "qrcode",
"_where": "/var/www/api.medcify.app",
"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"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}