You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.7 KiB

{
"_from": "@babel/traverse@^7.25.9",
"_id": "@babel/traverse@7.26.4",
"_inBundle": false,
"_integrity": "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==",
"_location": "/@babel/traverse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/traverse@^7.25.9",
"name": "@babel/traverse",
"escapedName": "@babel%2ftraverse",
"scope": "@babel",
"rawSpec": "^7.25.9",
"saveSpec": null,
"fetchSpec": "^7.25.9"
},
"_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-bugfix-firefox-class-in-computed-class-key",
"/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
"/@babel/plugin-transform-async-generator-functions",
"/@babel/plugin-transform-classes",
"/@babel/plugin-transform-function-name",
"/@babel/plugin-transform-modules-systemjs",
"/@vue/babel-plugin-jsx",
"/babel-eslint"
],
"_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.4.tgz",
"_shasum": "ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd",
"_spec": "@babel/traverse@^7.25.9",
"_where": "F:\\bishe\\front\\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.3",
"@babel/parser": "^7.26.3",
"@babel/template": "^7.25.9",
"@babel/types": "^7.26.3",
"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.4"
}