1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
| {
| "_from": "@babel/helper-wrap-function@^7.18.9",
| "_id": "@babel/helper-wrap-function@7.20.5",
| "_inBundle": false,
| "_integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==",
| "_location": "/@babel/helper-wrap-function",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@babel/helper-wrap-function@^7.18.9",
| "name": "@babel/helper-wrap-function",
| "escapedName": "@babel%2fhelper-wrap-function",
| "scope": "@babel",
| "rawSpec": "^7.18.9",
| "saveSpec": null,
| "fetchSpec": "^7.18.9"
| },
| "_requiredBy": [
| "/@babel/helper-remap-async-to-generator"
| ],
| "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz",
| "_shasum": "75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3",
| "_spec": "@babel/helper-wrap-function@^7.18.9",
| "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\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.19.0",
| "@babel/template": "^7.18.10",
| "@babel/traverse": "^7.20.5",
| "@babel/types": "^7.20.5"
| },
| "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.20.5"
| }
|
|