{ "_args": [ [ "@babel/traverse@7.9.0", "." ] ], "_development": true, "_from": "@babel/traverse@7.9.0", "_id": "@babel/traverse@7.9.0", "_inBundle": false, "_integrity": "sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==", "_location": "/@babel/traverse", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@babel/traverse@7.9.0", "name": "@babel/traverse", "escapedName": "@babel%2ftraverse", "scope": "@babel", "rawSpec": "7.9.0", "saveSpec": null, "fetchSpec": "7.9.0" }, "_requiredBy": [ "/@babel/core", "/@babel/helper-replace-supers", "/@babel/helpers", "/babel-eslint", "/istanbul-lib-instrument", "/jest-circus", "/jest-jasmine2" ], "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz", "_spec": "7.9.0", "_where": ".", "author": { "name": "Sebastian McKenzie", "email": "sebmck@gmail.com" }, "dependencies": { "@babel/code-frame": "^7.8.3", "@babel/generator": "^7.9.0", "@babel/helper-function-name": "^7.8.3", "@babel/helper-split-export-declaration": "^7.8.3", "@babel/parser": "^7.9.0", "@babel/types": "^7.9.0", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" }, "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.8.3" }, "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02", "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.9.0" }