package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "_from": "@babel/helper-wrap-function@^7.8.3",
  3. "_id": "@babel/helper-wrap-function@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LACJrbUET9cQDzb6kG7EeD7+7doC3JNvUgTEQOx2qaO1fKlzE/Bf05qs9w1oXQMmXlPO65lC3Tq9S6gZpTErEQ==",
  6. "_location": "/@babel/helper-wrap-function",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-wrap-function@^7.8.3",
  12. "name": "@babel/helper-wrap-function",
  13. "escapedName": "@babel%2fhelper-wrap-function",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  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.8.3.tgz",
  23. "_shasum": "9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610",
  24. "_spec": "@babel/helper-wrap-function@^7.8.3",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\helper-remap-async-to-generator",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-function-name": "^7.8.3",
  29. "@babel/template": "^7.8.3",
  30. "@babel/traverse": "^7.8.3",
  31. "@babel/types": "^7.8.3"
  32. },
  33. "deprecated": false,
  34. "description": "Helper to wrap functions inside a function call.",
  35. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  36. "license": "MIT",
  37. "main": "lib/index.js",
  38. "name": "@babel/helper-wrap-function",
  39. "publishConfig": {
  40. "access": "public"
  41. },
  42. "repository": {
  43. "type": "git",
  44. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-wrap-function"
  45. },
  46. "version": "7.8.3"
  47. }