{
  "_from": "@babel/traverse@^7.24.8",
  "_id": "@babel/traverse@7.25.0",
  "_inBundle": false,
  "_integrity": "sha512-ubALThHQy4GCf6mbb+5ZRNmLLCI7bJ3f8Q6LHBSRlSKSWj5a7dSUzJBLv3VuIhFrFPgjF4IzPF567YG/HSCdZA==",
  "_location": "/@babel/traverse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/traverse@^7.24.8",
    "name": "@babel/traverse",
    "escapedName": "@babel%2ftraverse",
    "scope": "@babel",
    "rawSpec": "^7.24.8",
    "saveSpec": null,
    "fetchSpec": "^7.24.8"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/helper-builder-binary-assignment-operator-visitor",
    "/@babel/helper-create-class-features-plugin",
    "/@babel/helper-member-expression-to-functions",
    "/@babel/helper-module-imports",
    "/@babel/helper-module-transforms",
    "/@babel/helper-remap-async-to-generator",
    "/@babel/helper-replace-supers",
    "/@babel/helper-simple-access",
    "/@babel/helper-skip-transparent-expression-wrappers",
    "/@babel/helper-wrap-function",
    "/@babel/plugin-bugfix-firefox-class-in-computed-class-key",
    "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
    "/@babel/plugin-transform-async-generator-functions",
    "/@babel/plugin-transform-classes",
    "/@babel/plugin-transform-function-name",
    "/@babel/plugin-transform-modules-systemjs"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.0.tgz",
  "_shasum": "e8533c0a57ed97921d1e5b20dd3db63d3efaebf5",
  "_spec": "@babel/traverse@^7.24.8",
  "_where": "/home/m3cs162/webvideos.m3cs.com.br/node_modules/@babel/core",
  "author": {
    "name": "The Babel Team",
    "url": "https://babel.dev/team"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/code-frame": "^7.24.7",
    "@babel/generator": "^7.25.0",
    "@babel/parser": "^7.25.0",
    "@babel/template": "^7.25.0",
    "@babel/types": "^7.25.0",
    "debug": "^4.3.1",
    "globals": "^11.1.0"
  },
  "deprecated": false,
  "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  "devDependencies": {
    "@babel/core": "^7.24.9",
    "@babel/helper-plugin-test-runner": "^7.24.7"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-traverse",
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@babel/traverse",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-traverse"
  },
  "type": "commonjs",
  "version": "7.25.0"
}
