first
This commit is contained in:
61
node_modules/@babel/helper-wrap-function/package.json
generated
vendored
Normal file
61
node_modules/@babel/helper-wrap-function/package.json
generated
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "@babel/helper-wrap-function@^7.22.9",
|
||||
"_id": "@babel/helper-wrap-function@7.22.10",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==",
|
||||
"_location": "/@babel/helper-wrap-function",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@babel/helper-wrap-function@^7.22.9",
|
||||
"name": "@babel/helper-wrap-function",
|
||||
"escapedName": "@babel%2fhelper-wrap-function",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.22.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.22.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/helper-remap-async-to-generator"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz",
|
||||
"_shasum": "d845e043880ed0b8c18bd194a12005cb16d2f614",
|
||||
"_spec": "@babel/helper-wrap-function@^7.22.9",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\helper-remap-async-to-generator",
|
||||
"author": {
|
||||
"name": "The Babel Team",
|
||||
"url": "https://babel.dev/team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/helper-function-name": "^7.22.5",
|
||||
"@babel/template": "^7.22.5",
|
||||
"@babel/types": "^7.22.10"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Helper to wrap functions inside a function call.",
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "^7.22.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "@babel/helper-wrap-function",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-helper-wrap-function"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"version": "7.22.10"
|
||||
}
|
Reference in New Issue
Block a user