This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

65
node_modules/@babel/helpers/package.json generated vendored Normal file
View File

@ -0,0 +1,65 @@
{
"_from": "@babel/helpers@^7.22.10",
"_id": "@babel/helpers@7.22.10",
"_inBundle": false,
"_integrity": "sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==",
"_location": "/@babel/helpers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helpers@^7.22.10",
"name": "@babel/helpers",
"escapedName": "@babel%2fhelpers",
"scope": "@babel",
"rawSpec": "^7.22.10",
"saveSpec": null,
"fetchSpec": "^7.22.10"
},
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz",
"_shasum": "ae6005c539dfbcb5cd71fb51bfc8a52ba63bc37a",
"_spec": "@babel/helpers@^7.22.10",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\core",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.10",
"@babel/types": "^7.22.10"
},
"deprecated": false,
"description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/generator": "^7.22.10",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/parser": "^7.22.10",
"regenerator-runtime": "^0.14.0",
"terser": "^5.9.0"
},
"engines": {
"node": ">=6.9.0"
},
"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.22.10"
}