Files
botgroup.chat/node_modules/@babel/traverse/package.json
2025-02-12 17:18:18 +08:00

69 lines
2.1 KiB
JSON

{
"_from": "@babel/traverse@^7.26.8",
"_id": "@babel/traverse@7.26.8",
"_inBundle": false,
"_integrity": "sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==",
"_location": "/@babel/traverse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/traverse@^7.26.8",
"name": "@babel/traverse",
"escapedName": "@babel%2ftraverse",
"scope": "@babel",
"rawSpec": "^7.26.8",
"saveSpec": null,
"fetchSpec": "^7.26.8"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-module-imports",
"/@babel/helper-module-transforms"
],
"_resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.8.tgz",
"_shasum": "0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9",
"_spec": "@babel/traverse@^7.26.8",
"_where": "/Users/hongbin9/www/botgroup.chat/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.8",
"@babel/parser": "^7.26.8",
"@babel/template": "^7.26.8",
"@babel/types": "^7.26.8",
"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.8",
"@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.8"
}