1
hao
2025-05-20 28997825e47018a0d9b3b8e4c003b232f62d241f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "JsBarcode",
  "main": "dist/JsBarcode.all.min.js",
  "version": "3.11.6",
  "homepage": "https://github.com/lindell/JsBarcode",
  "authors": [
    "Johan Lindell <johan@lindell.me>"
  ],
  "description": "JsBarcode is a simple way to create different types of 1d barcodes.",
  "repository": {
      "type": "git",
      "url": "git://github.com/lindell/JsBarcode"
  },
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "barcode",
    "canvas",
    "code128",
    "upc",
    "ean",
    "itf",
    "msi",
    "pharmacode"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}