�PNG  IHDR��;���IDATx��ܻn�0���K�� �)(�pA��� ���7�LeG{�� �§㻢|��ذaÆ 6lذaÆ 6lذaÆ 6lom��$^�y���ذag�5bÆ 6lذaÆ 6lذa{���� 6lذaÆ �`����}H�Fkm�,�m����Ӫ���ô�ô!� �x�|'ܢ˟;�E:���9�&ᶒ�}�{�v]�n&�6� �h��_��t�ڠ͵-ҫ���Z;��Z$�.�P���k�ž)�!��o���>}l�eQfJ�T��u і���چ��\��X=8��Rن4`Vw�l�>����n�G�^��i�s��"ms�$�u��i��?w�bs[m�6�K4���O���.�4��%����/����b�C%��t ��M�ז� �-l�G6�mrz2���s�%�9��s@���-�k�9�=���)������k�B5����\��+͂�Zsٲ ��Rn��~G���R���C����� �wIcI��n7jJ���hۛNCS|���j0��8y�iHKֶۛ�k�Ɉ+;Sz������L/��F�*\��Ԕ�#"5��m�2��[S��������=�g��n�a�P�e�ғ�L�� lذaÆ 6l�^k��̱aÆ 6lذaÆ 6lذa;���� �_��ذaÆ 6lذaÆ 6lذaÆ ���R���IEND�B` { "name": "spatie/laravel-honeypot", "description": "Preventing spam submitted through forms", "keywords": [ "spatie", "laravel-honeypot" ], "homepage": "https://github.com/spatie/laravel-honeypot", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "require": { "php": "^7.4|^8.0", "illuminate/contracts": "^8.0", "illuminate/encryption": "^8.0", "illuminate/http": "^8.0", "illuminate/support": "^8.0", "illuminate/validation": "^8.0", "nesbot/carbon": "^2.0", "symfony/http-foundation": "^5.1.2" }, "require-dev": { "orchestra/testbench": "^6.0", "spatie/phpunit-snapshot-assertions": "^4.0", "spatie/test-time": "^1.2.1" }, "autoload": { "psr-4": { "Spatie\\Honeypot\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Honeypot\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "Spatie\\Honeypot\\HoneypotServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }