package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-wrap-function@7.16.8",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-wrap-function@7.16.8",
  19. "name": "@babel/helper-wrap-function",
  20. "escapedName": "@babel%2fhelper-wrap-function",
  21. "scope": "@babel",
  22. "rawSpec": "7.16.8",
  23. "saveSpec": null,
  24. "fetchSpec": "7.16.8"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-remap-async-to-generator"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",
  30. "_spec": "7.16.8",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-function-name": "^7.16.7",
  41. "@babel/template": "^7.16.7",
  42. "@babel/traverse": "^7.16.8",
  43. "@babel/types": "^7.16.8"
  44. },
  45. "description": "Helper to wrap functions inside a function call.",
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-wrap-function",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helper-wrap-function"
  60. },
  61. "version": "7.16.8"
  62. }