{
  "name": "@babel/helper-environment-visitor",
  "version": "7.22.5",
  "description": "Helper visitor to only visit nodes in the current 'this' context",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-helper-environment-visitor"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "./lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@babel/traverse": "^7.22.5",
    "@babel/types": "^7.22.5"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "author": "The Babel Team (https://babel.dev/team)",
  "type": "commonjs"

,"_resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz"
,"_integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q=="
,"_from": "@babel/helper-environment-visitor@^7.22.5"
}