package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "vue-barcode",
  3. "_id": "vue-barcode@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DxQ0hxes/dP6GajsJumpW6jV14VwlnTwStZbtE6G0wkewuJVDoDOdxUr5seGuxsMT9fJ0aty4X47Z5TG0M/gxg==",
  6. "_location": "/vue-barcode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vue-barcode",
  12. "name": "vue-barcode",
  13. "escapedName": "vue-barcode",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/vue-barcode/-/vue-barcode-1.3.0.tgz",
  23. "_shasum": "c1a4fede73b2d45cdd154a176d6fd0e20fb32df0",
  24. "_spec": "vue-barcode",
  25. "_where": "G:\\项目\\lh-mobile",
  26. "author": {
  27. "name": "Johan Lindell"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lindell/vue-barcode/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "jsbarcode": "^3.5.8"
  35. },
  36. "deprecated": false,
  37. "description": "Add barcodes to your Vue application super easily with VueBarcode! [Try it out!](http://jsfiddle.net/hfgan035/13/)",
  38. "homepage": "https://github.com/lindell/vue-barcode#readme",
  39. "license": "MIT",
  40. "main": "index.js",
  41. "name": "vue-barcode",
  42. "repository": {
  43. "type": "git",
  44. "url": "git+https://github.com/lindell/vue-barcode.git"
  45. },
  46. "scripts": {
  47. "test": "echo \"Error: no test specified\" && exit 1"
  48. },
  49. "version": "1.3.0"
  50. }