{
  "_from": "@babel/types@7.9.0",
  "_id": "@babel/types@7.9.0",
  "_inBundle": false,
  "_integrity": "sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==",
  "_location": "/@babel/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@babel/types@7.9.0",
    "name": "@babel/types",
    "escapedName": "@babel%2ftypes",
    "scope": "@babel",
    "rawSpec": "7.9.0",
    "saveSpec": null,
    "fetchSpec": "7.9.0"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/generator",
    "/@babel/helper-function-name",
    "/@babel/helper-get-function-arity",
    "/@babel/helper-module-imports",
    "/@babel/helper-module-transforms",
    "/@babel/helper-optimise-call-expression",
    "/@babel/helper-replace-supers",
    "/@babel/helper-simple-access",
    "/@babel/helper-split-export-declaration",
    "/@babel/preset-modules",
    "/@babel/template",
    "/@babel/traverse",
    "/@svgr/hast-util-to-babel-ast",
    "/@types/babel__core",
    "/@types/babel__generator",
    "/@types/babel__template",
    "/@types/babel__traverse",
    "/babel-eslint",
    "/babel-preset-react-app/@babel/preset-env",
    "/istanbul-lib-instrument",
    "/jest-snapshot"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.9.0.tgz",
  "_shasum": "00b064c3df83ad32b2dbf5ff07312b15c7f1efb5",
  "_spec": "@babel/types@7.9.0",
  "_where": "/data/DATAPROJECTS/playground/myfirstreact/node_modules/@babel/core",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-validator-identifier": "^7.9.0",
    "lodash": "^4.17.13",
    "to-fast-properties": "^2.0.0"
  },
  "deprecated": false,
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "devDependencies": {
    "@babel/generator": "^7.9.0",
    "@babel/parser": "^7.9.0"
  },
  "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@babel/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
  },
  "types": "lib/index.d.ts",
  "version": "7.9.0"
}
