| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_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": "range",
- "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-explode-assignable-expression",
- "/@babel/helper-remap-async-to-generator",
- "/@babel/helper-replace-supers",
- "/@babel/helper-wrap-function",
- "/@babel/helpers"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz",
- "_shasum": "d3882c2830e513f4fe4cec9fe76ea1cc78747892",
- "_spec": "@babel/traverse@^7.9.0",
- "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\core",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "sebmck@gmail.com"
- },
- "bundleDependencies": false,
- "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"
- },
- "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.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"
- }
|