1 Star 0 Fork 0

大雄没有猫/applet_name-u

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.lock 28.19 KB
一键复制 编辑 原始数据 按行查看 历史
大雄没有猫 提交于 2018-12-14 11:16 . first add
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
{
"_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": "4c781658ef9c3cb3b98755430b73e9a9",
"packages": [
{
"name": "dragonmantank/cron-expression",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2018-06-06T03:12:17+00:00"
},
{
"name": "easyswoole/component",
"version": "1.3.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/component.git",
"reference": "5c9697787f0a67b2a5d15da6c134a4fc56687413"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/component/zipball/5c9697787f0a67b2a5d15da6c134a4fc56687413",
"reference": "5c9697787f0a67b2a5d15da6c134a4fc56687413",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-swoole": "^4.0",
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Component\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "easyswoole component",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-14T02:55:33+00:00"
},
{
"name": "easyswoole/curl",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/curl.git",
"reference": "5b50ea0d68801b1617f8fe6dd6f22a06d831a383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/curl/zipball/5b50ea0d68801b1617f8fe6dd6f22a06d831a383",
"reference": "5b50ea0d68801b1617f8fe6dd6f22a06d831a383",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Curl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-05-25T06:08:22+00:00"
},
{
"name": "easyswoole/easyswoole",
"version": "3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/easyswoole.git",
"reference": "07aeec708ca154c66f9f6a5a9a1a7a26d715c24c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/easyswoole/zipball/07aeec708ca154c66f9f6a5a9a1a7a26d715c24c",
"reference": "07aeec708ca154c66f9f6a5a9a1a7a26d715c24c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"dragonmantank/cron-expression": "^2.2",
"easyswoole/component": "^1.0",
"easyswoole/http": "^1.0",
"easyswoole/socket": "^1.0",
"easyswoole/spl": "^1.0",
"easyswoole/trace": "^1.0",
"easyswoole/utility": "^1.0",
"ext-swoole": ">=4.2.6",
"jeremeamia/superclosure": "^2.4",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master"
},
"bin": [
"bin/easyswoole.php"
],
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\EasySwoole\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-13T14:32:40+00:00"
},
{
"name": "easyswoole/http",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/http.git",
"reference": "05199662303318bb863aa084dc5cebc0c87b976e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/http/zipball/05199662303318bb863aa084dc5cebc0c87b976e",
"reference": "05199662303318bb863aa084dc5cebc0c87b976e",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.0",
"easyswoole/curl": "^1.0",
"easyswoole/spl": "^1.0",
"easyswoole/validate": "^1.1",
"ext-swoole": "^4.0",
"nikic/fast-route": "^1.3",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-11-25T12:07:53+00:00"
},
{
"name": "easyswoole/socket",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/socket.git",
"reference": "4515058e06a5c59fa073abba783311f6d05ca12c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/socket/zipball/4515058e06a5c59fa073abba783311f6d05ca12c",
"reference": "4515058e06a5c59fa073abba783311f6d05ca12c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0",
"easyswoole/trace": "^1.1",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^5.6"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Socket\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-11-12T16:38:08+00:00"
},
{
"name": "easyswoole/spl",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/spl.git",
"reference": "fec8b68e84109054798ce014c1c510ec7867adab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/spl/zipball/fec8b68e84109054798ce014c1c510ec7867adab",
"reference": "fec8b68e84109054798ce014c1c510ec7867adab",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Spl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "php stander lib",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-09T04:36:01+00:00"
},
{
"name": "easyswoole/trace",
"version": "1.1.7",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/trace.git",
"reference": "bcd63ab2519909e344b4cb290f27067093e834a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/trace/zipball/bcd63ab2519909e344b4cb290f27067093e834a9",
"reference": "bcd63ab2519909e344b4cb290f27067093e834a9",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Trace\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-11-07T06:59:27+00:00"
},
{
"name": "easyswoole/utility",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/utility.git",
"reference": "383ed1cb5c0b002c52a9184d2891910a275416d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/utility/zipball/383ed1cb5c0b002c52a9184d2891910a275416d2",
"reference": "383ed1cb5c0b002c52a9184d2891910a275416d2",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Utility\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "evalor",
"email": "mipone@foxmail.com"
}
],
"description": "easyswoole extension tool library",
"time": "2018-12-10T10:32:26+00:00"
},
{
"name": "easyswoole/validate",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/validate.git",
"reference": "a420f7fba4c84f7699c7c3e9695eb56b3dbb2750"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/validate/zipball/a420f7fba4c84f7699c7c3e9695eb56b3dbb2750",
"reference": "a420f7fba4c84f7699c7c3e9695eb56b3dbb2750",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0",
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Validate\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-09T07:02:51+00:00"
},
{
"name": "jeremeamia/SuperClosure",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/jeremeamia/super_closure.git",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
"php": ">=5.4",
"symfony/polyfill-php56": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"SuperClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia",
"role": "Developer"
}
],
"description": "Serialize Closure objects, including their context and binding",
"homepage": "https://github.com/jeremeamia/super_closure",
"keywords": [
"closure",
"function",
"lambda",
"parser",
"serializable",
"serialize",
"tokenizer"
],
"time": "2018-03-21T22:21:57+00:00"
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2018-10-10T09:24:14+00:00"
},
{
"name": "symfony/polyfill-php56",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2018-09-21T06:26:08+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
"time": "2018-09-30T16:36:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"easyswoole/easyswoole": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/babyseeme/applet_name-u.git
git@gitee.com:babyseeme/applet_name-u.git
babyseeme
applet_name-u
applet_name-u
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385