{
  "_from": "@babel/traverse@^7.4.3",
  "_id": "@babel/traverse@7.7.4",
  "_inBundle": false,
  "_integrity": "sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==",
  "_location": "/@babel/traverse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/traverse@^7.4.3",
    "name": "@babel/traverse",
    "escapedName": "@babel%2ftraverse",
    "scope": "@babel",
    "rawSpec": "^7.4.3",
    "saveSpec": null,
    "fetchSpec": "^7.4.3"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/helper-call-delegate",
    "/@babel/helper-explode-assignable-expression",
    "/@babel/helper-remap-async-to-generator",
    "/@babel/helper-replace-supers",
    "/@babel/helper-wrap-function",
    "/@babel/helpers",
    "/@svgr/plugin-jsx/@babel/core",
    "/babel-eslint",
    "/babel-preset-react-app/@babel/core",
    "/istanbul-lib-instrument",
    "/jest-jasmine2"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz",
  "_shasum": "9c1e7c60fb679fe4fcfaa42500833333c2058558",
  "_spec": "@babel/traverse@^7.4.3",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/@babel/core",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/code-frame": "^7.5.5",
    "@babel/generator": "^7.7.4",
    "@babel/helper-function-name": "^7.7.4",
    "@babel/helper-split-export-declaration": "^7.7.4",
    "@babel/parser": "^7.7.4",
    "@babel/types": "^7.7.4",
    "debug": "^4.1.0",
    "globals": "^11.1.0",
    "lodash": "^4.17.13"
  },
  "deprecated": false,
  "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
  "devDependencies": {
    "@babel/helper-plugin-test-runner": "^7.7.4"
  },
  "gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@babel/traverse",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
  },
  "version": "7.7.4"
}