�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` { "_from": "svgo@^2.3.0", "_id": "svgo@2.3.1", "_inBundle": false, "_integrity": "sha512-riDDIQgXpEnn0BEl9Gvhh1LNLIyiusSpt64IR8upJu7MwxnzetmF/Y57pXQD2NMX2lVyMRzXt5f2M5rO4wG7Dw==", "_location": "/svgo", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "svgo@^2.3.0", "name": "svgo", "escapedName": "svgo", "rawSpec": "^2.3.0", "saveSpec": null, "fetchSpec": "^2.3.0" }, "_requiredBy": [ "/postcss-svgo" ], "_resolved": "https://registry.npmjs.org/svgo/-/svgo-2.3.1.tgz", "_shasum": "603a69ce50311c0e36791528f549644ec1b3f4bc", "_spec": "svgo@^2.3.0", "_where": "/home/files/repos/manoke/newSite/node_modules/postcss-svgo", "author": { "name": "Kir Belevich", "email": "kir@belevi.ch", "url": "https://github.com/deepsweet" }, "bin": { "svgo": "bin/svgo" }, "bugs": { "url": "https://github.com/svg/svgo/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Sergey Belov", "email": "peimei@ya.ru", "url": "https://github.com/arikon" }, { "name": "Lev Solntsev", "email": "lev.sun@ya.ru", "url": "https://github.com/GreLI" }, { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru", "url": "https://github.com/TrySound" } ], "dependencies": { "@trysound/sax": "0.1.1", "chalk": "^4.1.0", "commander": "^7.1.0", "css-select": "^4.1.3", "css-tree": "^1.1.2", "csso": "^4.2.0", "stable": "^0.1.8" }, "deprecated": false, "description": "Nodejs-based tool for optimizing SVG vector graphics files", "devDependencies": { "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.2.0", "@types/mocha": "^8.2.2", "c8": "^7.6.0", "chai": "^4.3.4", "del": "^6.0.0", "eslint": "^7.22.0", "mocha": "^8.3.2", "mock-stdin": "^1.0.0", "node-fetch": "^2.6.1", "pixelmatch": "^5.2.1", "playwright": "^1.9.2", "pngjs": "^6.0.0", "prettier": "^2.2.1", "rollup": "^2.42.1", "rollup-plugin-terser": "^7.0.2", "tar-stream": "^2.2.0", "typescript": "^4.2.3" }, "engines": { "node": ">=10.13.0" }, "eslintConfig": { "parserOptions": { "ecmaVersion": "2021" }, "env": { "node": true, "es2021": true }, "extends": [ "eslint:recommended" ], "overrides": [ { "files": [ "rollup.config.js" ], "parserOptions": { "sourceType": "module" } }, { "files": [ "test/**/*.js", "**/*.test.js" ], "env": { "mocha": true } } ] }, "files": [ "bin", "lib", "plugins", "dist" ], "homepage": "https://github.com/svg/svgo", "keywords": [ "svgo", "svg", "optimize", "minify" ], "license": "MIT", "main": "./lib/svgo-node.js", "name": "svgo", "prettier": { "singleQuote": true }, "repository": { "type": "git", "url": "git://github.com/svg/svgo.git" }, "scripts": { "fix": "eslint --ignore-path .gitignore --fix . && prettier --write \"**/*.js\" --ignore-path .gitignore", "lint": "eslint --ignore-path .gitignore . && prettier --list-different \"**/*.js\" --ignore-path .gitignore", "prepublishOnly": "rm -rf dist && rollup -c", "test": "c8 --reporter=html --reporter=text mocha \"test/*/_index.js\" \"**/*.test.js\" --ignore=\"node_modules/**\"", "test-browser": "rollup -c && node ./test/browser.js", "test-regression": "node ./test/regression-extract.js && NO_DIFF=1 node ./test/regression.js", "typecheck": "tsc" }, "version": "2.3.1" }