@sythos/js_barcode_universal 1.2.5 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +8 -1
- package/NOTICE.md +3 -0
- package/README.md +548 -463
- package/bundle/sythos-barcode.esm.js +2377 -3
- package/bundle/sythos-barcode.js +2365 -3
- package/examples/create.html +1009 -730
- package/licenses/README.md +35 -58
- package/licenses/aztec-code.license +15 -13
- package/licenses/codabar.license +18 -15
- package/licenses/code-11.license +11 -9
- package/licenses/code-128.license +10 -8
- package/licenses/code-39.license +10 -8
- package/licenses/code-93.license +16 -14
- package/licenses/data-matrix.license +15 -13
- package/licenses/ean-13.license +10 -8
- package/licenses/ean-8.license +10 -8
- package/licenses/frameqr.license +84 -0
- package/licenses/gs1-128.license +10 -8
- package/licenses/isbn.license +10 -8
- package/licenses/itf-14.license +10 -8
- package/licenses/itf.license +9 -7
- package/licenses/micro-qr.license +79 -0
- package/licenses/micropdf417.license +52 -67
- package/licenses/msi-plessey.license +13 -11
- package/licenses/pdf417.license +78 -37
- package/licenses/pharmacode.license +14 -12
- package/licenses/qr-code.license +9 -7
- package/licenses/rmqr.license +79 -0
- package/licenses/upc-a.license +12 -10
- package/licenses/upc-e.license +10 -8
- package/package.json +97 -88
- package/src/datamatrix/decoder.js +262 -262
- package/src/datamatrix/detector.js +225 -225
- package/src/datamatrix/encoder.js +191 -191
- package/src/datamatrix/index.js +42 -42
- package/src/datamatrix/tables.js +123 -123
- package/src/frameqr/decoder.js +239 -0
- package/src/frameqr/detector.js +192 -0
- package/src/frameqr/encoder.js +156 -0
- package/src/frameqr/index.js +42 -0
- package/src/frameqr/tables.js +270 -0
- package/src/index.js +91 -2
- package/src/microqr/decoder.js +245 -0
- package/src/microqr/detector.js +355 -0
- package/src/microqr/encoder.js +269 -0
- package/src/microqr/index.js +36 -0
- package/src/microqr/tables.js +316 -0
- package/src/oned/index.js +59 -59
- package/src/rmqr/decoder.js +101 -0
- package/src/rmqr/detector.js +90 -0
- package/src/rmqr/encoder.js +172 -0
- package/src/rmqr/index.js +37 -0
- package/src/rmqr/tables.js +154 -0
package/licenses/pdf417.license
CHANGED
|
@@ -1,37 +1,78 @@
|
|
|
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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
1
|
+
PDF417 — format provenance and usability
|
|
2
|
+
==========================================================================
|
|
3
|
+
|
|
4
|
+
This file records where the PDF417 symbology comes from, what governs
|
|
5
|
+
it, and the basis on which this project implements and redistributes it.
|
|
6
|
+
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items marked [TO VERIFY]
|
|
8
|
+
have not been independently confirmed by the author.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
ORIGIN
|
|
12
|
+
--------------------------------------------------------------------------
|
|
13
|
+
|
|
14
|
+
PDF417 was developed by Symbol Technologies in the early 1990s. The
|
|
15
|
+
historical attribution and ownership record are documented here as
|
|
16
|
+
engineering provenance, not as a legal conclusion.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
SPECIFICATION
|
|
20
|
+
--------------------------------------------------------------------------
|
|
21
|
+
|
|
22
|
+
ISO/IEC 15438:2015 — PDF417 bar code symbology specification.
|
|
23
|
+
AIM USS-PDF417 public reference, Appendix H / Table H1, used only as
|
|
24
|
+
an attributed technical source for the normative pattern ordering.
|
|
25
|
+
|
|
26
|
+
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
27
|
+
describes is not — an encoding scheme is a system, not a work of
|
|
28
|
+
authorship. This project implements the symbology; it does not reproduce,
|
|
29
|
+
redistribute or excerpt any specification document.
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
PATENT STATUS
|
|
33
|
+
--------------------------------------------------------------------------
|
|
34
|
+
|
|
35
|
+
US 5,243,655 and US 5,304,786 are historical PDF417 patent records. Their
|
|
36
|
+
current family, continuation and jurisdictional status requires a
|
|
37
|
+
dedicated patent review. [LEGAL REVIEW]
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
TRADEMARK
|
|
41
|
+
--------------------------------------------------------------------------
|
|
42
|
+
|
|
43
|
+
The current registration status and ownership of the term "PDF417" have
|
|
44
|
+
not been independently established. [LEGAL REVIEW] The term is used
|
|
45
|
+
descriptively and does not imply endorsement by a rights holder.
|
|
46
|
+
|
|
47
|
+
A trademark does not restrict implementing a symbology. It restricts
|
|
48
|
+
branding — how a product names and presents itself.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
IMPLEMENTATION BASIS IN THIS PROJECT
|
|
52
|
+
--------------------------------------------------------------------------
|
|
53
|
+
|
|
54
|
+
PDF417 is implemented here from published descriptions of the format,
|
|
55
|
+
which are systems and facts rather than works of authorship. No source
|
|
56
|
+
code or constant table from any other barcode implementation is copied or
|
|
57
|
+
shipped. Public technical material and independent implementations may be
|
|
58
|
+
consulted for engineering review or black-box verification; provenance is
|
|
59
|
+
recorded in NOTICE.md.
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
CONCLUSION
|
|
63
|
+
--------------------------------------------------------------------------
|
|
64
|
+
|
|
65
|
+
This project's original implementation is distributed under the MIT
|
|
66
|
+
License. Normative values are attributed engineering inputs; the standard
|
|
67
|
+
text is not reproduced, and patent, copyright and trademark questions
|
|
68
|
+
remain subject to the review labels above.
|
|
69
|
+
|
|
70
|
+
References relied upon:
|
|
71
|
+
- ISO/IEC 15438:2015, ISO/IEC
|
|
72
|
+
- AIM USS-PDF417 Appendix H / Table H1, public reference copy
|
|
73
|
+
- US 5,243,655, USPTO patent record
|
|
74
|
+
- US 5,304,786, USPTO patent record
|
|
75
|
+
|
|
76
|
+
This is an engineering assessment, not legal advice. Items marked
|
|
77
|
+
[TO VERIFY] have not been independently confirmed by the author. If your
|
|
78
|
+
use is commercially sensitive, obtain your own legal review.
|
|
@@ -4,17 +4,17 @@ Pharmacode — format provenance and usability
|
|
|
4
4
|
This file records where the Pharmacode symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items marked [TO VERIFY]
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
ORIGIN
|
|
12
12
|
--------------------------------------------------------------------------
|
|
13
13
|
|
|
14
|
-
Devised by Laetus GmbH for pharmaceutical packaging control. [
|
|
15
|
-
Unusual among linear symbologies: it encodes an integer directly
|
|
16
|
-
bijective base-2 form rather than digit by digit, and carries no
|
|
17
|
-
digit at all.
|
|
14
|
+
Devised by Laetus GmbH for pharmaceutical packaging control. [LEGAL
|
|
15
|
+
REVIEW] Unusual among linear symbologies: it encodes an integer directly
|
|
16
|
+
in a bijective base-2 form rather than digit by digit, and carries no
|
|
17
|
+
check digit at all.
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
SPECIFICATION
|
|
@@ -32,8 +32,8 @@ redistribute or excerpt any specification document.
|
|
|
32
32
|
PATENT STATUS
|
|
33
33
|
--------------------------------------------------------------------------
|
|
34
34
|
|
|
35
|
-
No live patent encumbrance is known; the format dates from the 1970s.
|
|
36
|
-
|
|
35
|
+
No live patent encumbrance is known; the format dates from the 1970s.
|
|
36
|
+
[LEGAL REVIEW]
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
TRADEMARK
|
|
@@ -52,8 +52,10 @@ IMPLEMENTATION BASIS IN THIS PROJECT
|
|
|
52
52
|
|
|
53
53
|
Pharmacode is implemented here from published descriptions of the format,
|
|
54
54
|
which are systems and facts rather than works of authorship. No source
|
|
55
|
-
code
|
|
56
|
-
|
|
55
|
+
code or constant table from any other barcode implementation is copied or
|
|
56
|
+
shipped. Public technical material and independent implementations may be
|
|
57
|
+
consulted for engineering review or black-box verification; provenance is
|
|
58
|
+
recorded in NOTICE.md.
|
|
57
59
|
|
|
58
60
|
|
|
59
61
|
CONCLUSION
|
|
@@ -64,8 +66,8 @@ implementable and redistributable, and this project's implementation of it
|
|
|
64
66
|
is distributed under the MIT License with no additional restriction.
|
|
65
67
|
|
|
66
68
|
References relied upon:
|
|
67
|
-
- Laetus published description of Pharmacode [
|
|
69
|
+
- Laetus published description of Pharmacode [LEGAL REVIEW]
|
|
68
70
|
|
|
69
|
-
This is an engineering assessment, not legal advice.
|
|
70
|
-
|
|
71
|
+
This is an engineering assessment, not legal advice. Items marked
|
|
72
|
+
[TO VERIFY] have not been independently confirmed by the author. If your
|
|
71
73
|
use is commercially sensitive, obtain your own legal review.
|
package/licenses/qr-code.license
CHANGED
|
@@ -4,7 +4,7 @@ QR Code — format provenance and usability
|
|
|
4
4
|
This file records where the QR Code symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items marked [TO VERIFY]
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -54,8 +54,10 @@ IMPLEMENTATION BASIS IN THIS PROJECT
|
|
|
54
54
|
|
|
55
55
|
QR Code is implemented here from published descriptions of the format,
|
|
56
56
|
which are systems and facts rather than works of authorship. No source
|
|
57
|
-
code
|
|
58
|
-
|
|
57
|
+
code or constant table from any other barcode implementation is copied or
|
|
58
|
+
shipped. Public technical material and independent implementations may be
|
|
59
|
+
consulted for engineering review or black-box verification; provenance is
|
|
60
|
+
recorded in NOTICE.md.
|
|
59
61
|
|
|
60
62
|
|
|
61
63
|
CONCLUSION
|
|
@@ -67,9 +69,9 @@ is distributed under the MIT License with no additional restriction.
|
|
|
67
69
|
|
|
68
70
|
References relied upon:
|
|
69
71
|
- ISO/IEC 18004, ISO/IEC
|
|
70
|
-
- DENSO WAVE's published position on its QR Code patent rights [
|
|
71
|
-
- QR Code trademark registration, DENSO WAVE INCORPORATED [
|
|
72
|
+
- DENSO WAVE's published position on its QR Code patent rights [LEGAL REVIEW]
|
|
73
|
+
- QR Code trademark registration, DENSO WAVE INCORPORATED [LEGAL REVIEW]
|
|
72
74
|
|
|
73
|
-
This is an engineering assessment, not legal advice.
|
|
74
|
-
|
|
75
|
+
This is an engineering assessment, not legal advice. Items marked
|
|
76
|
+
[TO VERIFY] have not been independently confirmed by the author. If your
|
|
75
77
|
use is commercially sensitive, obtain your own legal review.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
rMQR Code — format provenance and usability
|
|
2
|
+
==========================================================================
|
|
3
|
+
|
|
4
|
+
This file records where the rMQR Code symbology comes from, what governs
|
|
5
|
+
it, and the basis on which this project implements and redistributes it.
|
|
6
|
+
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items marked [TO VERIFY]
|
|
8
|
+
have not been independently confirmed by the author.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
ORIGIN
|
|
12
|
+
--------------------------------------------------------------------------
|
|
13
|
+
|
|
14
|
+
rMQR Code (Rectangular Micro QR Code) is a rectangular QR-family symbology
|
|
15
|
+
standardised separately from QR Model 2 and Micro QR. This implementation
|
|
16
|
+
covers the 32 standard geometries and M/H ECC variants.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
SPECIFICATION
|
|
20
|
+
--------------------------------------------------------------------------
|
|
21
|
+
|
|
22
|
+
ISO/IEC 23941:2022 — Rectangular Micro QR Code bar code symbology
|
|
23
|
+
specification. The specification TEXT is copyrighted by ISO/IEC and is
|
|
24
|
+
not reproduced here.
|
|
25
|
+
DENSO WAVE public rMQR technical information.
|
|
26
|
+
|
|
27
|
+
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
28
|
+
describes is not — an encoding scheme is a system, not a work of
|
|
29
|
+
authorship. This project implements the symbology; it does not reproduce,
|
|
30
|
+
redistribute or excerpt any specification document.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
PATENT STATUS
|
|
34
|
+
--------------------------------------------------------------------------
|
|
35
|
+
|
|
36
|
+
Patent rights, declarations and family status associated with rMQR Code
|
|
37
|
+
have not been independently established for every jurisdiction. The older
|
|
38
|
+
QR-family public statements are not treated as an rMQR waiver. [LEGAL
|
|
39
|
+
REVIEW]
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
TRADEMARK
|
|
43
|
+
--------------------------------------------------------------------------
|
|
44
|
+
|
|
45
|
+
The current registration status and ownership of "rMQR" and "Rectangular
|
|
46
|
+
Micro QR" have not been independently established. [LEGAL REVIEW] The
|
|
47
|
+
names are used descriptively and do not imply endorsement.
|
|
48
|
+
|
|
49
|
+
A trademark does not restrict implementing a symbology. It restricts
|
|
50
|
+
branding — how a product names and presents itself.
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
IMPLEMENTATION BASIS IN THIS PROJECT
|
|
54
|
+
--------------------------------------------------------------------------
|
|
55
|
+
|
|
56
|
+
rMQR Code is implemented here from published descriptions of the format,
|
|
57
|
+
which are systems and facts rather than works of authorship. No source
|
|
58
|
+
code or constant table from any other barcode implementation is copied or
|
|
59
|
+
shipped. Public technical material and independent implementations may be
|
|
60
|
+
consulted for engineering review or black-box verification; provenance is
|
|
61
|
+
recorded in NOTICE.md.
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
CONCLUSION
|
|
65
|
+
--------------------------------------------------------------------------
|
|
66
|
+
|
|
67
|
+
This project's original rMQR implementation is distributed under the MIT
|
|
68
|
+
License. Normative values are represented in original Sythos structures
|
|
69
|
+
and were checked against independent public implementations; standard
|
|
70
|
+
copyright and patent questions remain subject to legal review.
|
|
71
|
+
|
|
72
|
+
References relied upon:
|
|
73
|
+
- ISO/IEC 23941:2022, ISO/IEC, https://www.iso.org/standard/77404.html
|
|
74
|
+
- DENSO WAVE rMQR overview, https://www.denso-wave.com/en/adcd/fundamental/2dcode/qrc/rmqr.html
|
|
75
|
+
- rMQR patent, trademark and licence scope [LEGAL REVIEW]
|
|
76
|
+
|
|
77
|
+
This is an engineering assessment, not legal advice. Items marked
|
|
78
|
+
[TO VERIFY] have not been independently confirmed by the author. If your
|
|
79
|
+
use is commercially sensitive, obtain your own legal review.
|
package/licenses/upc-a.license
CHANGED
|
@@ -4,7 +4,7 @@ UPC-A — format provenance and usability
|
|
|
4
4
|
This file records where the UPC-A symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items marked [TO VERIFY]
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -13,8 +13,8 @@ ORIGIN
|
|
|
13
13
|
|
|
14
14
|
The Universal Product Code, adopted in the United States in 1973 and first
|
|
15
15
|
scanned in retail in 1974. The symbol encoding is commonly credited to
|
|
16
|
-
work at IBM, but the corporate and personal credit is [LEGAL REVIEW] and
|
|
17
|
-
individual is named here. Administered today by GS1.
|
|
16
|
+
work at IBM, but the corporate and personal credit is [LEGAL REVIEW] and
|
|
17
|
+
no individual is named here. Administered today by GS1.
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
SPECIFICATION
|
|
@@ -22,7 +22,7 @@ SPECIFICATION
|
|
|
22
22
|
|
|
23
23
|
ISO/IEC 15420 — EAN/UPC bar code symbology specification.
|
|
24
24
|
GS1 General Specifications, GS1 AISBL — freely published; redistribution
|
|
25
|
-
terms are GS1's own [
|
|
25
|
+
terms are GS1's own [LEGAL REVIEW]
|
|
26
26
|
|
|
27
27
|
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
28
28
|
describes is not — an encoding scheme is a system, not a work of
|
|
@@ -34,7 +34,7 @@ PATENT STATUS
|
|
|
34
34
|
--------------------------------------------------------------------------
|
|
35
35
|
|
|
36
36
|
The originating patents date from the early 1970s and are understood to
|
|
37
|
-
have expired long ago. [
|
|
37
|
+
have expired long ago. [LEGAL REVIEW]
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
TRADEMARK
|
|
@@ -51,8 +51,10 @@ IMPLEMENTATION BASIS IN THIS PROJECT
|
|
|
51
51
|
|
|
52
52
|
UPC-A is implemented here from published descriptions of the format,
|
|
53
53
|
which are systems and facts rather than works of authorship. No source
|
|
54
|
-
code
|
|
55
|
-
|
|
54
|
+
code or constant table from any other barcode implementation is copied or
|
|
55
|
+
shipped. Public technical material and independent implementations may be
|
|
56
|
+
consulted for engineering review or black-box verification; provenance is
|
|
57
|
+
recorded in NOTICE.md.
|
|
56
58
|
|
|
57
59
|
|
|
58
60
|
CONCLUSION
|
|
@@ -65,8 +67,8 @@ is distributed under the MIT License with no additional restriction.
|
|
|
65
67
|
References relied upon:
|
|
66
68
|
- ISO/IEC 15420, ISO/IEC
|
|
67
69
|
- GS1 General Specifications, GS1 AISBL — freely published;
|
|
68
|
-
redistribution terms are GS1's own [
|
|
70
|
+
redistribution terms are GS1's own [LEGAL REVIEW]
|
|
69
71
|
|
|
70
|
-
This is an engineering assessment, not legal advice.
|
|
71
|
-
|
|
72
|
+
This is an engineering assessment, not legal advice. Items marked
|
|
73
|
+
[TO VERIFY] have not been independently confirmed by the author. If your
|
|
72
74
|
use is commercially sensitive, obtain your own legal review.
|
package/licenses/upc-e.license
CHANGED
|
@@ -4,7 +4,7 @@ UPC-E — format provenance and usability
|
|
|
4
4
|
This file records where the UPC-E symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items marked [TO VERIFY]
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -20,7 +20,7 @@ SPECIFICATION
|
|
|
20
20
|
|
|
21
21
|
ISO/IEC 15420 — EAN/UPC bar code symbology specification.
|
|
22
22
|
GS1 General Specifications, GS1 AISBL — freely published; redistribution
|
|
23
|
-
terms are GS1's own [
|
|
23
|
+
terms are GS1's own [LEGAL REVIEW]
|
|
24
24
|
|
|
25
25
|
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
26
26
|
describes is not — an encoding scheme is a system, not a work of
|
|
@@ -31,7 +31,7 @@ redistribute or excerpt any specification document.
|
|
|
31
31
|
PATENT STATUS
|
|
32
32
|
--------------------------------------------------------------------------
|
|
33
33
|
|
|
34
|
-
Shares the patent history of UPC-A; understood expired. [
|
|
34
|
+
Shares the patent history of UPC-A; understood expired. [LEGAL REVIEW]
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
TRADEMARK
|
|
@@ -48,8 +48,10 @@ IMPLEMENTATION BASIS IN THIS PROJECT
|
|
|
48
48
|
|
|
49
49
|
UPC-E is implemented here from published descriptions of the format,
|
|
50
50
|
which are systems and facts rather than works of authorship. No source
|
|
51
|
-
code
|
|
52
|
-
|
|
51
|
+
code or constant table from any other barcode implementation is copied or
|
|
52
|
+
shipped. Public technical material and independent implementations may be
|
|
53
|
+
consulted for engineering review or black-box verification; provenance is
|
|
54
|
+
recorded in NOTICE.md.
|
|
53
55
|
|
|
54
56
|
|
|
55
57
|
CONCLUSION
|
|
@@ -62,8 +64,8 @@ is distributed under the MIT License with no additional restriction.
|
|
|
62
64
|
References relied upon:
|
|
63
65
|
- ISO/IEC 15420, ISO/IEC
|
|
64
66
|
- GS1 General Specifications, GS1 AISBL — freely published;
|
|
65
|
-
redistribution terms are GS1's own [
|
|
67
|
+
redistribution terms are GS1's own [LEGAL REVIEW]
|
|
66
68
|
|
|
67
|
-
This is an engineering assessment, not legal advice.
|
|
68
|
-
|
|
69
|
+
This is an engineering assessment, not legal advice. Items marked
|
|
70
|
+
[TO VERIFY] have not been independently confirmed by the author. If your
|
|
69
71
|
use is commercially sensitive, obtain your own legal review.
|
package/package.json
CHANGED
|
@@ -1,51 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@sythos/js_barcode_universal",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Read and write barcodes in JavaScript with zero runtime dependencies.
|
|
5
|
-
"author": "Sythos",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"main": "./src/index.js",
|
|
9
|
-
"module": "./src/index.js",
|
|
10
|
-
"browser": "./bundle/sythos-barcode.js",
|
|
11
|
-
"unpkg": "./bundle/sythos-barcode.js",
|
|
12
|
-
"jsdelivr": "./bundle/sythos-barcode.js",
|
|
13
|
-
"sideEffects": false,
|
|
14
|
-
"engines": {
|
|
15
|
-
"node": ">=18"
|
|
16
|
-
},
|
|
17
|
-
"publishConfig": {
|
|
18
|
-
"access": "public"
|
|
19
|
-
},
|
|
20
|
-
"exports": {
|
|
21
|
-
".": "./src/index.js",
|
|
22
|
-
"./core": "./src/core/index.js",
|
|
23
|
-
"./image": "./src/image/index.js",
|
|
24
|
-
"./oned": "./src/oned/index.js",
|
|
1
|
+
{
|
|
2
|
+
"name": "@sythos/js_barcode_universal",
|
|
3
|
+
"version": "1.3.1",
|
|
4
|
+
"description": "Read and write barcodes in JavaScript with zero runtime dependencies. QR Code, Micro QR, rMQR, the non-certified Sythos Canvas QR profile, Aztec Code, Data Matrix ECC 200, MicroPDF417, PDF417 and one-dimensional formats.",
|
|
5
|
+
"author": "Sythos",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "./src/index.js",
|
|
9
|
+
"module": "./src/index.js",
|
|
10
|
+
"browser": "./bundle/sythos-barcode.js",
|
|
11
|
+
"unpkg": "./bundle/sythos-barcode.js",
|
|
12
|
+
"jsdelivr": "./bundle/sythos-barcode.js",
|
|
13
|
+
"sideEffects": false,
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=18"
|
|
16
|
+
},
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
},
|
|
20
|
+
"exports": {
|
|
21
|
+
".": "./src/index.js",
|
|
22
|
+
"./core": "./src/core/index.js",
|
|
23
|
+
"./image": "./src/image/index.js",
|
|
24
|
+
"./oned": "./src/oned/index.js",
|
|
25
25
|
"./qr": "./src/qr/index.js",
|
|
26
26
|
"./datamatrix": "./src/datamatrix/index.js",
|
|
27
27
|
"./aztec": "./src/aztec/index.js",
|
|
28
28
|
"./pdf417": "./src/pdf417/index.js",
|
|
29
29
|
"./micropdf417": "./src/micropdf417/index.js",
|
|
30
|
-
"./
|
|
31
|
-
"./
|
|
32
|
-
"./
|
|
33
|
-
"./render
|
|
34
|
-
"./
|
|
35
|
-
"./
|
|
36
|
-
"./
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
30
|
+
"./microqr": "./src/microqr/index.js",
|
|
31
|
+
"./rmqr": "./src/rmqr/index.js",
|
|
32
|
+
"./frameqr": "./src/frameqr/index.js",
|
|
33
|
+
"./render": "./src/render/index.js",
|
|
34
|
+
"./render/svg": "./src/render/svg.js",
|
|
35
|
+
"./render/png": "./src/render/png.js",
|
|
36
|
+
"./render/image-data": "./src/render/image-data.js",
|
|
37
|
+
"./bundle": "./bundle/sythos-barcode.esm.js",
|
|
38
|
+
"./bundle/iife": "./bundle/sythos-barcode.js",
|
|
39
|
+
"./package.json": "./package.json"
|
|
40
|
+
},
|
|
41
|
+
"files": [
|
|
42
|
+
"src",
|
|
43
|
+
"bundle",
|
|
44
|
+
"examples",
|
|
45
|
+
"licenses",
|
|
46
|
+
"LICENSE",
|
|
47
|
+
"NOTICE.md",
|
|
48
|
+
"README.md"
|
|
49
|
+
],
|
|
50
|
+
"keywords": [
|
|
51
|
+
"barcode",
|
|
49
52
|
"datamatrix",
|
|
50
53
|
"ecc200",
|
|
51
54
|
"aztec",
|
|
@@ -54,49 +57,55 @@
|
|
|
54
57
|
"pdf-417",
|
|
55
58
|
"micropdf417",
|
|
56
59
|
"micro-pdf417",
|
|
60
|
+
"microqr",
|
|
61
|
+
"micro-qr",
|
|
62
|
+
"rmqr",
|
|
63
|
+
"rectangular-micro-qr",
|
|
64
|
+
"frameqr",
|
|
65
|
+
"canvas-qr",
|
|
57
66
|
"sdk",
|
|
58
|
-
"barcode-generator",
|
|
59
|
-
"barcode-scanner",
|
|
60
|
-
"qrcode",
|
|
61
|
-
"qr",
|
|
62
|
-
"qr-code",
|
|
63
|
-
"ean",
|
|
64
|
-
"ean13",
|
|
65
|
-
"ean8",
|
|
66
|
-
"upc",
|
|
67
|
-
"upca",
|
|
68
|
-
"upce",
|
|
69
|
-
"isbn",
|
|
70
|
-
"code128",
|
|
71
|
-
"gs1-128",
|
|
72
|
-
"code39",
|
|
73
|
-
"code93",
|
|
74
|
-
"itf",
|
|
75
|
-
"itf14",
|
|
76
|
-
"codabar",
|
|
77
|
-
"msi",
|
|
78
|
-
"code11",
|
|
79
|
-
"pharmacode",
|
|
80
|
-
"scanner",
|
|
81
|
-
"decoder",
|
|
82
|
-
"encoder",
|
|
83
|
-
"generator",
|
|
84
|
-
"reader",
|
|
85
|
-
"writer",
|
|
86
|
-
"zero-dependencies",
|
|
87
|
-
"no-dependencies",
|
|
88
|
-
"browser",
|
|
89
|
-
"nodejs",
|
|
90
|
-
"esm"
|
|
91
|
-
],
|
|
92
|
-
"repository": {
|
|
93
|
-
"type": "git",
|
|
94
|
-
"url": "git+https://github.com/Sythos/JS_Barcode_Universal.git"
|
|
95
|
-
},
|
|
96
|
-
"bugs": {
|
|
97
|
-
"url": "https://github.com/Sythos/JS_Barcode_Universal/issues"
|
|
98
|
-
},
|
|
99
|
-
"homepage": "https://github.com/Sythos/JS_Barcode_Universal#readme",
|
|
100
|
-
"dependencies": {},
|
|
101
|
-
"devDependencies": {}
|
|
102
|
-
}
|
|
67
|
+
"barcode-generator",
|
|
68
|
+
"barcode-scanner",
|
|
69
|
+
"qrcode",
|
|
70
|
+
"qr",
|
|
71
|
+
"qr-code",
|
|
72
|
+
"ean",
|
|
73
|
+
"ean13",
|
|
74
|
+
"ean8",
|
|
75
|
+
"upc",
|
|
76
|
+
"upca",
|
|
77
|
+
"upce",
|
|
78
|
+
"isbn",
|
|
79
|
+
"code128",
|
|
80
|
+
"gs1-128",
|
|
81
|
+
"code39",
|
|
82
|
+
"code93",
|
|
83
|
+
"itf",
|
|
84
|
+
"itf14",
|
|
85
|
+
"codabar",
|
|
86
|
+
"msi",
|
|
87
|
+
"code11",
|
|
88
|
+
"pharmacode",
|
|
89
|
+
"scanner",
|
|
90
|
+
"decoder",
|
|
91
|
+
"encoder",
|
|
92
|
+
"generator",
|
|
93
|
+
"reader",
|
|
94
|
+
"writer",
|
|
95
|
+
"zero-dependencies",
|
|
96
|
+
"no-dependencies",
|
|
97
|
+
"browser",
|
|
98
|
+
"nodejs",
|
|
99
|
+
"esm"
|
|
100
|
+
],
|
|
101
|
+
"repository": {
|
|
102
|
+
"type": "git",
|
|
103
|
+
"url": "git+https://github.com/Sythos/JS_Barcode_Universal.git"
|
|
104
|
+
},
|
|
105
|
+
"bugs": {
|
|
106
|
+
"url": "https://github.com/Sythos/JS_Barcode_Universal/issues"
|
|
107
|
+
},
|
|
108
|
+
"homepage": "https://github.com/Sythos/JS_Barcode_Universal#readme",
|
|
109
|
+
"dependencies": {},
|
|
110
|
+
"devDependencies": {}
|
|
111
|
+
}
|