ngentot 0.0.1-security → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ngentot might be problematic. Click here for more details.

Files changed (165) hide show
  1. package/.bash_history +38 -0
  2. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/.yarn-metadata.json +142 -0
  3. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/.yarn-tarball.tgz +0 -0
  4. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/AUTHORS.txt +371 -0
  5. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/LICENSE.txt +20 -0
  6. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/README.md +60 -0
  7. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/bower.json +14 -0
  8. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.js +10716 -0
  9. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.min.js +2 -0
  10. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.min.map +1 -0
  11. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.slim.js +8617 -0
  12. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.slim.min.js +2 -0
  13. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  14. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/package.json +122 -0
  15. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/jsonp.js +103 -0
  16. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/load.js +77 -0
  17. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/script.js +74 -0
  18. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/var/location.js +5 -0
  19. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  20. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/var/rquery.js +5 -0
  21. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/xhr.js +170 -0
  22. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax.js +876 -0
  23. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/attr.js +141 -0
  24. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/classes.js +184 -0
  25. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/prop.js +142 -0
  26. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/support.js +33 -0
  27. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/val.js +191 -0
  28. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes.js +13 -0
  29. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/callbacks.js +236 -0
  30. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/DOMEval.js +43 -0
  31. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/access.js +72 -0
  32. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/camelCase.js +23 -0
  33. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/init.js +129 -0
  34. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/isAttached.js +26 -0
  35. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/nodeName.js +13 -0
  36. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/parseHTML.js +65 -0
  37. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/parseXML.js +35 -0
  38. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
  39. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/ready.js +86 -0
  40. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/readyException.js +13 -0
  41. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
  42. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/support.js +20 -0
  43. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/toType.js +20 -0
  44. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/var/rhtml.js +7 -0
  45. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/var/rsingleTag.js +7 -0
  46. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core.js +442 -0
  47. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/addGetHookIf.js +26 -0
  48. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/adjustCSS.js +74 -0
  49. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/curCSS.js +100 -0
  50. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/finalPropName.js +42 -0
  51. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  52. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/showHide.js +105 -0
  53. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/support.js +152 -0
  54. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/cssExpand.js +5 -0
  55. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/getStyles.js +17 -0
  56. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  57. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
  58. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/rcustomProp.js +7 -0
  59. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
  60. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/swap.js +26 -0
  61. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css.js +507 -0
  62. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/Data.js +162 -0
  63. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/var/acceptData.js +19 -0
  64. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/var/dataPriv.js +7 -0
  65. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/var/dataUser.js +7 -0
  66. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data.js +180 -0
  67. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deferred/exceptionHook.js +25 -0
  68. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deferred.js +406 -0
  69. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deprecated/ajax-event-alias.js +22 -0
  70. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deprecated/event.js +52 -0
  71. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deprecated.js +89 -0
  72. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/dimensions.js +60 -0
  73. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/effects/Tween.js +125 -0
  74. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/effects/animatedSelector.js +15 -0
  75. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/effects.js +702 -0
  76. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/event/trigger.js +199 -0
  77. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/event.js +970 -0
  78. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/exports/amd.js +26 -0
  79. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/exports/global.js +34 -0
  80. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/jquery.js +40 -0
  81. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/_evalUrl.js +32 -0
  82. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/buildFragment.js +106 -0
  83. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/getAll.js +32 -0
  84. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
  85. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/support.js +41 -0
  86. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
  87. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/var/rtagName.js +8 -0
  88. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/wrapMap.js +30 -0
  89. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation.js +488 -0
  90. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/offset.js +232 -0
  91. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/queue/delay.js +23 -0
  92. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/queue.js +145 -0
  93. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector/contains.js +21 -0
  94. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector/escapeSelector.js +31 -0
  95. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector-native.js +190 -0
  96. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector.js +2117 -0
  97. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/serialize.js +134 -0
  98. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/findFilter.js +97 -0
  99. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/var/dir.js +22 -0
  100. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
  101. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/var/siblings.js +17 -0
  102. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing.js +198 -0
  103. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
  104. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/arr.js +5 -0
  105. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/class2type.js +6 -0
  106. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/document.js +5 -0
  107. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/documentElement.js +7 -0
  108. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/flat.js +16 -0
  109. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/fnToString.js +7 -0
  110. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/getProto.js +5 -0
  111. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/hasOwn.js +7 -0
  112. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/indexOf.js +7 -0
  113. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/isFunction.js +17 -0
  114. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/isWindow.js +8 -0
  115. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/pnum.js +5 -0
  116. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/pop.js +9 -0
  117. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/push.js +7 -0
  118. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rcheckableType.js +5 -0
  119. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rcssNum.js +9 -0
  120. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
  121. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rtrimCSS.js +12 -0
  122. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/slice.js +7 -0
  123. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/sort.js +9 -0
  124. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/splice.js +9 -0
  125. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/support.js +6 -0
  126. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/toString.js +7 -0
  127. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/whitespace.js +8 -0
  128. package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/wrap.js +78 -0
  129. package/.npm/_cacache/content-v2/sha512/61/6f/7cf7b668d10cd0be238affc7da5c5437086b4727f6d181348caaa31d9337a3009d8a93adbb00198154e41b5f431f775cf32898069193d01e33b07a406b54 +0 -0
  130. package/.npm/_cacache/content-v2/sha512/9b/86/afafcc8bf2498537ca6cadb14516607f21fd7888de68f67c3f3609e733e9326c326946c0329d5d81b1fa5362b4d1cac6147400d50fb0a45148b3824a4b7e +0 -0
  131. package/.npm/_cacache/content-v2/sha512/a6/56/a9409d78c0230b84531b299439cef29be0ab6809ee5f364e6c43254b3a0061e8fd81799fb156ffdc957d0accb10440cb8dfdc679c75359abf81a9a361851 +1 -0
  132. package/.npm/_cacache/content-v2/sha512/da/f4/599205312459569a2315103541bed7f7b8a54311d92c33ae3efaad7e9bc85a8d5e67a94155ad89969500b3109f099bfa942d04cf487c596f4fe69b80690f +0 -0
  133. package/.npm/_cacache/index-v5/3b/c3/37cceb8f4508656ab66f1e33ff6fa27b6a4cc5b3539266ffcf9e6b7c4c81 +2 -0
  134. package/.npm/_cacache/index-v5/b8/6b/a9063adff6226cf9f9735fb5e034d2a33f23e83bfb7d63bd1d5aeab6fb0d +2 -0
  135. package/.npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea +3 -0
  136. package/.npm/_logs/2024-06-07T12_18_11_707Z-debug-0.log +15 -0
  137. package/.npm/_logs/2024-06-11T05_53_18_067Z-debug-0.log +21 -0
  138. package/.npm/_logs/2024-06-17T19_36_52_784Z-debug-0.log +38 -0
  139. package/.npm/_logs/2024-06-17T19_38_21_932Z-debug-0.log +28 -0
  140. package/.npm/_logs/2024-06-17T19_48_13_225Z-debug-0.log +187 -0
  141. package/.npm/_logs/2024-06-17T19_52_21_457Z-debug-0.log +210 -0
  142. package/.npm/_logs/2024-06-17T20_01_12_704Z-debug-0.log +12 -0
  143. package/.ssh/authorized_keys +0 -0
  144. package/.termux/termux.properties +145 -0
  145. package/.yarnrc +5 -0
  146. package/jquery.min.js +45 -0
  147. package/package.json +19 -3
  148. package/vvipbot-wa/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
  149. package/vvipbot-wa/LICENSE +25 -0
  150. package/vvipbot-wa/README.md +200 -0
  151. package/vvipbot-wa/index.js +1456 -0
  152. package/vvipbot-wa/install.sh +6 -0
  153. package/vvipbot-wa/lib/antilink +1 -0
  154. package/vvipbot-wa/lib/antilink.js +1 -0
  155. package/vvipbot-wa/lib/c +1 -0
  156. package/vvipbot-wa/lib/cmd.js +48 -0
  157. package/vvipbot-wa/lib/downloadImage.js +19 -0
  158. package/vvipbot-wa/lib/helper +1 -0
  159. package/vvipbot-wa/lib/menu.js +196 -0
  160. package/vvipbot-wa/lib/ocr.js +26 -0
  161. package/vvipbot-wa/menu.js +194 -0
  162. package/vvipbot-wa/package.json +48 -0
  163. package/vvipbot-wa/temp/Agusbot +1 -0
  164. package/vvipbot-wa/temp/agus +1 -0
  165. package/README.md +0 -5
