package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.18.6",
  3. "_id": "@babel/helper-wrap-function@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-wrap-function@^7.18.6",
  12. "name": "@babel/helper-wrap-function",
  13. "escapedName": "@babel%2fhelper-wrap-function",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  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.18.6.tgz",
  23. "_shasum": "ec44ea4ad9d8988b90c3e465ba2382f4de81a073",
  24. "_spec": "@babel/helper-wrap-function@^7.18.6",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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.18.6",
  36. "@babel/template": "^7.18.6",
  37. "@babel/traverse": "^7.18.6",
  38. "@babel/types": "^7.18.6"
  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. "type": "commonjs",
  58. "version": "7.18.6"
  59. }