{
  "_from": "@svgr/babel-plugin-remove-jsx-attribute@*",
  "_id": "@svgr/babel-plugin-remove-jsx-attribute@6.5.0",
  "_inBundle": false,
  "_integrity": "sha512-8zYdkym7qNyfXpWvu4yq46k41pyNM9SOstoWhKlm+IfdCE1DdnRKeMUPsWIEO/DEkaWxJ8T9esNdG3QwQ93jBA==",
  "_location": "/@svgr/babel-plugin-remove-jsx-attribute",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@svgr/babel-plugin-remove-jsx-attribute@*",
    "name": "@svgr/babel-plugin-remove-jsx-attribute",
    "escapedName": "@svgr%2fbabel-plugin-remove-jsx-attribute",
    "scope": "@svgr",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/@svgr/babel-preset"
  ],
  "_resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-6.5.0.tgz",
  "_shasum": "652bfd4ed0a0699843585cda96faeb09d6e1306e",
  "_spec": "@svgr/babel-plugin-remove-jsx-attribute@*",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@svgr/babel-preset",
  "author": {
    "name": "Greg Bergé",
    "email": "berge.greg@gmail.com"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Remove JSX attribute",
  "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": "b385279d27e51d34e4684dda326aa4216a485572",
  "homepage": "https://react-svgr.com",
  "keywords": [
    "babel-plugin"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@svgr/babel-plugin-remove-jsx-attribute",
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gregberge/svgr/tree/main/packages/babel-plugin-remove-jsx-attribute"
  },
  "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.0"
}