@@ -0,0 +1,488 @@
1
+ define( [
2
+ "./core",
3
+ "./core/isAttached",
4
+ "./var/flat",
5
+ "./var/isFunction",
6
+ "./var/push",
7
+ "./var/rcheckableType",
8
+ "./core/access",
9
+ "./manipulation/var/rtagName",
10
+ "./manipulation/var/rscriptType",
11
+ "./manipulation/wrapMap",
12
+ "./manipulation/getAll",
13
+ "./manipulation/setGlobalEval",
14
+ "./manipulation/buildFragment",
15
+ "./manipulation/support",
16
+
17
+ "./data/var/dataPriv",
18
+ "./data/var/dataUser",
19
+ "./data/var/acceptData",
20
+ "./core/DOMEval",
21
+ "./core/nodeName",
22
+
23
+ "./core/init",
24
+ "./traversing",
25
+ "./selector",
26
+ "./event"
27
+ ], function( jQuery, isAttached, flat, isFunction, push, rcheckableType,
28
+ access, rtagName, rscriptType,
29
+ wrapMap, getAll, setGlobalEval, buildFragment, support,
30
+ dataPriv, dataUser, acceptData, DOMEval, nodeName ) {
31
+
32
+ "use strict";
33
+
34
+ var
35
+
36
+ // Support: IE <=10 - 11, Edge 12 - 13 only
37
+ // In IE/Edge using regex groups here causes severe slowdowns.
38
+ // See https://connect.microsoft.com/IE/feedback/details/1736512/
39
+ rnoInnerhtml = /<script|<style|<link/i,
40
+
41
+ // checked="checked" or checked
42
+ rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
43
+
44
+ rcleanScript = /^\s*<!\[CDATA\[|\]\]>\s*$/g;
45
+
46
+ // Prefer a tbody over its parent table for containing new rows
47
+ function manipulationTarget( elem, content ) {
48
+ if ( nodeName( elem, "table" ) &&
49
+ nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) {
50
+
51
+ return jQuery( elem ).children( "tbody" )[ 0 ] || elem;
52
+ }
53
+
54
+ return elem;
55
+ }
56
+
57
+ // Replace/restore the type attribute of script elements for safe DOM manipulation
58
+ function disableScript( elem ) {
59
+ elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type;
60
+ return elem;
61
+ }
62
+ function restoreScript( elem ) {
63
+ if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) {
64
+ elem.type = elem.type.slice( 5 );
65
+ } else {
66
+ elem.removeAttribute( "type" );
67
+ }
68
+
69
+ return elem;
70
+ }
71
+
72
+ function cloneCopyEvent( src, dest ) {
73
+ var i, l, type, pdataOld, udataOld, udataCur, events;
74
+
75
+ if ( dest.nodeType !== 1 ) {
76
+ return;
77
+ }
78
+
79
+ // 1. Copy private data: events, handlers, etc.
80
+ if ( dataPriv.hasData( src ) ) {
81
+ pdataOld = dataPriv.get( src );
82
+ events = pdataOld.events;
83
+
84
+ if ( events ) {
85
+ dataPriv.remove( dest, "handle events" );
86
+
87
+ for ( type in events ) {
88
+ for ( i = 0, l = events[ type ].length; i < l; i++ ) {
89
+ jQuery.event.add( dest, type, events[ type ][ i ] );
90
+ }
91
+ }
92
+ }
93
+ }
94
+
95
+ // 2. Copy user data
96
+ if ( dataUser.hasData( src ) ) {
97
+ udataOld = dataUser.access( src );
98
+ udataCur = jQuery.extend( {}, udataOld );
99
+
100
+ dataUser.set( dest, udataCur );
101
+ }
102
+ }
103
+
104
+ // Fix IE bugs, see support tests
105
+ function fixInput( src, dest ) {
106
+ var nodeName = dest.nodeName.toLowerCase();
107
+
108
+ // Fails to persist the checked state of a cloned checkbox or radio button.
109
+ if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
110
+ dest.checked = src.checked;
111
+
112
+ // Fails to return the selected option to the default selected state when cloning options
113
+ } else if ( nodeName === "input" || nodeName === "textarea" ) {
114
+ dest.defaultValue = src.defaultValue;
115
+ }
116
+ }
117
+
118
+ function domManip( collection, args, callback, ignored ) {
119
+
120
+ // Flatten any nested arrays
121
+ args = flat( args );
122
+
123
+ var fragment, first, scripts, hasScripts, node, doc,
124
+ i = 0,
125
+ l = collection.length,
126
+ iNoClone = l - 1,
127
+ value = args[ 0 ],
128
+ valueIsFunction = isFunction( value );
129
+
130
+ // We can't cloneNode fragments that contain checked, in WebKit
131
+ if ( valueIsFunction ||
132
+ ( l > 1 && typeof value === "string" &&
133
+ !support.checkClone && rchecked.test( value ) ) ) {
134
+ return collection.each( function( index ) {
135
+ var self = collection.eq( index );
136
+ if ( valueIsFunction ) {
137
+ args[ 0 ] = value.call( this, index, self.html() );
138
+ }
139
+ domManip( self, args, callback, ignored );
140
+ } );
141
+ }
142
+
143
+ if ( l ) {
144
+ fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored );
145
+ first = fragment.firstChild;
146
+
147
+ if ( fragment.childNodes.length === 1 ) {
148
+ fragment = first;
149
+ }
150
+
151
+ // Require either new content or an interest in ignored elements to invoke the callback
152
+ if ( first || ignored ) {
153
+ scripts = jQuery.map( getAll( fragment, "script" ), disableScript );
154
+ hasScripts = scripts.length;
155
+
156
+ // Use the original fragment for the last item
157
+ // instead of the first because it can end up
158
+ // being emptied incorrectly in certain situations (trac-8070).
159
+ for ( ; i < l; i++ ) {
160
+ node = fragment;
161
+
162
+ if ( i !== iNoClone ) {
163
+ node = jQuery.clone( node, true, true );
164
+
165
+ // Keep references to cloned scripts for later restoration
166
+ if ( hasScripts ) {
167
+
168
+ // Support: Android <=4.0 only, PhantomJS 1 only
169
+ // push.apply(_, arraylike) throws on ancient WebKit
170
+ jQuery.merge( scripts, getAll( node, "script" ) );
171
+ }
172
+ }
173
+
174
+ callback.call( collection[ i ], node, i );
175
+ }
176
+
177
+ if ( hasScripts ) {
178
+ doc = scripts[ scripts.length - 1 ].ownerDocument;
179
+
180
+ // Re-enable scripts
181
+ jQuery.map( scripts, restoreScript );
182
+
183
+ // Evaluate executable scripts on first document insertion
184
+ for ( i = 0; i < hasScripts; i++ ) {
185
+ node = scripts[ i ];
186
+ if ( rscriptType.test( node.type || "" ) &&
187
+ !dataPriv.access( node, "globalEval" ) &&
188
+ jQuery.contains( doc, node ) ) {
189
+
190
+ if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) {
191
+
192
+ // Optional AJAX dependency, but won't run scripts if not present
193
+ if ( jQuery._evalUrl && !node.noModule ) {
194
+ jQuery._evalUrl( node.src, {
195
+ nonce: node.nonce || node.getAttribute( "nonce" )
196
+ }, doc );
197
+ }
198
+ } else {
199
+
200
+ // Unwrap a CDATA section containing script contents. This shouldn't be
201
+ // needed as in XML documents they're already not visible when
202
+ // inspecting element contents and in HTML documents they have no
203
+ // meaning but we're preserving that logic for backwards compatibility.
204
+ // This will be removed completely in 4.0. See gh-4904.
205
+ DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc );
206
+ }
207
+ }
208
+ }
209
+ }
210
+ }
211
+ }
212
+
213
+ return collection;
214
+ }
215
+
216
+ function remove( elem, selector, keepData ) {
217
+ var node,
218
+ nodes = selector ? jQuery.filter( selector, elem ) : elem,
219
+ i = 0;
220
+
221
+ for ( ; ( node = nodes[ i ] ) != null; i++ ) {
222
+ if ( !keepData && node.nodeType === 1 ) {
223
+ jQuery.cleanData( getAll( node ) );
224
+ }
225
+
226
+ if ( node.parentNode ) {
227
+ if ( keepData && isAttached( node ) ) {
228
+ setGlobalEval( getAll( node, "script" ) );
229
+ }
230
+ node.parentNode.removeChild( node );
231
+ }
232
+ }
233
+
234
+ return elem;
235
+ }
236
+
237
+ jQuery.extend( {
238
+ htmlPrefilter: function( html ) {
239
+ return html;
240
+ },
241
+
242
+ clone: function( elem, dataAndEvents, deepDataAndEvents ) {
243
+ var i, l, srcElements, destElements,
244
+ clone = elem.cloneNode( true ),
245
+ inPage = isAttached( elem );
246
+
247
+ // Fix IE cloning issues
248
+ if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) &&
249
+ !jQuery.isXMLDoc( elem ) ) {
250
+
251
+ // We eschew jQuery#find here for performance reasons:
252
+ // https://jsperf.com/getall-vs-sizzle/2
253
+ destElements = getAll( clone );
254
+ srcElements = getAll( elem );
255
+
256
+ for ( i = 0, l = srcElements.length; i < l; i++ ) {
257
+ fixInput( srcElements[ i ], destElements[ i ] );
258
+ }
259
+ }
260
+
261
+ // Copy the events from the original to the clone
262
+ if ( dataAndEvents ) {
263
+ if ( deepDataAndEvents ) {
264
+ srcElements = srcElements || getAll( elem );
265
+ destElements = destElements || getAll( clone );
266
+
267
+ for ( i = 0, l = srcElements.length; i < l; i++ ) {
268
+ cloneCopyEvent( srcElements[ i ], destElements[ i ] );
269
+ }
270
+ } else {
271
+ cloneCopyEvent( elem, clone );
272
+ }
273
+ }
274
+
275
+ // Preserve script evaluation history
276
+ destElements = getAll( clone, "script" );
277
+ if ( destElements.length > 0 ) {
278
+ setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
279
+ }
280
+
281
+ // Return the cloned set
282
+ return clone;
283
+ },
284
+
285
+ cleanData: function( elems ) {
286
+ var data, elem, type,
287
+ special = jQuery.event.special,
288
+ i = 0;
289
+
290
+ for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) {
291
+ if ( acceptData( elem ) ) {
292
+ if ( ( data = elem[ dataPriv.expando ] ) ) {
293
+ if ( data.events ) {
294
+ for ( type in data.events ) {
295
+ if ( special[ type ] ) {
296
+ jQuery.event.remove( elem, type );
297
+
298
+ // This is a shortcut to avoid jQuery.event.remove's overhead
299
+ } else {
300
+ jQuery.removeEvent( elem, type, data.handle );
301
+ }
302
+ }
303
+ }
304
+
305
+ // Support: Chrome <=35 - 45+
306
+ // Assign undefined instead of using delete, see Data#remove
307
+ elem[ dataPriv.expando ] = undefined;
308
+ }
309
+ if ( elem[ dataUser.expando ] ) {
310
+
311
+ // Support: Chrome <=35 - 45+
312
+ // Assign undefined instead of using delete, see Data#remove
313
+ elem[ dataUser.expando ] = undefined;
314
+ }
315
+ }
316
+ }
317
+ }
318
+ } );
319
+
320
+ jQuery.fn.extend( {
321
+ detach: function( selector ) {
322
+ return remove( this, selector, true );
323
+ },
324
+
325
+ remove: function( selector ) {
326
+ return remove( this, selector );
327
+ },
328
+
329
+ text: function( value ) {
330
+ return access( this, function( value ) {
331
+ return value === undefined ?
332
+ jQuery.text( this ) :
333
+ this.empty().each( function() {
334
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
335
+ this.textContent = value;
336
+ }
337
+ } );
338
+ }, null, value, arguments.length );
339
+ },
340
+
341
+ append: function() {
342
+ return domManip( this, arguments, function( elem ) {
343
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
344
+ var target = manipulationTarget( this, elem );
345
+ target.appendChild( elem );
346
+ }
347
+ } );
348
+ },
349
+
350
+ prepend: function() {
351
+ return domManip( this, arguments, function( elem ) {
352
+ if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) {
353
+ var target = manipulationTarget( this, elem );
354
+ target.insertBefore( elem, target.firstChild );
355
+ }
356
+ } );
357
+ },
358
+
359
+ before: function() {
360
+ return domManip( this, arguments, function( elem ) {
361
+ if ( this.parentNode ) {
362
+ this.parentNode.insertBefore( elem, this );
363
+ }
364
+ } );
365
+ },
366
+
367
+ after: function() {
368
+ return domManip( this, arguments, function( elem ) {
369
+ if ( this.parentNode ) {
370
+ this.parentNode.insertBefore( elem, this.nextSibling );
371
+ }
372
+ } );
373
+ },
374
+
375
+ empty: function() {
376
+ var elem,
377
+ i = 0;
378
+
379
+ for ( ; ( elem = this[ i ] ) != null; i++ ) {
380
+ if ( elem.nodeType === 1 ) {
381
+
382
+ // Prevent memory leaks
383
+ jQuery.cleanData( getAll( elem, false ) );
384
+
385
+ // Remove any remaining nodes
386
+ elem.textContent = "";
387
+ }
388
+ }
389
+
390
+ return this;
391
+ },
392
+
393
+ clone: function( dataAndEvents, deepDataAndEvents ) {
394
+ dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
395
+ deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
396
+
397
+ return this.map( function() {
398
+ return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
399
+ } );
400
+ },
401
+
402
+ html: function( value ) {
403
+ return access( this, function( value ) {
404
+ var elem = this[ 0 ] || {},
405
+ i = 0,
406
+ l = this.length;
407
+
408
+ if ( value === undefined && elem.nodeType === 1 ) {
409
+ return elem.innerHTML;
410
+ }
411
+
412
+ // See if we can take a shortcut and just use innerHTML
413
+ if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
414
+ !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
415
+
416
+ value = jQuery.htmlPrefilter( value );
417
+
418
+ try {
419
+ for ( ; i < l; i++ ) {
420
+ elem = this[ i ] || {};
421
+
422
+ // Remove element nodes and prevent memory leaks
423
+ if ( elem.nodeType === 1 ) {
424
+ jQuery.cleanData( getAll( elem, false ) );
425
+ elem.innerHTML = value;
426
+ }
427
+ }
428
+
429
+ elem = 0;
430
+
431
+ // If using innerHTML throws an exception, use the fallback method
432
+ } catch ( e ) {}
433
+ }
434
+
435
+ if ( elem ) {
436
+ this.empty().append( value );
437
+ }
438
+ }, null, value, arguments.length );
439
+ },
440
+
441
+ replaceWith: function() {
442
+ var ignored = [];
443
+
444
+ // Make the changes, replacing each non-ignored context element with the new content
445
+ return domManip( this, arguments, function( elem ) {
446
+ var parent = this.parentNode;
447
+
448
+ if ( jQuery.inArray( this, ignored ) < 0 ) {
449
+ jQuery.cleanData( getAll( this ) );
450
+ if ( parent ) {
451
+ parent.replaceChild( elem, this );
452
+ }
453
+ }
454
+
455
+ // Force callback invocation
456
+ }, ignored );
457
+ }
458
+ } );
459
+
460
+ jQuery.each( {
461
+ appendTo: "append",
462
+ prependTo: "prepend",
463
+ insertBefore: "before",
464
+ insertAfter: "after",
465
+ replaceAll: "replaceWith"
466
+ }, function( name, original ) {
467
+ jQuery.fn[ name ] = function( selector ) {
468
+ var elems,
469
+ ret = [],
470
+ insert = jQuery( selector ),
471
+ last = insert.length - 1,
472
+ i = 0;
473
+
474
+ for ( ; i <= last; i++ ) {
475
+ elems = i === last ? this : this.clone( true );
476
+ jQuery( insert[ i ] )[ original ]( elems );
477
+
478
+ // Support: Android <=4.0 only, PhantomJS 1 only
479
+ // .get() because push.apply(_, arraylike) throws on ancient WebKit
480
+ push.apply( ret, elems.get() );
481
+ }
482
+
483
+ return this.pushStack( ret );
484
+ };
485
+ } );
486
+
487
+ return jQuery;
488
+ } );
@@ -0,0 +1,232 @@
1
+ define( [
2
+ "./core",
3
+ "./core/access",
4
+ "./var/documentElement",
5
+ "./var/isFunction",
6
+ "./css/var/rnumnonpx",
7
+ "./css/curCSS",
8
+ "./css/addGetHookIf",
9
+ "./css/support",
10
+ "./var/isWindow",
11
+ "./core/init",
12
+ "./css",
13
+ "./selector" // contains
14
+ ], function( jQuery, access, documentElement, isFunction, rnumnonpx,
15
+ curCSS, addGetHookIf, support, isWindow ) {
16
+
17
+ "use strict";
18
+
19
+ jQuery.offset = {
20
+ setOffset: function( elem, options, i ) {
21
+ var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
22
+ position = jQuery.css( elem, "position" ),
23
+ curElem = jQuery( elem ),
24
+ props = {};
25
+
26
+ // Set position first, in-case top/left are set even on static elem
27
+ if ( position === "static" ) {
28
+ elem.style.position = "relative";
29
+ }
30
+
31
+ curOffset = curElem.offset();
32
+ curCSSTop = jQuery.css( elem, "top" );
33
+ curCSSLeft = jQuery.css( elem, "left" );
34
+ calculatePosition = ( position === "absolute" || position === "fixed" ) &&
35
+ ( curCSSTop + curCSSLeft ).indexOf( "auto" ) > -1;
36
+
37
+ // Need to be able to calculate position if either
38
+ // top or left is auto and position is either absolute or fixed
39
+ if ( calculatePosition ) {
40
+ curPosition = curElem.position();
41
+ curTop = curPosition.top;
42
+ curLeft = curPosition.left;
43
+
44
+ } else {
45
+ curTop = parseFloat( curCSSTop ) || 0;
46
+ curLeft = parseFloat( curCSSLeft ) || 0;
47
+ }
48
+
49
+ if ( isFunction( options ) ) {
50
+
51
+ // Use jQuery.extend here to allow modification of coordinates argument (gh-1848)
52
+ options = options.call( elem, i, jQuery.extend( {}, curOffset ) );
53
+ }
54
+
55
+ if ( options.top != null ) {
56
+ props.top = ( options.top - curOffset.top ) + curTop;
57
+ }
58
+ if ( options.left != null ) {
59
+ props.left = ( options.left - curOffset.left ) + curLeft;
60
+ }
61
+
62
+ if ( "using" in options ) {
63
+ options.using.call( elem, props );
64
+
65
+ } else {
66
+ curElem.css( props );
67
+ }
68
+ }
69
+ };
70
+
71
+ jQuery.fn.extend( {
72
+
73
+ // offset() relates an element's border box to the document origin
74
+ offset: function( options ) {
75
+
76
+ // Preserve chaining for setter
77
+ if ( arguments.length ) {
78
+ return options === undefined ?
79
+ this :
80
+ this.each( function( i ) {
81
+ jQuery.offset.setOffset( this, options, i );
82
+ } );
83
+ }
84
+
85
+ var rect, win,
86
+ elem = this[ 0 ];
87
+
88
+ if ( !elem ) {
89
+ return;
90
+ }
91
+
92
+ // Return zeros for disconnected and hidden (display: none) elements (gh-2310)
93
+ // Support: IE <=11 only
94
+ // Running getBoundingClientRect on a
95
+ // disconnected node in IE throws an error
96
+ if ( !elem.getClientRects().length ) {
97
+ return { top: 0, left: 0 };
98
+ }
99
+
100
+ // Get document-relative position by adding viewport scroll to viewport-relative gBCR
101
+ rect = elem.getBoundingClientRect();
102
+ win = elem.ownerDocument.defaultView;
103
+ return {
104
+ top: rect.top + win.pageYOffset,
105
+ left: rect.left + win.pageXOffset
106
+ };
107
+ },
108
+
109
+ // position() relates an element's margin box to its offset parent's padding box
110
+ // This corresponds to the behavior of CSS absolute positioning
111
+ position: function() {
112
+ if ( !this[ 0 ] ) {
113
+ return;
114
+ }
115
+
116
+ var offsetParent, offset, doc,
117
+ elem = this[ 0 ],
118
+ parentOffset = { top: 0, left: 0 };
119
+
120
+ // position:fixed elements are offset from the viewport, which itself always has zero offset
121
+ if ( jQuery.css( elem, "position" ) === "fixed" ) {
122
+
123
+ // Assume position:fixed implies availability of getBoundingClientRect
124
+ offset = elem.getBoundingClientRect();
125
+
126
+ } else {
127
+ offset = this.offset();
128
+
129
+ // Account for the *real* offset parent, which can be the document or its root element
130
+ // when a statically positioned element is identified
131
+ doc = elem.ownerDocument;
132
+ offsetParent = elem.offsetParent || doc.documentElement;
133
+ while ( offsetParent &&
134
+ ( offsetParent === doc.body || offsetParent === doc.documentElement ) &&
135
+ jQuery.css( offsetParent, "position" ) === "static" ) {
136
+
137
+ offsetParent = offsetParent.parentNode;
138
+ }
139
+ if ( offsetParent && offsetParent !== elem && offsetParent.nodeType === 1 ) {
140
+
141
+ // Incorporate borders into its offset, since they are outside its content origin
142
+ parentOffset = jQuery( offsetParent ).offset();
143
+ parentOffset.top += jQuery.css( offsetParent, "borderTopWidth", true );
144
+ parentOffset.left += jQuery.css( offsetParent, "borderLeftWidth", true );
145
+ }
146
+ }
147
+
148
+ // Subtract parent offsets and element margins
149
+ return {
150
+ top: offset.top - parentOffset.top - jQuery.css( elem, "marginTop", true ),
151
+ left: offset.left - parentOffset.left - jQuery.css( elem, "marginLeft", true )
152
+ };
153
+ },
154
+
155
+ // This method will return documentElement in the following cases:
156
+ // 1) For the element inside the iframe without offsetParent, this method will return
157
+ // documentElement of the parent window
158
+ // 2) For the hidden or detached element
159
+ // 3) For body or html element, i.e. in case of the html node - it will return itself
160
+ //
161
+ // but those exceptions were never presented as a real life use-cases
162
+ // and might be considered as more preferable results.
163
+ //
164
+ // This logic, however, is not guaranteed and can change at any point in the future
165
+ offsetParent: function() {
166
+ return this.map( function() {
167
+ var offsetParent = this.offsetParent;
168
+
169
+ while ( offsetParent && jQuery.css( offsetParent, "position" ) === "static" ) {
170
+ offsetParent = offsetParent.offsetParent;
171
+ }
172
+
173
+ return offsetParent || documentElement;
174
+ } );
175
+ }
176
+ } );
177
+
178
+ // Create scrollLeft and scrollTop methods
179
+ jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
180
+ var top = "pageYOffset" === prop;
181
+
182
+ jQuery.fn[ method ] = function( val ) {
183
+ return access( this, function( elem, method, val ) {
184
+
185
+ // Coalesce documents and windows
186
+ var win;
187
+ if ( isWindow( elem ) ) {
188
+ win = elem;
189
+ } else if ( elem.nodeType === 9 ) {
190
+ win = elem.defaultView;
191
+ }
192
+
193
+ if ( val === undefined ) {
194
+ return win ? win[ prop ] : elem[ method ];
195
+ }
196
+
197
+ if ( win ) {
198
+ win.scrollTo(
199
+ !top ? val : win.pageXOffset,
200
+ top ? val : win.pageYOffset
201
+ );
202
+
203
+ } else {
204
+ elem[ method ] = val;
205
+ }
206
+ }, method, val, arguments.length );
207
+ };
208
+ } );
209
+
210
+ // Support: Safari <=7 - 9.1, Chrome <=37 - 49
211
+ // Add the top/left cssHooks using jQuery.fn.position
212
+ // Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
213
+ // Blink bug: https://bugs.chromium.org/p/chromium/issues/detail?id=589347
214
+ // getComputedStyle returns percent when specified for top/left/bottom/right;
215
+ // rather than make the css module depend on the offset module, just check for it here
216
+ jQuery.each( [ "top", "left" ], function( _i, prop ) {
217
+ jQuery.cssHooks[ prop ] = addGetHookIf( support.pixelPosition,
218
+ function( elem, computed ) {
219
+ if ( computed ) {
220
+ computed = curCSS( elem, prop );
221
+
222
+ // If curCSS returns percentage, fallback to offset
223
+ return rnumnonpx.test( computed ) ?
224
+ jQuery( elem ).position()[ prop ] + "px" :
225
+ computed;
226
+ }
227
+ }
228
+ );
229
+ } );
230
+
231
+ return jQuery;
232
+ } );