package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.13.0",
  3. "_id": "@babel/helper-wrap-function@7.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-wrap-function@^7.13.0",
  12. "name": "@babel/helper-wrap-function",
  13. "escapedName": "@babel%2fhelper-wrap-function",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.0"
  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.13.0.tgz",
  23. "_shasum": "bdb5c66fda8526ec235ab894ad53a1235c79fcc4",
  24. "_spec": "@babel/helper-wrap-function@^7.13.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\helper-remap-async-to-generator",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-function-name": "^7.12.13",
  32. "@babel/template": "^7.12.13",
  33. "@babel/traverse": "^7.13.0",
  34. "@babel/types": "^7.13.0"
  35. },
  36. "deprecated": false,
  37. "description": "Helper to wrap functions inside a function call.",
  38. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "@babel/helper-wrap-function",
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/babel/babel.git",
  48. "directory": "packages/babel-helper-wrap-function"
  49. },
  50. "version": "7.13.0"
  51. }