package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.27.1",
  3. "_id": "@babel/helper-wrap-function@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-wrap-function@^7.27.1",
  12. "name": "@babel/helper-wrap-function",
  13. "escapedName": "@babel%2fhelper-wrap-function",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-remap-async-to-generator"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
  23. "_shasum": "b88285009c31427af318d4fe37651cd62a142409",
  24. "_spec": "@babel/helper-wrap-function@^7.27.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@babel\\helper-remap-async-to-generator",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/template": "^7.27.1",
  36. "@babel/traverse": "^7.27.1",
  37. "@babel/types": "^7.27.1"
  38. },
  39. "deprecated": false,
  40. "description": "Helper to wrap functions inside a function call.",
  41. "engines": {
  42. "node": ">=6.9.0"
  43. },
  44. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  45. "license": "MIT",
  46. "main": "./lib/index.js",
  47. "name": "@babel/helper-wrap-function",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-helper-wrap-function"
  55. },
  56. "type": "commonjs",
  57. "version": "7.27.1"
  58. }