{
  "_from": "@svgr/plugin-svgo@^6.5.1",
  "_id": "@svgr/plugin-svgo@6.5.1",
  "_inBundle": false,
  "_integrity": "sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==",
  "_location": "/@svgr/plugin-svgo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@svgr/plugin-svgo@^6.5.1",
    "name": "@svgr/plugin-svgo",
    "escapedName": "@svgr%2fplugin-svgo",
    "scope": "@svgr",
    "rawSpec": "^6.5.1",
    "saveSpec": null,
    "fetchSpec": "^6.5.1"
  },
  "_requiredBy": [
    "/@svgr/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz",
  "_shasum": "0f91910e988fc0b842f88e0960c2862e022abe84",
  "_spec": "@svgr/plugin-svgo@^6.5.1",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@svgr/webpack",
  "author": {
    "name": "Greg Bergé",
    "email": "berge.greg@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cosmiconfig": "^7.0.1",
    "deepmerge": "^4.2.2",
    "svgo": "^2.8.0"
  },
  "deprecated": false,
  "description": "Optimize SVG",
  "engines": {
    "node": ">=10"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/gregberge"
  },
  "gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734",
  "homepage": "https://react-svgr.com",
  "keywords": [
    "svgr-plugin"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@svgr/plugin-svgo",
  "peerDependencies": {
    "@svgr/core": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gregberge/svgr/tree/main/packages/plugin-svgo"
  },
  "scripts": {
    "build": "rollup -c ../../build/rollup.config.js",
    "prepublishOnly": "npm run reset && npm run build",
    "reset": "rm -rf dist"
  },
  "types": "./dist/index.d.ts",
  "version": "6.5.1"
}
