{
  "_args": [
    [
      "@svgr/plugin-jsx@4.3.3",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "@svgr/plugin-jsx@4.3.3",
  "_id": "@svgr/plugin-jsx@4.3.3",
  "_inBundle": false,
  "_integrity": "sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==",
  "_location": "/@svgr/plugin-jsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@svgr/plugin-jsx@4.3.3",
    "name": "@svgr/plugin-jsx",
    "escapedName": "@svgr%2fplugin-jsx",
    "scope": "@svgr",
    "rawSpec": "4.3.3",
    "saveSpec": null,
    "fetchSpec": "4.3.3"
  },
  "_requiredBy": [
    "/@svgr/core",
    "/@svgr/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-4.3.3.tgz",
  "_spec": "4.3.3",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Greg Bergé",
    "email": "berge.greg@gmail.com"
  },
  "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"
  },
  "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"
}
