81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
|
|
{
|
||
|
|
"_from": "@babel/traverse@^7.0.0",
|
||
|
|
"_id": "@babel/traverse@7.26.5",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==",
|
||
|
|
"_location": "/@babel/traverse",
|
||
|
|
"_phantomChildren": {
|
||
|
|
"ms": "2.1.3"
|
||
|
|
},
|
||
|
|
"_requested": {
|
||
|
|
"type": "range",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "@babel/traverse@^7.0.0",
|
||
|
|
"name": "@babel/traverse",
|
||
|
|
"escapedName": "@babel%2ftraverse",
|
||
|
|
"scope": "@babel",
|
||
|
|
"rawSpec": "^7.0.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "^7.0.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/@babel/core",
|
||
|
|
"/@babel/helper-create-class-features-plugin",
|
||
|
|
"/@babel/helper-member-expression-to-functions",
|
||
|
|
"/@babel/helper-module-imports",
|
||
|
|
"/@babel/helper-module-transforms",
|
||
|
|
"/@babel/helper-remap-async-to-generator",
|
||
|
|
"/@babel/helper-replace-supers",
|
||
|
|
"/@babel/helper-skip-transparent-expression-wrappers",
|
||
|
|
"/@babel/helper-wrap-function",
|
||
|
|
"/@babel/plugin-transform-classes",
|
||
|
|
"/@babel/plugin-transform-function-name",
|
||
|
|
"/@babel/plugin-transform-modules-systemjs",
|
||
|
|
"/babel-eslint"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.5.tgz",
|
||
|
|
"_shasum": "6d0be3e772ff786456c1a37538208286f6e79021",
|
||
|
|
"_spec": "@babel/traverse@^7.0.0",
|
||
|
|
"_where": "E:\\hz-zhhq-web\\node_modules\\@babel\\core",
|
||
|
|
"author": {
|
||
|
|
"name": "The Babel Team",
|
||
|
|
"url": "https://babel.dev/team"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"dependencies": {
|
||
|
|
"@babel/code-frame": "^7.26.2",
|
||
|
|
"@babel/generator": "^7.26.5",
|
||
|
|
"@babel/parser": "^7.26.5",
|
||
|
|
"@babel/template": "^7.25.9",
|
||
|
|
"@babel/types": "^7.26.5",
|
||
|
|
"debug": "^4.3.1",
|
||
|
|
"globals": "^11.1.0"
|
||
|
|
},
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.26.0",
|
||
|
|
"@babel/helper-plugin-test-runner": "^7.25.9"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=6.9.0"
|
||
|
|
},
|
||
|
|
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "./lib/index.js",
|
||
|
|
"name": "@babel/traverse",
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/babel/babel.git",
|
||
|
|
"directory": "packages/babel-traverse"
|
||
|
|
},
|
||
|
|
"type": "commonjs",
|
||
|
|
"version": "7.26.5"
|
||
|
|
}
|