{
  "_from": "@svgr/plugin-svgo@^4.0.3",
  "_id": "@svgr/plugin-svgo@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w==",
  "_location": "/@svgr/plugin-svgo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@svgr/plugin-svgo@^4.0.3",
    "name": "@svgr/plugin-svgo",
    "escapedName": "@svgr%2fplugin-svgo",
    "scope": "@svgr",
    "rawSpec": "^4.0.3",
    "saveSpec": null,
    "fetchSpec": "^4.0.3"
  },
  "_requiredBy": [
    "/@svgr/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-4.3.1.tgz",
  "_shasum": "daac0a3d872e3f55935c6588dd370336865e9e32",
  "_spec": "@svgr/plugin-svgo@^4.0.3",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/@svgr/webpack",
  "author": {
    "name": "Greg Bergé",
    "email": "berge.greg@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cosmiconfig": "^5.2.1",
    "merge-deep": "^3.0.2",
    "svgo": "^1.2.2"
  },
  "deprecated": false,
  "description": "Optimize SVG",
  "engines": {
    "node": ">=8"
  },
  "gitHead": "06e1e996a92289183fca0aabe4ba286e3a227f1b",
  "keywords": [
    "svgr-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@svgr/plugin-svgo",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-svgo"
  },
  "scripts": {
    "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
    "prebuild": "rm -rf lib/",
    "prepublishOnly": "yarn run build"
  },
  "version": "4.3.1"
}