package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "qrcode@1.4.2",
  5. "/usr/src"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "qrcode@1.4.2",
  10. "_id": "qrcode@1.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-58gqYBQJFtZmVBBDvSsLcu5OOKY=",
  13. "_location": "/qrcode",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "qrcode@1.4.2",
  19. "name": "qrcode",
  20. "escapedName": "qrcode",
  21. "rawSpec": "1.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.2"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://na.artifactory.swg-devops.com:443/artifactory/api/npm/hyc-ba-npm-virtual/qrcode/-/qrcode-1.4.2.tgz?dl=https%3A%2F%2Fregistry.npmjs.org%2Fqrcode%2F-%2Fqrcode-1.4.2.tgz",
  29. "_spec": "1.4.2",
  30. "_where": "/usr/src",
  31. "author": {
  32. "name": "Ryan Day",
  33. "email": "soldair@gmail.com"
  34. },
  35. "bin": {
  36. "qrcode": "./bin/qrcode"
  37. },
  38. "browser": {
  39. "./lib/index.js": "./lib/browser.js",
  40. "./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js",
  41. "fs": false
  42. },
  43. "bugs": {
  44. "url": "https://github.com/soldair/node-qrcode/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Vincenzo Greco",
  49. "email": "greco.vincenzo@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "dijkstrajs": "^1.0.1",
  54. "isarray": "^2.0.1",
  55. "pngjs": "^3.3.0",
  56. "yargs": "^13.2.4"
  57. },
  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. "build": "node build.js",
  97. "lint": "standard",
  98. "prepublish": "npm run build",
  99. "pretest": "npm run lint",
  100. "test": "node test.js"
  101. },
  102. "standard": {
  103. "ignore": [
  104. "build/",
  105. "examples/vendors/"
  106. ]
  107. },
  108. "version": "1.4.2"
  109. }