package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "qrcode@^1.4.4",
  3. "_id": "qrcode@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8MQ1aKfnUQpV78O4jZYC9xlj6oM=",
  6. "_location": "/qrcode",
  7. "_phantomChildren": {
  8. "ansi-regex": "4.1.0",
  9. "ansi-styles": "3.2.1",
  10. "base64-js": "1.5.1",
  11. "decamelize": "1.2.0",
  12. "find-up": "3.0.0",
  13. "get-caller-file": "2.0.5",
  14. "ieee754": "1.2.1",
  15. "is-fullwidth-code-point": "2.0.0",
  16. "require-directory": "2.1.1",
  17. "require-main-filename": "2.0.0",
  18. "set-blocking": "2.0.0",
  19. "which-module": "2.0.0",
  20. "y18n": "4.0.3"
  21. },
  22. "_requested": {
  23. "type": "range",
  24. "registry": true,
  25. "raw": "qrcode@^1.4.4",
  26. "name": "qrcode",
  27. "escapedName": "qrcode",
  28. "rawSpec": "^1.4.4",
  29. "saveSpec": null,
  30. "fetchSpec": "^1.4.4"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.nlark.com/qrcode/download/qrcode-1.4.4.tgz",
  36. "_shasum": "f0c43568a7e7510a55efc3b88d9602f71963ea83",
  37. "_spec": "qrcode@^1.4.4",
  38. "_where": "F:\\uniapp\\vue2-jsshq",
  39. "author": {
  40. "name": "Ryan Day",
  41. "email": "soldair@gmail.com"
  42. },
  43. "bin": {
  44. "qrcode": "bin/qrcode"
  45. },
  46. "browser": {
  47. "./lib/index.js": "./lib/browser.js",
  48. "./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js",
  49. "fs": false
  50. },
  51. "bugs": {
  52. "url": "https://github.com/soldair/node-qrcode/issues"
  53. },
  54. "bundleDependencies": false,
  55. "contributors": [
  56. {
  57. "name": "Vincenzo Greco",
  58. "email": "greco.vincenzo@gmail.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "buffer": "^5.4.3",
  63. "buffer-alloc": "^1.2.0",
  64. "buffer-from": "^1.1.1",
  65. "dijkstrajs": "^1.0.1",
  66. "isarray": "^2.0.1",
  67. "pngjs": "^3.3.0",
  68. "yargs": "^13.2.4"
  69. },
  70. "deprecated": false,
  71. "description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
  72. "devDependencies": {
  73. "browserify": "^16.2.3",
  74. "canvas": "^1.6.11",
  75. "canvasutil": "*",
  76. "colors": "*",
  77. "express": "^4.16.4",
  78. "htmlparser2": "^3.9.2",
  79. "os-tmpdir": "^1.0.2",
  80. "sinon": "^1.17.7",
  81. "standard": "^9.0.2",
  82. "tap": "^12.1.1",
  83. "uglify-js": "^2.7.5"
  84. },
  85. "engines": {
  86. "node": ">=4"
  87. },
  88. "files": [
  89. "bin",
  90. "build",
  91. "lib",
  92. "helper"
  93. ],
  94. "homepage": "http://github.com/soldair/node-qrcode",
  95. "keywords": [
  96. "qr",
  97. "code",
  98. "canvas",
  99. "qrcode"
  100. ],
  101. "license": "MIT",
  102. "main": "./lib/index.js",
  103. "name": "qrcode",
  104. "repository": {
  105. "type": "git",
  106. "url": "git://github.com/soldair/node-qrcode.git"
  107. },
  108. "scripts": {
  109. "browser": "node examples/clientsideserver.js",
  110. "build": "node build.js",
  111. "lint": "standard",
  112. "prepublish": "npm run build",
  113. "pretest": "npm run lint",
  114. "test": "node --throw-deprecation test.js"
  115. },
  116. "standard": {
  117. "ignore": [
  118. "build/",
  119. "examples/vendors/"
  120. ]
  121. },
  122. "version": "1.4.4"
  123. }