package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-wrap-function@7.16.8",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-wrap-function@7.16.8",
  10. "_id": "@babel/helper-wrap-function@7.16.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==",
  13. "_location": "/@babel/helper-wrap-function",
  14. "_phantomChildren": {
  15. "to-fast-properties": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/helper-wrap-function@7.16.8",
  21. "name": "@babel/helper-wrap-function",
  22. "escapedName": "@babel%2fhelper-wrap-function",
  23. "scope": "@babel",
  24. "rawSpec": "7.16.8",
  25. "saveSpec": null,
  26. "fetchSpec": "7.16.8"
  27. },
  28. "_requiredBy": [
  29. "/@babel/helper-remap-async-to-generator"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",
  32. "_spec": "7.16.8",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/helper-function-name": "^7.16.7",
  43. "@babel/template": "^7.16.7",
  44. "@babel/traverse": "^7.16.8",
  45. "@babel/types": "^7.16.8"
  46. },
  47. "description": "Helper to wrap functions inside a function call.",
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-wrap-function",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-wrap-function"
  62. },
  63. "version": "7.16.8"
  64. }