1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/helper-hoist-variables/package.json

68 lines
2.2 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
"_from": "@babel/helper-hoist-variables@^7.22.5",
"_id": "@babel/helper-hoist-variables@7.22.5",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
2023-12-18 13:12:25 +08:00
"_location": "/@babel/helper-hoist-variables",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"@babel/helper-string-parser": "7.23.4",
"@babel/helper-validator-identifier": "7.22.20",
2023-12-18 13:12:25 +08:00
"to-fast-properties": "2.0.0"
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "@babel/helper-hoist-variables@^7.22.5",
2023-12-18 13:12:25 +08:00
"name": "@babel/helper-hoist-variables",
"escapedName": "@babel%2fhelper-hoist-variables",
"scope": "@babel",
2024-01-16 21:26:16 +08:00
"rawSpec": "^7.22.5",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^7.22.5"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/@babel/core/@babel/traverse",
"/@babel/helpers/@babel/traverse",
"/@babel/plugin-transform-modules-systemjs",
"/@vue/cli-plugin-eslint/@babel/traverse"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
"_shasum": "c01a007dac05c085914e8fb652b339db50d823bb",
"_spec": "@babel/helper-hoist-variables@^7.22.5",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@babel\\helpers\\node_modules\\@babel\\traverse",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"@babel/types": "^7.22.5"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Helper function to hoist variables",
2024-01-16 21:26:16 +08:00
"devDependencies": {
"@babel/traverse": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
2023-12-18 13:12:25 +08:00
"license": "MIT",
2024-01-16 21:26:16 +08:00
"main": "./lib/index.js",
2023-12-18 13:12:25 +08:00
"name": "@babel/helper-hoist-variables",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-hoist-variables"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"type": "commonjs",
"version": "7.22.5"
2023-12-18 13:12:25 +08:00
}