{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "6ac3c323ad2c6b5358c5227ed1c1a653", "packages": [ { "name": "fukuball/jieba-php", "version": "0.33", "source": { "type": "git", "url": "https://github.com/fukuball/jieba-php.git", "reference": "a5980dc88ae98a261a0bdb1130be14d0136b373f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fukuball/jieba-php/zipball/a5980dc88ae98a261a0bdb1130be14d0136b373f", "reference": "a5980dc88ae98a261a0bdb1130be14d0136b373f", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">= 5.3" }, "require-dev": { "phpunit/phpunit": "4.4.1", "satooshi/php-coveralls": "dev-master", "squizlabs/php_codesniffer": "1.5.6" }, "type": "library", "autoload": { "files": [ "src/class/Jieba.php", "src/class/JiebaAnalyse.php", "src/class/Finalseg.php", "src/class/Posseg.php", "src/vendor/multi-array/MultiArray.php", "src/vendor/multi-array/Factory/MultiArrayFactory.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "fukuball", "email": "fukuball@gmail.com" } ], "description": "結巴中文分詞(PHP 版本):做最好的 PHP 中文分詞、中文斷詞組件", "keywords": [ "Jieba", "php" ], "time": "2017-11-22T10:02:12+00:00" }, { "name": "overtrue/pinyin", "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/overtrue/pinyin.git", "reference": "94fdb3ea6eca5677afd9548111d95bedcd5a4086" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/pinyin/zipball/94fdb3ea6eca5677afd9548111d95bedcd5a4086", "reference": "94fdb3ea6eca5677afd9548111d95bedcd5a4086", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "~7.5" }, "type": "library", "autoload": { "psr-4": { "Overtrue\\Pinyin\\": "src/" }, "files": [ "src/const.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos", "homepage": "http://github.com/overtrue" } ], "description": "Chinese to pinyin translator.", "homepage": "https://github.com/overtrue/pinyin", "keywords": [ "Chinese", "Pinyin", "cn2pinyin" ], "time": "2019-09-20T12:43:45+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }