mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-17 05:43:01 +00:00
631 lines
22 KiB
JSON
631 lines
22 KiB
JSON
{
|
|
"_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": "ba074004640df6fbfd575edbf073650f",
|
|
"packages": [
|
|
{
|
|
"name": "aura/autoload",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/auraphp/Aura.Autoload.git",
|
|
"reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/auraphp/Aura.Autoload/zipball/306a7f8d3cb58fb6f94bcff1dddf20c543f68668",
|
|
"reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"aura": {
|
|
"type": "library"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aura\\Autoload\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aura.Autoload Contributors",
|
|
"homepage": "https://github.com/auraphp/Aura.Autoload/contributors"
|
|
}
|
|
],
|
|
"description": "Provides a PSR-4 compliant autoloader implementation.",
|
|
"homepage": "https://github.com/auraphp/Aura.Autoload",
|
|
"keywords": [
|
|
"PSR-4",
|
|
"SPL autoloader",
|
|
"autoload",
|
|
"autoloader",
|
|
"class loader"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/auraphp/Aura.Autoload/issues",
|
|
"source": "https://github.com/auraphp/Aura.Autoload/tree/2.x"
|
|
},
|
|
"time": "2016-10-03T19:36:19+00:00"
|
|
},
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "1.7.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/erusev/parsedown/issues",
|
|
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
|
|
},
|
|
"time": "2019-12-30T22:54:17+00:00"
|
|
},
|
|
{
|
|
"name": "erusev/parsedown-extra",
|
|
"version": "0.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown-extra.git",
|
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"erusev/parsedown": "~1.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ParsedownExtra": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "An extension of Parsedown that adds support for Markdown Extra.",
|
|
"homepage": "https://github.com/erusev/parsedown-extra",
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown extra",
|
|
"parsedown",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/erusev/parsedown-extra/issues",
|
|
"source": "https://github.com/erusev/parsedown-extra/tree/master"
|
|
},
|
|
"time": "2015-11-01T10:19:22+00:00"
|
|
},
|
|
{
|
|
"name": "laravel/serializable-closure",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laravel/serializable-closure.git",
|
|
"reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/9e4b005daa20b0c161f3845040046dc9ddc1d74e",
|
|
"reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"pestphp/pest": "^1.18",
|
|
"phpstan/phpstan": "^0.12.98",
|
|
"symfony/var-dumper": "^5.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laravel\\SerializableClosure\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
},
|
|
{
|
|
"name": "Nuno Maduro",
|
|
"email": "nuno@laravel.com"
|
|
}
|
|
],
|
|
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
|
"keywords": [
|
|
"closure",
|
|
"laravel",
|
|
"serializable"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
|
"source": "https://github.com/laravel/serializable-closure"
|
|
},
|
|
"time": "2022-02-11T19:23:53+00:00"
|
|
},
|
|
{
|
|
"name": "mjaschen/phpgeo",
|
|
"version": "2.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mjaschen/phpgeo.git",
|
|
"reference": "4b1c167dece6b0733bb5663f2e079a744dc36244"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/4b1c167dece6b0733bb5663f2e079a744dc36244",
|
|
"reference": "4b1c167dece6b0733bb5663f2e079a744dc36244",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"daux/daux.io": "^0.11.0",
|
|
"jakub-onderka/php-parallel-lint": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Location\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Jaschen",
|
|
"email": "mjaschen@gmail.com",
|
|
"homepage": "https://www.marcusjaschen.de/"
|
|
}
|
|
],
|
|
"description": "Simple Yet Powerful Geo Library",
|
|
"homepage": "https://phpgeo.marcusjaschen.de/",
|
|
"keywords": [
|
|
"Polygon",
|
|
"area",
|
|
"bearing",
|
|
"bounds",
|
|
"calculation",
|
|
"coordinate",
|
|
"distance",
|
|
"earth",
|
|
"ellipsoid",
|
|
"geo",
|
|
"geofence",
|
|
"gis",
|
|
"gps",
|
|
"haversine",
|
|
"length",
|
|
"perpendicular",
|
|
"point",
|
|
"polyline",
|
|
"projection",
|
|
"simplify",
|
|
"track",
|
|
"vincenty"
|
|
],
|
|
"support": {
|
|
"email": "mjaschen@gmail.com",
|
|
"issues": "https://github.com/mjaschen/phpgeo/issues",
|
|
"source": "https://github.com/mjaschen/phpgeo/tree/2.6.1"
|
|
},
|
|
"time": "2021-03-04T10:13:53+00:00"
|
|
},
|
|
{
|
|
"name": "php-di/invoker",
|
|
"version": "2.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-DI/Invoker.git",
|
|
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
|
|
"reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"psr/container": "^1.0|^2.0"
|
|
},
|
|
"require-dev": {
|
|
"athletic/athletic": "~0.1.8",
|
|
"mnapoli/hard-mode": "~0.3.0",
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Invoker\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Generic and extensible callable invoker",
|
|
"homepage": "https://github.com/PHP-DI/Invoker",
|
|
"keywords": [
|
|
"callable",
|
|
"dependency",
|
|
"dependency-injection",
|
|
"injection",
|
|
"invoke",
|
|
"invoker"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHP-DI/Invoker/issues",
|
|
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/mnapoli",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-12-13T09:22:56+00:00"
|
|
},
|
|
{
|
|
"name": "php-di/php-di",
|
|
"version": "6.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
|
"reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"laravel/serializable-closure": "^1.0",
|
|
"php": ">=7.4.0",
|
|
"php-di/invoker": "^2.0",
|
|
"php-di/phpdoc-reader": "^2.0.1",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.10",
|
|
"friendsofphp/php-cs-fixer": "^2.4",
|
|
"mnapoli/phpunit-easymock": "^1.2",
|
|
"ocramius/proxy-manager": "^2.11.2",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
|
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"DI\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "The dependency injection container for humans",
|
|
"homepage": "https://php-di.org/",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interop",
|
|
"dependency injection",
|
|
"di",
|
|
"ioc",
|
|
"psr11"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
|
"source": "https://github.com/PHP-DI/PHP-DI/tree/6.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/mnapoli",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-04-09T16:46:38+00:00"
|
|
},
|
|
{
|
|
"name": "php-di/phpdoc-reader",
|
|
"version": "2.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-DI/PhpDocReader.git",
|
|
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
|
"reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"require-dev": {
|
|
"mnapoli/hard-mode": "~0.3.0",
|
|
"phpunit/phpunit": "^8.5|^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpDocReader\\": "src/PhpDocReader"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
|
|
"keywords": [
|
|
"phpdoc",
|
|
"reflection"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHP-DI/PhpDocReader/issues",
|
|
"source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
|
|
},
|
|
"time": "2020-10-12T12:39:22+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
|
},
|
|
"time": "2021-11-05T16:50:12+00:00"
|
|
},
|
|
{
|
|
"name": "yosymfony/parser-utils",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yosymfony/parser-utils.git",
|
|
"reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yosymfony/parser-utils/zipball/00bec9a12722b21f2baf7f9db35f127e90c162c9",
|
|
"reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yosymfony\\ParserUtils\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Puertas",
|
|
"email": "vpgugr@gmail.com",
|
|
"homepage": "http://yosymfony.com"
|
|
}
|
|
],
|
|
"description": "Parser utilities",
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
"keywords": [
|
|
"lexer",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/yosymfony/parser-utils/issues",
|
|
"source": "https://github.com/yosymfony/parser-utils/tree/master"
|
|
},
|
|
"time": "2018-06-29T15:31:11+00:00"
|
|
},
|
|
{
|
|
"name": "yosymfony/toml",
|
|
"version": "v1.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yosymfony/toml.git",
|
|
"reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yosymfony/toml/zipball/bdab92ad920d0e36810a3a3e4a998d23f3498f8e",
|
|
"reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"yosymfony/parser-utils": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yosymfony\\Toml\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Puertas",
|
|
"email": "vpgugr@gmail.com",
|
|
"homepage": "http://yosymfony.com"
|
|
}
|
|
],
|
|
"description": "A PHP parser for TOML compatible with specification 0.4.0",
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
"keywords": [
|
|
"mojombo",
|
|
"parser",
|
|
"toml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/yosymfony/toml/issues",
|
|
"source": "https://github.com/yosymfony/toml/tree/master"
|
|
},
|
|
"time": "2018-08-08T15:08:14+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|