{
  "_from": "@svgr/plugin-jsx@^6.5.1",
  "_id": "@svgr/plugin-jsx@6.5.1",
  "_inBundle": false,
  "_integrity": "sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==",
  "_location": "/@svgr/plugin-jsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@svgr/plugin-jsx@^6.5.1",
    "name": "@svgr/plugin-jsx",
    "escapedName": "@svgr%2fplugin-jsx",
    "scope": "@svgr",
    "rawSpec": "^6.5.1",
    "saveSpec": null,
    "fetchSpec": "^6.5.1"
  },
  "_requiredBy": [
    "/@svgr/core",
    "/@svgr/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz",
  "_shasum": "0e30d1878e771ca753c94e69581c7971542a7072",
  "_spec": "@svgr/plugin-jsx@^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": {
    "@babel/core": "^7.19.6",
    "@svgr/babel-preset": "^6.5.1",
    "@svgr/hast-util-to-babel-ast": "^6.5.1",
    "svg-parser": "^2.0.4"
  },
  "deprecated": false,
  "description": "Transform SVG into JSX",
  "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-jsx",
  "peerDependencies": {
    "@svgr/core": "^6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gregberge/svgr/tree/main/packages/plugin-jsx"
  },
  "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"
}
