{
  "_from": "@babel/types@^7.28.6",
  "_id": "@babel/types@7.28.6",
  "_inBundle": false,
  "_integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
  "_location": "/@babel/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/types@^7.28.6",
    "name": "@babel/types",
    "escapedName": "@babel%2ftypes",
    "scope": "@babel",
    "rawSpec": "^7.28.6",
    "saveSpec": null,
    "fetchSpec": "^7.28.6"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/generator",
    "/@babel/helper-module-imports",
    "/@babel/helpers",
    "/@babel/parser",
    "/@babel/template",
    "/@babel/traverse",
    "/@types/babel__core",
    "/@types/babel__generator",
    "/@types/babel__template",
    "/@types/babel__traverse",
    "/babel-plugin-jest-hoist",
    "/jest-snapshot"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
  "_shasum": "c3e9377f1b155005bcc4c46020e7e394e13089df",
  "_spec": "@babel/types@^7.28.6",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@babel\\helper-module-imports",
  "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%20types%22+is%3Aopen"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-string-parser": "^7.27.1",
    "@babel/helper-validator-identifier": "^7.28.5"
  },
  "deprecated": false,
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "devDependencies": {
    "@babel/generator": "^7.28.6",
    "@babel/helper-fixtures": "^7.28.6",
    "@babel/parser": "^7.28.6"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-types",
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@babel/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/babel/babel.git",
    "directory": "packages/babel-types"
  },
  "type": "commonjs",
  "types": "./lib/index-legacy.d.ts",
  "typesVersions": {
    ">=4.1": {
      "lib/index-legacy.d.ts": [
        "lib/index.d.ts"
      ]
    }
  },
  "version": "7.28.6"
}
