xref: /plugin/aichat/vendor/composer/installed.json (revision 689088446f64ff8d9dfdae9ae0666b45de449da7)
1{
2    "packages": [
3        {
4            "name": "mehrab-wj/tiktoken-php",
5            "version": "v1.0.0",
6            "version_normalized": "1.0.0.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/mehrab-wj/tiktoken-php.git",
10                "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/mehrab-wj/tiktoken-php/zipball/f894247f05bb3494a9cb4bcad5d588e87ff50e73",
15                "reference": "f894247f05bb3494a9cb4bcad5d588e87ff50e73",
16                "shasum": ""
17            },
18            "require": {
19                "ext-mbstring": "*",
20                "php": "^8.1"
21            },
22            "require-dev": {
23                "friendsofphp/php-cs-fixer": "^3.14",
24                "phpstan/phpstan": "^1.9",
25                "phpunit/phpunit": "^9.5",
26                "rector/rector": "^0.15.12",
27                "symfony/var-dumper": "^6.2"
28            },
29            "time": "2023-04-19T18:36:48+00:00",
30            "type": "library",
31            "installation-source": "dist",
32            "autoload": {
33                "psr-4": {
34                    "TikToken\\": "src"
35                }
36            },
37            "notification-url": "https://packagist.org/downloads/",
38            "license": [
39                "MIT"
40            ],
41            "authors": [
42                {
43                    "name": "Mehrab Hojjati Pour",
44                    "email": "thisismehrab@gmail.com"
45                }
46            ],
47            "description": "a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.",
48            "support": {
49                "source": "https://github.com/mehrab-wj/tiktoken-php/tree/v1.0.0"
50            },
51            "install-path": "../mehrab-wj/tiktoken-php"
52        },
53        {
54            "name": "vanderlee/php-sentence",
55            "version": "1.0.7",
56            "version_normalized": "1.0.7.0",
57            "source": {
58                "type": "git",
59                "url": "https://github.com/vanderlee/php-sentence.git",
60                "reference": "ed7ce41ef815bd21e61f62b692418740f988451f"
61            },
62            "dist": {
63                "type": "zip",
64                "url": "https://api.github.com/repos/vanderlee/php-sentence/zipball/ed7ce41ef815bd21e61f62b692418740f988451f",
65                "reference": "ed7ce41ef815bd21e61f62b692418740f988451f",
66                "shasum": ""
67            },
68            "require": {
69                "ext-ctype": "*",
70                "ext-mbstring": "*",
71                "php": ">=5.4.0"
72            },
73            "require-dev": {
74                "phpunit/phpunit": "^3.6.12"
75            },
76            "time": "2022-03-24T16:25:31+00:00",
77            "type": "library",
78            "installation-source": "dist",
79            "autoload": {
80                "psr-4": {
81                    "Vanderlee\\Sentence\\": "src"
82                }
83            },
84            "notification-url": "https://packagist.org/downloads/",
85            "license": [
86                "MIT"
87            ],
88            "description": "Simple text sentence splitting and counting. Supports atleast english, german and dutch, possibly more.",
89            "homepage": "https://github.com/vanderlee/php-sentence.git",
90            "keywords": [
91                "boundary",
92                "count",
93                "disambiguation",
94                "segmentation",
95                "sentence",
96                "split"
97            ],
98            "support": {
99                "issues": "https://github.com/vanderlee/php-sentence/issues",
100                "source": "https://github.com/vanderlee/php-sentence"
101            },
102            "install-path": "../vanderlee/php-sentence"
103        }
104    ],
105    "dev": true,
106    "dev-package-names": []
107}
108