{
  "_from": "@svgr/plugin-jsx@^4.1.0",
  "_id": "@svgr/plugin-jsx@4.3.3",
  "_inBundle": false,
  "_integrity": "sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==",
  "_location": "/@svgr/plugin-jsx",
  "_phantomChildren": {
    "@babel/code-frame": "7.5.5",
    "@babel/generator": "7.7.4",
    "@babel/helpers": "7.7.4",
    "@babel/parser": "7.7.4",
    "@babel/template": "7.7.4",
    "@babel/traverse": "7.7.4",
    "@babel/types": "7.7.4",
    "convert-source-map": "1.7.0",
    "debug": "4.1.1",
    "json5": "2.1.1",
    "lodash": "4.17.15",
    "resolve": "1.10.0",
    "source-map": "0.5.7"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@svgr/plugin-jsx@^4.1.0",
    "name": "@svgr/plugin-jsx",
    "escapedName": "@svgr%2fplugin-jsx",
    "scope": "@svgr",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/@svgr/core",
    "/@svgr/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz",
  "_shasum": "e2ba913dbdfbe85252a34db101abc7ebd50992fa",
  "_spec": "@svgr/plugin-jsx@^4.1.0",
  "_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": {
    "@babel/core": "^7.4.5",
    "@svgr/babel-preset": "^4.3.3",
    "@svgr/hast-util-to-babel-ast": "^4.3.2",
    "svg-parser": "^2.0.0"
  },
  "deprecated": false,
  "description": "Transform SVG into JSX",
  "engines": {
    "node": ">=8"
  },
  "gitHead": "14a26644e7bda24c2ff97524f3d8841801a6442f",
  "keywords": [
    "svgr-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@svgr/plugin-jsx",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx"
  },
  "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.3"
}