package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "qrcode@^1.4.4",
  3. "_id": "qrcode@1.5.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==",
  6. "_location": "/qrcode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "qrcode@^1.4.4",
  12. "name": "qrcode",
  13. "escapedName": "qrcode",
  14. "rawSpec": "^1.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.4"
  17. },
  18. "_requiredBy": [
  19. "/@chenfengyuan/vue-qrcode"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz",
  22. "_shasum": "5cb81d86eb57c675febb08cf007fff963405da88",
  23. "_spec": "qrcode@^1.4.4",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\@chenfengyuan\\vue-qrcode",
  25. "author": {
  26. "name": "Ryan Day",
  27. "email": "soldair@gmail.com"
  28. },
  29. "bin": {
  30. "qrcode": "bin/qrcode"
  31. },
  32. "browser": {
  33. "./lib/index.js": "./lib/browser.js",
  34. "fs": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/soldair/node-qrcode/issues"
  38. },
  39. "bundleDependencies": false,
  40. "contributors": [
  41. {
  42. "name": "Vincenzo Greco",
  43. "email": "greco.vincenzo@gmail.com"
  44. },
  45. {
  46. "name": "Linus Unnebäck",
  47. "email": "linus@folkdatorn.se"
  48. }
  49. ],
  50. "dependencies": {
  51. "dijkstrajs": "^1.0.1",
  52. "pngjs": "^5.0.0",
  53. "yargs": "^15.3.1"
  54. },
  55. "deprecated": false,
  56. "description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
  57. "devDependencies": {
  58. "@babel/core": "^7.9.0",
  59. "@babel/preset-env": "^7.9.5",
  60. "@rollup/plugin-commonjs": "^11.1.0",
  61. "@rollup/plugin-node-resolve": "^7.1.3",
  62. "browserify": "^16.5.1",
  63. "canvas": "^2.8.0",
  64. "canvasutil": "0.0.4",
  65. "colors": "^1.4.0",
  66. "express": "^4.17.1",
  67. "htmlparser2": "^4.1.0",
  68. "rollup": "^2.6.1",
  69. "rollup-plugin-babel": "^4.4.0",
  70. "rollup-plugin-terser": "^5.3.0",
  71. "sinon": "^9.0.2",
  72. "standard": "^16.0.4",
  73. "tap": "^16.2.0"
  74. },
  75. "engines": {
  76. "node": ">=10.13.0"
  77. },
  78. "files": [
  79. "bin",
  80. "build",
  81. "lib",
  82. "helper"
  83. ],
  84. "homepage": "http://github.com/soldair/node-qrcode",
  85. "keywords": [
  86. "qr",
  87. "code",
  88. "canvas",
  89. "qrcode"
  90. ],
  91. "license": "MIT",
  92. "main": "./lib/index.js",
  93. "name": "qrcode",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/soldair/node-qrcode.git"
  97. },
  98. "scripts": {
  99. "browser": "node examples/clientsideserver.js",
  100. "build": "rollup -c",
  101. "lint": "standard",
  102. "prepublish": "npm run build",
  103. "pretest": "npm run lint",
  104. "test": "node --throw-deprecation test.js"
  105. },
  106. "standard": {
  107. "ignore": [
  108. "build/",
  109. "examples/vendors/",
  110. "lib/core/regex.js"
  111. ]
  112. },
  113. "version": "1.5.4"
  114. }