package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "qrcode",
  3. "_id": "qrcode@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==",
  6. "_location": "/qrcode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "qrcode",
  12. "name": "qrcode",
  13. "escapedName": "qrcode",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.4.4.tgz",
  23. "_shasum": "f0c43568a7e7510a55efc3b88d9602f71963ea83",
  24. "_spec": "qrcode",
  25. "_where": "E:\\顾家\\gujia",
  26. "author": {
  27. "name": "Ryan Day",
  28. "email": "soldair@gmail.com"
  29. },
  30. "bin": {
  31. "qrcode": "bin/qrcode"
  32. },
  33. "browser": {
  34. "./lib/index.js": "./lib/browser.js",
  35. "./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js",
  36. "fs": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/soldair/node-qrcode/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Vincenzo Greco",
  45. "email": "greco.vincenzo@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "buffer": "^5.4.3",
  50. "buffer-alloc": "^1.2.0",
  51. "buffer-from": "^1.1.1",
  52. "dijkstrajs": "^1.0.1",
  53. "isarray": "^2.0.1",
  54. "pngjs": "^3.3.0",
  55. "yargs": "^13.2.4"
  56. },
  57. "deprecated": false,
  58. "description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
  59. "devDependencies": {
  60. "browserify": "^16.2.3",
  61. "canvas": "^1.6.11",
  62. "canvasutil": "*",
  63. "colors": "*",
  64. "express": "^4.16.4",
  65. "htmlparser2": "^3.9.2",
  66. "os-tmpdir": "^1.0.2",
  67. "sinon": "^1.17.7",
  68. "standard": "^9.0.2",
  69. "tap": "^12.1.1",
  70. "uglify-js": "^2.7.5"
  71. },
  72. "engines": {
  73. "node": ">=4"
  74. },
  75. "files": [
  76. "bin",
  77. "build",
  78. "lib",
  79. "helper"
  80. ],
  81. "homepage": "http://github.com/soldair/node-qrcode",
  82. "keywords": [
  83. "qr",
  84. "code",
  85. "canvas",
  86. "qrcode"
  87. ],
  88. "license": "MIT",
  89. "main": "./lib/index.js",
  90. "name": "qrcode",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/soldair/node-qrcode.git"
  94. },
  95. "scripts": {
  96. "browser": "node examples/clientsideserver.js",
  97. "build": "node build.js",
  98. "lint": "standard",
  99. "prepublish": "npm run build",
  100. "pretest": "npm run lint",
  101. "test": "node --throw-deprecation test.js"
  102. },
  103. "standard": {
  104. "ignore": [
  105. "build/",
  106. "examples/vendors/"
  107. ]
  108. },
  109. "version": "1.4.4"
  110. }