package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.27.1",
  3. "_id": "@babel/helper-wrap-function@7.28.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {
  8. "@babel/helper-globals": "7.28.0",
  9. "@babel/helper-string-parser": "7.27.1",
  10. "@babel/helper-validator-identifier": "7.27.1",
  11. "@babel/parser": "7.28.4",
  12. "@jridgewell/gen-mapping": "0.3.13",
  13. "@jridgewell/trace-mapping": "0.3.31"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "@babel/helper-wrap-function@^7.27.1",
  19. "name": "@babel/helper-wrap-function",
  20. "escapedName": "@babel%2fhelper-wrap-function",
  21. "scope": "@babel",
  22. "rawSpec": "^7.27.1",
  23. "saveSpec": null,
  24. "fetchSpec": "^7.27.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-remap-async-to-generator"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
  30. "_shasum": "fe4872092bc1438ffd0ce579e6f699609f9d0a7a",
  31. "_spec": "@babel/helper-wrap-function@^7.27.1",
  32. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\helper-remap-async-to-generator",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "@babel/template": "^7.27.2",
  43. "@babel/traverse": "^7.28.3",
  44. "@babel/types": "^7.28.2"
  45. },
  46. "deprecated": false,
  47. "description": "Helper to wrap functions inside a function call.",
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-wrap-function",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-wrap-function"
  62. },
  63. "type": "commonjs",
  64. "version": "7.28.3"
  65. }