taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
    {
        "name": "tecnickcom/tcpdf",
        "version": "6.2.26",
        "version_normalized": "6.2.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "367241059ca166e3a76490f4448c284e0a161f15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
            "reference": "367241059ca166e3a76490f4448c284e0a161f15",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-10-16T17:24:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "config",
                "include",
                "tcpdf.php",
                "tcpdf_parser.php",
                "tcpdf_import.php",
                "tcpdf_barcodes_1d.php",
                "tcpdf_barcodes_2d.php",
                "include/tcpdf_colors.php",
                "include/tcpdf_filters.php",
                "include/tcpdf_font_data.php",
                "include/tcpdf_fonts.php",
                "include/tcpdf_images.php",
                "include/tcpdf_static.php",
                "include/barcodes/datamatrix.php",
                "include/barcodes/pdf417.php",
                "include/barcodes/qrcode.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Nicola Asuni",
                "email": "info@tecnick.com",
                "role": "lead"
            }
        ],
        "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
        "homepage": "http://www.tcpdf.org/",
        "keywords": [
            "PDFD32000-2008",
            "TCPDF",
            "barcodes",
            "datamatrix",
            "pdf",
            "pdf417",
            "qrcode"
        ]
    },
    {
        "name": "smalot/pdfparser",
        "version": "v0.14.0",
        "version_normalized": "0.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/smalot/pdfparser.git",
            "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/smalot/pdfparser/zipball/ec72a99028ba5e21a0acad92047b85e128cbf81f",
            "reference": "ec72a99028ba5e21a0acad92047b85e128cbf81f",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-zlib": "*",
            "php": ">=5.3.0",
            "tecnickcom/tcpdf": "~6.0"
        },
        "require-dev": {
            "atoum/atoum": "^2.8 | ^3.0"
        },
        "time": "2019-01-23T09:14:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Smalot\\PdfParser\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Sebastien MALOT",
                "email": "sebastien@malot.fr"
            }
        ],
        "description": "Pdf parser library. Can read and extract information from pdf file.",
        "homepage": "http://www.pdfparser.org",
        "keywords": [
            "extract",
            "parse",
            "parser",
            "pdf",
            "text"
        ]
    }
]