You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hotels/front/node_modules/@babel/helper-wrap-function/package.json

60 lines
1.8 KiB

{
"_from": "@babel/helper-wrap-function@^7.24.7",
"_id": "@babel/helper-wrap-function@7.24.7",
"_inBundle": false,
"_integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==",
"_location": "/@babel/helper-wrap-function",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-wrap-function@^7.24.7",
"name": "@babel/helper-wrap-function",
"escapedName": "@babel%2fhelper-wrap-function",
"scope": "@babel",
"rawSpec": "^7.24.7",
"saveSpec": null,
"fetchSpec": "^7.24.7"
},
"_requiredBy": [
"/@babel/helper-remap-async-to-generator"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz",
"_shasum": "52d893af7e42edca7c6d2c6764549826336aae1f",
"_spec": "@babel/helper-wrap-function@^7.24.7",
"_where": "C:\\code\\t\\t101\\front\\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.24.7",
"@babel/template": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@babel/types": "^7.24.7"
},
"deprecated": false,
"description": "Helper to wrap functions inside a function call.",
"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.24.7"
}