package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.16.8",
  3. "_id": "@babel/helper-wrap-function@7.16.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-wrap-function@^7.16.8",
  12. "name": "@babel/helper-wrap-function",
  13. "escapedName": "@babel%2fhelper-wrap-function",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.8"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-remap-async-to-generator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",
  23. "_shasum": "58afda087c4cd235de92f7ceedebca2c41274200",
  24. "_spec": "@babel/helper-wrap-function@^7.16.8",
  25. "_where": "H:\\gs_nuxt\\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/helper-function-name": "^7.16.7",
  36. "@babel/template": "^7.16.7",
  37. "@babel/traverse": "^7.16.8",
  38. "@babel/types": "^7.16.8"
  39. },
  40. "deprecated": false,
  41. "description": "Helper to wrap functions inside a function call.",
  42. "engines": {
  43. "node": ">=6.9.0"
  44. },
  45. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  46. "license": "MIT",
  47. "main": "./lib/index.js",
  48. "name": "@babel/helper-wrap-function",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-helper-wrap-function"
  56. },
  57. "version": "7.16.8"
  58. }