724b143b72209adc4e13501cd67d79403de7db8b.svn-base 2.29 KB
{
  "_args": [
    [
      "@babel/types@7.10.5",
      "/Users/isaacs/dev/js/tap"
    ]
  ],
  "_from": "@babel/types@7.10.5",
  "_id": "@babel/types@7.10.5",
  "_inBundle": true,
  "_integrity": "sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==",
  "_location": "/tap/@babel/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@babel/types@7.10.5",
    "name": "@babel/types",
    "escapedName": "@babel%2ftypes",
    "scope": "@babel",
    "rawSpec": "7.10.5",
    "saveSpec": null,
    "fetchSpec": "7.10.5"
  },
  "_requiredBy": [
    "/tap/@babel/core",
    "/tap/@babel/generator",
    "/tap/@babel/helper-annotate-as-pure",
    "/tap/@babel/helper-builder-react-jsx",
    "/tap/@babel/helper-builder-react-jsx-experimental",
    "/tap/@babel/helper-function-name",
    "/tap/@babel/helper-get-function-arity",
    "/tap/@babel/helper-member-expression-to-functions",
    "/tap/@babel/helper-module-imports",
    "/tap/@babel/helper-module-transforms",
    "/tap/@babel/helper-optimise-call-expression",
    "/tap/@babel/helper-replace-supers",
    "/tap/@babel/helper-simple-access",
    "/tap/@babel/helper-split-export-declaration",
    "/tap/@babel/helpers",
    "/tap/@babel/template",
    "/tap/@babel/traverse"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.5.tgz",
  "_spec": "7.10.5",
  "_where": "/Users/isaacs/dev/js/tap",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "dependencies": {
    "@babel/helper-validator-identifier": "^7.10.4",
    "lodash": "^4.17.19",
    "to-fast-properties": "^2.0.0"
  },
  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
  "devDependencies": {
    "@babel/generator": "^7.10.5",
    "@babel/parser": "^7.10.5"
  },
  "gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7",
  "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.10.5"
}