{
  "_from": "@babel/types@^7.0.0-beta.39",
  "_id": "@babel/types@7.12.1",
  "_inBundle": false,
  "_integrity": "sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==",
  "_location": "/@babel/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/types@^7.0.0-beta.39",
    "name": "@babel/types",
    "escapedName": "@babel%2ftypes",
    "scope": "@babel",
    "rawSpec": "^7.0.0-beta.39",
    "saveSpec": null,
    "fetchSpec": "^7.0.0-beta.39"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/generator",
    "/@babel/helper-function-name",
    "/@babel/helper-get-function-arity",
    "/@babel/helper-member-expression-to-functions",
    "/@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/helpers",
    "/@babel/template",
    "/@babel/traverse",
    "/wasm-dce"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1.tgz",
  "_shasum": "e109d9ab99a8de735be287ee3d6a9947a190c4ae",
  "_spec": "@babel/types@^7.0.0-beta.39",
  "_where": "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks/node_modules/wasm-dce",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/helper-validator-identifier": "^7.10.4",
    "lodash": "^4.17.19",
    "to-fast-properties": "^2.0.0"
  },
  "deprecated": false,
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "devDependencies": {
    "@babel/generator": "^7.12.1",
    "@babel/parser": "^7.12.1",
    "chalk": "^4.1.0"
  },
  "homepage": "https://babeljs.io/",
  "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"
  },
  "types": "lib/index.d.ts",
  "version": "7.12.1"
}
