package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@babel/helper-wrap-function@7.22.10",
  3. "_id": "@babel/helper-wrap-function@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {
  8. "js-tokens": "4.0.0",
  9. "picocolors": "1.1.1"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "@babel/helper-wrap-function@7.22.10",
  15. "name": "@babel/helper-wrap-function",
  16. "escapedName": "@babel%2fhelper-wrap-function",
  17. "scope": "@babel",
  18. "rawSpec": "7.22.10",
  19. "saveSpec": null,
  20. "fetchSpec": "7.22.10"
  21. },
  22. "_requiredBy": [
  23. "/@babel/helper-remap-async-to-generator",
  24. "/@babel/plugin-proposal-function-sent",
  25. "/miniprogram-ci"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz",
  28. "_shasum": "d845e043880ed0b8c18bd194a12005cb16d2f614",
  29. "_spec": "@babel/helper-wrap-function@7.22.10",
  30. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  31. "author": {
  32. "name": "The Babel Team",
  33. "url": "https://babel.dev/team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/helper-function-name": "^7.22.5",
  41. "@babel/template": "^7.22.5",
  42. "@babel/types": "^7.22.10"
  43. },
  44. "deprecated": false,
  45. "description": "Helper to wrap functions inside a function call.",
  46. "devDependencies": {
  47. "@babel/traverse": "^7.22.10"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/helper-wrap-function",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-helper-wrap-function"
  63. },
  64. "type": "commonjs",
  65. "version": "7.22.10"
  66. }