Files
Arbitrate-FrontendH5/node_modules/@babel/helpers/package.json
T

70 lines
1.8 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"@babel/helpers@7.23.2",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@babel/helpers@7.23.2",
"_id": "@babel/helpers@7.23.2",
"_inBundle": false,
"_integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==",
"_location": "/@babel/helpers",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/helpers@7.23.2",
"name": "@babel/helpers",
"escapedName": "@babel%2fhelpers",
"scope": "@babel",
"rawSpec": "7.23.2",
"saveSpec": null,
"fetchSpec": "7.23.2"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz",
"_spec": "7.23.2",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
2024-01-18 10:46:33 +08:00
},
"dependencies": {
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.23.0"
},
2024-04-08 16:23:29 +08:00
"description": "Collection of helper functions used by Babel transforms.",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"@babel/generator": "^7.23.0",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/parser": "^7.23.0",
"regenerator-runtime": "^0.14.0",
"terser": "^5.19.2"
},
"engines": {
"node": ">=6.9.0"
},
2024-04-08 16:23:29 +08:00
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helpers",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helpers"
},
"type": "commonjs",
"version": "7.23.2"
}