jiangchengfeiyi-xiaochengxu/node_modules/@babel/traverse/package.json
2025-04-02 23:45:33 +08:00

68 lines
2.1 KiB
JSON

{
"_from": "@babel/traverse@^7.25.9",
"_id": "@babel/traverse@7.27.0",
"_inBundle": false,
"_integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==",
"_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/helper-module-imports",
"/@babel/helper-module-transforms"
],
"_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz",
"_shasum": "11d7e644779e166c0442f9a07274d02cd91d4a70",
"_spec": "@babel/traverse@^7.25.9",
"_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\@babel\\helper-module-transforms",
"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.27.0",
"@babel/parser": "^7.27.0",
"@babel/template": "^7.27.0",
"@babel/types": "^7.27.0",
"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.10",
"@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.27.0"
}