package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "qrcode-npm",
  3. "_id": "qrcode-npm@0.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-d+5vvvqcDyn6CdTRUggHxqYEK5o=",
  6. "_location": "/qrcode-npm",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "qrcode-npm",
  12. "name": "qrcode-npm",
  13. "escapedName": "qrcode-npm",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/qrcode-npm/-/qrcode-npm-0.0.3.tgz",
  23. "_shasum": "77ee6fbefa9c0f29fa09d4d1520807c6a6042b9a",
  24. "_spec": "qrcode-npm",
  25. "_where": "E:\\顾家\\gujia",
  26. "author": {
  27. "name": "Carlos Manzanares",
  28. "email": "carlos.manzanares+npm@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cmanzana/qrcode-npm/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "QRCode Generator for JavaScript",
  36. "devDependencies": {
  37. "tap": ""
  38. },
  39. "homepage": "https://github.com/cmanzana/qrcode-npm",
  40. "keywords": [
  41. "qrcode"
  42. ],
  43. "license": "MIT",
  44. "main": "qrcode.js",
  45. "name": "qrcode-npm",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+ssh://git@github.com/cmanzana/qrcode-npm.git"
  49. },
  50. "scripts": {
  51. "test": "tap test/*.js"
  52. },
  53. "version": "0.0.3"
  54. }