646 lines
24 KiB
JSON
646 lines
24 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "laminas/laminas-escaper",
|
|
"version": "2.9.0",
|
|
"version_normalized": "2.9.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/laminas/laminas-escaper.git",
|
|
"reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f",
|
|
"reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0 || ~8.1.0"
|
|
},
|
|
"conflict": {
|
|
"zendframework/zend-escaper": "*"
|
|
},
|
|
"require-dev": {
|
|
"laminas/laminas-coding-standard": "~2.3.0",
|
|
"phpunit/phpunit": "^9.3",
|
|
"psalm/plugin-phpunit": "^0.12.2",
|
|
"vimeo/psalm": "^3.16"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"time": "2021-09-02T17:10:53+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laminas\\Escaper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
|
|
"homepage": "https://laminas.dev",
|
|
"keywords": [
|
|
"escaper",
|
|
"laminas"
|
|
],
|
|
"support": {
|
|
"chat": "https://laminas.dev/chat",
|
|
"docs": "https://docs.laminas.dev/laminas-escaper/",
|
|
"forum": "https://discourse.laminas.dev",
|
|
"issues": "https://github.com/laminas/laminas-escaper/issues",
|
|
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
|
|
"source": "https://github.com/laminas/laminas-escaper"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
"type": "community_bridge"
|
|
}
|
|
],
|
|
"install-path": "../laminas/laminas-escaper"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.6.3",
|
|
"version_normalized": "6.6.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "9400f305a898f194caff5521f64e5dfa926626f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
|
|
"reference": "9400f305a898f194caff5521f64e5dfa926626f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"doctrine/annotations": "^1.2",
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.6.2",
|
|
"yoast/phpunit-polyfills": "^1.0.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
},
|
|
"time": "2022-06-20T09:21:02+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"install-path": "../phpmailer/phpmailer"
|
|
},
|
|
{
|
|
"name": "phpoffice/phpword",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/PHPWord.git",
|
|
"reference": "8521612b39edeec9055d3688ad555342a40857dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/8521612b39edeec9055d3688ad555342a40857dd",
|
|
"reference": "8521612b39edeec9055d3688ad555342a40857dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-json": "*",
|
|
"ext-xml": "*",
|
|
"laminas/laminas-escaper": ">=2.6",
|
|
"php": "^7.1|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"dompdf/dompdf": "^2.0",
|
|
"ext-gd": "*",
|
|
"ext-libxml": "*",
|
|
"ext-zip": "*",
|
|
"mpdf/mpdf": "^8.1",
|
|
"php-coveralls/php-coveralls": "^2.5",
|
|
"phpmd/phpmd": "^2.13",
|
|
"phpunit/phpunit": ">=7.0",
|
|
"symfony/process": "^4.4",
|
|
"tecnickcom/tcpdf": "^6.5"
|
|
},
|
|
"suggest": {
|
|
"dompdf/dompdf": "Allows writing PDF",
|
|
"ext-gd2": "Allows adding images",
|
|
"ext-xmlwriter": "Allows writing OOXML and ODF",
|
|
"ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
|
|
"ext-zip": "Allows writing OOXML and ODF"
|
|
},
|
|
"time": "2022-11-15T20:24:50+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "0.19-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOffice\\PhpWord\\": "src/PhpWord"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Baker"
|
|
},
|
|
{
|
|
"name": "Gabriel Bull",
|
|
"email": "me@gabrielbull.com",
|
|
"homepage": "http://gabrielbull.com/"
|
|
},
|
|
{
|
|
"name": "Franck Lefevre",
|
|
"homepage": "https://rootslabs.net/blog/"
|
|
},
|
|
{
|
|
"name": "Ivan Lanin",
|
|
"homepage": "http://ivan.lanin.org"
|
|
},
|
|
{
|
|
"name": "Roman Syroeshko",
|
|
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
|
|
},
|
|
{
|
|
"name": "Antoine de Troostembergh"
|
|
}
|
|
],
|
|
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
|
|
"homepage": "https://phpword.readthedocs.io/",
|
|
"keywords": [
|
|
"ISO IEC 29500",
|
|
"OOXML",
|
|
"Office Open XML",
|
|
"OpenDocument",
|
|
"OpenXML",
|
|
"PhpOffice",
|
|
"PhpWord",
|
|
"Rich Text Format",
|
|
"WordprocessingML",
|
|
"doc",
|
|
"docx",
|
|
"html",
|
|
"odf",
|
|
"odt",
|
|
"office",
|
|
"pdf",
|
|
"php",
|
|
"reader",
|
|
"rtf",
|
|
"template",
|
|
"template processor",
|
|
"word",
|
|
"writer"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPOffice/PHPWord/issues",
|
|
"source": "https://github.com/PHPOffice/PHPWord/tree/1.0.0"
|
|
},
|
|
"install-path": "../phpoffice/phpword"
|
|
},
|
|
{
|
|
"name": "tecnickcom/tcpdf",
|
|
"version": "6.4.4",
|
|
"version_normalized": "6.4.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tecnickcom/TCPDF.git",
|
|
"reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
|
|
"reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2021-12-31T08:39:24+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"classmap": [
|
|
"config",
|
|
"include",
|
|
"tcpdf.php",
|
|
"tcpdf_parser.php",
|
|
"tcpdf_import.php",
|
|
"tcpdf_barcodes_1d.php",
|
|
"tcpdf_barcodes_2d.php",
|
|
"include/tcpdf_colors.php",
|
|
"include/tcpdf_filters.php",
|
|
"include/tcpdf_font_data.php",
|
|
"include/tcpdf_fonts.php",
|
|
"include/tcpdf_images.php",
|
|
"include/tcpdf_static.php",
|
|
"include/barcodes/datamatrix.php",
|
|
"include/barcodes/pdf417.php",
|
|
"include/barcodes/qrcode.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
|
|
"homepage": "http://www.tcpdf.org/",
|
|
"keywords": [
|
|
"PDFD32000-2008",
|
|
"TCPDF",
|
|
"barcodes",
|
|
"datamatrix",
|
|
"pdf",
|
|
"pdf417",
|
|
"qrcode"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/tecnickcom/TCPDF/issues",
|
|
"source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
|
|
"type": "custom"
|
|
}
|
|
],
|
|
"install-path": "../tecnickcom/tcpdf"
|
|
},
|
|
{
|
|
"name": "topthink/framework",
|
|
"version": "v5.0.24",
|
|
"version_normalized": "5.0.24.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/framework.git",
|
|
"reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
|
|
"reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"topthink/think-installer": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"johnkary/phpunit-speedtrap": "^1.0",
|
|
"mikey179/vfsstream": "~1.6",
|
|
"phpdocumentor/reflection-docblock": "^2.0",
|
|
"phploc/phploc": "2.*",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"sebastian/phpcpd": "2.*"
|
|
},
|
|
"time": "2019-01-11T08:04:58+00:00",
|
|
"type": "think-framework",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\": "library/think"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"description": "the new thinkphp framework",
|
|
"homepage": "http://thinkphp.cn/",
|
|
"keywords": [
|
|
"framework",
|
|
"orm",
|
|
"thinkphp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/top-think/framework/issues",
|
|
"source": "https://github.com/top-think/framework/tree/master"
|
|
},
|
|
"install-path": "../../thinkphp"
|
|
},
|
|
{
|
|
"name": "topthink/think-captcha",
|
|
"version": "v1.0.8",
|
|
"version_normalized": "1.0.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-captcha.git",
|
|
"reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
|
|
"reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"topthink/framework": "~5.0.0",
|
|
"topthink/think-installer": ">=1.0.10"
|
|
},
|
|
"time": "2019-01-28T04:48:36+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\captcha\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helper.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"description": "captcha package for thinkphp5",
|
|
"install-path": "../topthink/think-captcha"
|
|
},
|
|
{
|
|
"name": "topthink/think-helper",
|
|
"version": "v3.0.0",
|
|
"version_normalized": "3.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-helper.git",
|
|
"reference": "8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-helper/zipball/8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455",
|
|
"reference": "8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455",
|
|
"shasum": ""
|
|
},
|
|
"time": "2019-03-14T09:28:59+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\helper\\": "src"
|
|
},
|
|
"files": [
|
|
"src/helper.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"description": "The ThinkPHP5 Helper Package",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-helper/issues",
|
|
"source": "https://github.com/top-think/think-helper/tree/3.0"
|
|
},
|
|
"install-path": "../topthink/think-helper"
|
|
},
|
|
{
|
|
"name": "topthink/think-installer",
|
|
"version": "v1.0.14",
|
|
"version_normalized": "1.0.14.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-installer.git",
|
|
"reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
|
|
"reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0||^2.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0||^2.0"
|
|
},
|
|
"time": "2021-03-25T08:34:02+00:00",
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "think\\composer\\Plugin"
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\composer\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-installer/issues",
|
|
"source": "https://github.com/top-think/think-installer/tree/v1.0.14"
|
|
},
|
|
"install-path": "../topthink/think-installer"
|
|
},
|
|
{
|
|
"name": "topthink/think-queue",
|
|
"version": "v1.1.4",
|
|
"version_normalized": "1.1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-queue.git",
|
|
"reference": "ad709611d516e13d6760234bc98e91faa901cae8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-queue/zipball/ad709611d516e13d6760234bc98e91faa901cae8",
|
|
"reference": "ad709611d516e13d6760234bc98e91faa901cae8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"topthink/think-helper": ">=1.0.4",
|
|
"topthink/think-installer": ">=1.0.10"
|
|
},
|
|
"time": "2017-06-25T00:49:56+00:00",
|
|
"type": "think-extend",
|
|
"extra": {
|
|
"think-config": {
|
|
"queue": "src/config.php"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\": "src"
|
|
},
|
|
"files": [
|
|
"src/common.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"description": "The ThinkPHP5 Queue Package",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-queue/issues",
|
|
"source": "https://github.com/top-think/think-queue/tree/master"
|
|
},
|
|
"install-path": "../topthink/think-queue"
|
|
},
|
|
{
|
|
"name": "weiwei/api-doc",
|
|
"version": "1.6.2",
|
|
"version_normalized": "1.6.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zhangweiwei0326/api-doc.git",
|
|
"reference": "6c2c3c03ce1139275cc5a5057677175ed8691e19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zhangweiwei0326/api-doc/zipball/6c2c3c03ce1139275cc5a5057677175ed8691e19",
|
|
"reference": "6c2c3c03ce1139275cc5a5057677175ed8691e19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"topthink/think-helper": ">=1.0.4 <=3.0.4",
|
|
"topthink/think-installer": ">=1.0.10"
|
|
},
|
|
"time": "2020-04-02T07:30:02+00:00",
|
|
"type": "think-extend",
|
|
"extra": {
|
|
"think-config": {
|
|
"doc": "src/config.php"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Api\\Doc\\": "src"
|
|
},
|
|
"files": [
|
|
"src/helper.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "weiwei",
|
|
"email": "1763692101@qq.com"
|
|
}
|
|
],
|
|
"description": "The ThinkPHP5 Api Doc Package",
|
|
"support": {
|
|
"issues": "https://github.com/zhangweiwei0326/api-doc/issues",
|
|
"source": "https://github.com/zhangweiwei0326/api-doc/tree/master"
|
|
},
|
|
"install-path": "../weiwei/api-doc"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|