12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "packages": [
- {
- "name": "overtrue/pinyin",
- "version": "4.1.0",
- "version_normalized": "4.1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/overtrue/pinyin.git",
- "reference": "4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/overtrue/pinyin/zipball/4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7",
- "reference": "4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "require-dev": {
- "brainmaestro/composer-git-hooks": "^2.7",
- "friendsofphp/php-cs-fixer": "^2.16",
- "phpunit/phpunit": "~8.0"
- },
- "time": "2023-04-27T10:17:12+00:00",
- "type": "library",
- "extra": {
- "hooks": {
- "pre-commit": [
- "composer test",
- "composer fix-style"
- ],
- "pre-push": [
- "composer test",
- "composer check-style"
- ]
- }
- },
- "installation-source": "dist",
- "autoload": {
- "files": [
- "src/const.php"
- ],
- "psr-4": {
- "Overtrue\\Pinyin\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "overtrue",
- "email": "anzhengchao@gmail.com",
- "homepage": "http://github.com/overtrue"
- }
- ],
- "description": "Chinese to pinyin translator.",
- "homepage": "https://github.com/overtrue/pinyin",
- "keywords": [
- "Chinese",
- "Pinyin",
- "cn2pinyin"
- ],
- "support": {
- "issues": "https://github.com/overtrue/pinyin/issues",
- "source": "https://github.com/overtrue/pinyin/tree/4.1.0"
- },
- "funding": [
- {
- "url": "https://github.com/overtrue",
- "type": "github"
- }
- ],
- "install-path": "../overtrue/pinyin"
- }
- ],
- "dev": true,
- "dev-package-names": []
- }
|