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
package/.bash_history ADDED
@@ -0,0 +1,38 @@
1
+ cd /sdcard/automurni
2
+ php tes.php
3
+ cd /sdcard/automurni
4
+ php tes.php
5
+ pkg install git
6
+ pkg install wget
7
+ pkg install ffmpeg
8
+ pkg install nodejs
9
+ pkg install npm
10
+ git clone https://github.com/AgusAliansyah/vvipbot-wa
11
+ cd vvipbot-wa
12
+ cd dimzmd
13
+ cd /sdcard/dimzmd
14
+ node index.js
15
+ > bash install.sh
16
+ bash install.sh
17
+ cd
18
+ bash install.sh
19
+ cd /sdcard/automurni
20
+ https://newsf.dqsm.cfd/x/66630bad9ccf9/vip/final.php
21
+ php tes.php
22
+ cd /sdcard/auto
23
+ php tes.php
24
+ cd /sdcard/automurni
25
+ php tes.php
26
+ cd
27
+ npm install jquery
28
+ yarn add jquery
29
+ pkg install yarn
30
+ yarn add jquery
31
+ node_modules/jquery/dist/
32
+ php tes.php
33
+ cd /sdcard/automurni
34
+ php tes.php
35
+ cd /sdcard/auto
36
+ php tes.php
37
+ cd /sdcard/automurni
38
+ php tes.php
@@ -0,0 +1,142 @@
1
+ {
2
+ "manifest": {
3
+ "name": "jquery",
4
+ "title": "jQuery",
5
+ "description": "JavaScript library for DOM operations",
6
+ "version": "3.7.1",
7
+ "main": "dist/jquery.js",
8
+ "homepage": "https://jquery.com/",
9
+ "author": {
10
+ "name": "OpenJS Foundation and other contributors",
11
+ "url": "https://github.com/jquery/jquery/blob/3.7.1/AUTHORS.txt"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/jquery/jquery.git"
16
+ },
17
+ "keywords": [
18
+ "jquery",
19
+ "javascript",
20
+ "browser",
21
+ "library"
22
+ ],
23
+ "bugs": {
24
+ "url": "https://github.com/jquery/jquery/issues"
25
+ },
26
+ "license": "MIT",
27
+ "devDependencies": {
28
+ "@babel/core": "7.3.3",
29
+ "@babel/plugin-transform-for-of": "7.2.0",
30
+ "bootstrap": "5.3.0",
31
+ "colors": "1.4.0",
32
+ "commitplease": "3.2.0",
33
+ "core-js": "2.6.5",
34
+ "eslint-config-jquery": "3.0.0",
35
+ "grunt": "1.5.3",
36
+ "grunt-babel": "8.0.0",
37
+ "grunt-cli": "1.4.3",
38
+ "grunt-compare-size": "0.4.2",
39
+ "grunt-contrib-uglify": "3.4.0",
40
+ "grunt-contrib-watch": "1.1.0",
41
+ "grunt-eslint": "22.0.0",
42
+ "grunt-git-authors": "3.2.0",
43
+ "grunt-jsonlint": "2.1.2",
44
+ "grunt-karma": "4.0.2",
45
+ "grunt-newer": "1.3.0",
46
+ "grunt-npmcopy": "0.2.0",
47
+ "gzip-js": "0.3.2",
48
+ "husky": "4.2.5",
49
+ "jsdom": "19.0.0",
50
+ "karma": "6.4.1",
51
+ "karma-browserstack-launcher": "1.6.0",
52
+ "karma-chrome-launcher": "3.1.1",
53
+ "karma-firefox-launcher": "2.1.2",
54
+ "karma-ie-launcher": "1.0.0",
55
+ "karma-jsdom-launcher": "12.0.0",
56
+ "karma-qunit": "4.1.2",
57
+ "karma-webkit-launcher": "2.1.0",
58
+ "load-grunt-tasks": "5.1.0",
59
+ "native-promise-only": "0.8.1",
60
+ "playwright-webkit": "1.30.0",
61
+ "promises-aplus-tests": "2.1.2",
62
+ "q": "1.5.1",
63
+ "qunit": "2.9.2",
64
+ "raw-body": "2.3.3",
65
+ "requirejs": "2.3.6",
66
+ "sinon": "2.3.7",
67
+ "strip-json-comments": "2.0.1",
68
+ "testswarm": "1.1.2",
69
+ "uglify-js": "3.4.7"
70
+ },
71
+ "scripts": {
72
+ "build": "npm install && npm run build-all-variants",
73
+ "build-all-variants": "grunt custom:slim --filename=jquery.slim.js && grunt custom",
74
+ "start": "grunt watch",
75
+ "test:browserless": "grunt && npm run test:node_smoke_tests && grunt test:slow",
76
+ "test:browser": "grunt && grunt karma:main",
77
+ "test:amd": "grunt && grunt karma:amd",
78
+ "test:no-deprecated": "grunt test:prepare && grunt custom:-deprecated && grunt karma:main",
79
+ "test:selector-native": "grunt test:prepare && grunt custom:-selector && grunt karma:main",
80
+ "test:slim": "grunt test:prepare && grunt custom:slim && grunt karma:main",
81
+ "test:node_smoke_tests:full": "grunt node_smoke_tests:./dist/jquery.js",
82
+ "test:node_smoke_tests:slim": "grunt node_smoke_tests:./dist/jquery.slim.js",
83
+ "test:node_smoke_tests": "npm run test:node_smoke_tests:full && npm run test:node_smoke_tests:slim",
84
+ "test": "npm run test:browserless && npm run test:slim && npm run test:no-deprecated && npm run test:selector-native && grunt && grunt test:slow && grunt karma:main && grunt karma:amd",
85
+ "jenkins": "npm run test:browserless"
86
+ },
87
+ "commitplease": {
88
+ "nohook": true,
89
+ "components": [
90
+ "Docs",
91
+ "Tests",
92
+ "Build",
93
+ "Support",
94
+ "Release",
95
+ "Core",
96
+ "Ajax",
97
+ "Attributes",
98
+ "Callbacks",
99
+ "CSS",
100
+ "Data",
101
+ "Deferred",
102
+ "Deprecated",
103
+ "Dimensions",
104
+ "Effects",
105
+ "Event",
106
+ "Manipulation",
107
+ "Offset",
108
+ "Queue",
109
+ "Selector",
110
+ "Serialize",
111
+ "Traversing",
112
+ "Wrap"
113
+ ],
114
+ "markerPattern": "^((clos|fix|resolv)(e[sd]|ing))|^(refs?)",
115
+ "ticketPattern": "^((Closes|Fixes) ([a-zA-Z]{2,}-)[0-9]+)|^(Refs? [^#])"
116
+ },
117
+ "husky": {
118
+ "hooks": {
119
+ "commit-msg": "commitplease .git/COMMIT_EDITMSG",
120
+ "pre-commit": "grunt lint:newer qunit_fixture"
121
+ }
122
+ },
123
+ "_registry": "npm",
124
+ "_loc": "/data/data/com.termux/files/home/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/package.json",
125
+ "readmeFilename": "README.md",
126
+ "readme": "# jQuery\n\n> jQuery is a fast, small, and feature-rich JavaScript library.\n\nFor information on how to get started and how to use jQuery, please see [jQuery's documentation](https://api.jquery.com/).\nFor source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).\n\nIf upgrading, please see the [blog post for 3.7.1](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/). This includes notable differences from the previous version and a more readable changelog.\n\n## Including jQuery\n\nBelow are some of the most common ways to include jQuery.\n\n### Browser\n\n#### Script tag\n\n```html\n<script src=\"https://code.jquery.com/jquery-3.7.1.min.js\"></script>\n```\n\n#### Webpack / Browserify / Babel\n\nThere are several ways to use [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this:\n\n```js\nimport $ from \"jquery\";\n```\n\nIf you need to use jQuery in a file that's not an ECMAScript module, you can use the CommonJS syntax:\n\n```js\nvar $ = require( \"jquery\" );\n```\n\n#### AMD (Asynchronous Module Definition)\n\nAMD is a module format built for the browser. For more information, we recommend [require.js' documentation](https://requirejs.org/docs/whyamd.html).\n\n```js\ndefine( [ \"jquery\" ], function( $ ) {\n\n} );\n```\n\n### Node\n\nTo include jQuery in [Node](https://nodejs.org/), first install with npm.\n\n```sh\nnpm install jquery\n```\n\nFor jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes.\n\n```js\nconst { JSDOM } = require( \"jsdom\" );\nconst { window } = new JSDOM( \"\" );\nconst $ = require( \"jquery\" )( window );\n```\n",
127
+ "licenseText": "Copyright OpenJS Foundation and other contributors, https://openjsf.org/\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
128
+ },
129
+ "artifacts": [],
130
+ "remote": {
131
+ "resolved": "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de",
132
+ "type": "tarball",
133
+ "reference": "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz",
134
+ "hash": "083ef98927c9a6a74d05a6af02806566d16274de",
135
+ "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
136
+ "registry": "npm",
137
+ "packageName": "jquery",
138
+ "cacheIntegrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== sha1-CD75iSfJpqdNBaavAoBlZtFidN4="
139
+ },
140
+ "registry": "npm",
141
+ "hash": "083ef98927c9a6a74d05a6af02806566d16274de"
142
+ }
@@ -0,0 +1,371 @@
1
+ John Resig <jeresig@gmail.com>
2
+ Gilles van den Hoven <gilles0181@gmail.com>
3
+ Michael Geary <mike@geary.com>
4
+ Stefan Petre <stefan.petre@gmail.com>
5
+ Yehuda Katz <wycats@gmail.com>
6
+ Corey Jewett <cj@syntheticplayground.com>
7
+ Klaus Hartl <klaus.hartl@gmail.com>
8
+ Franck Marcia <franck.marcia@gmail.com>
9
+ Jörn Zaefferer <joern.zaefferer@gmail.com>
10
+ Paul Bakaus <paul.bakaus@gmail.com>
11
+ Brandon Aaron <brandon.aaron@gmail.com>
12
+ Mike Alsup <malsup@gmail.com>
13
+ Dave Methvin <dave.methvin@gmail.com>
14
+ Ed Engelhardt <edengelhardt@gmail.com>
15
+ Sean Catchpole <littlecooldude@gmail.com>
16
+ Paul Mclanahan <pmclanahan@gmail.com>
17
+ David Serduke <davidserduke@gmail.com>
18
+ Richard D. Worth <rdworth@gmail.com>
19
+ Scott González <scott.gonzalez@gmail.com>
20
+ Ariel Flesler <aflesler@gmail.com>
21
+ Cheah Chu Yeow <chuyeow@gmail.com>
22
+ Andrew Chalkley <andrew@chalkley.org>
23
+ Fabio Buffoni <fabio.buffoni@bitmaster.it>
24
+ Stefan Bauckmeier  <stefan@bauckmeier.de>
25
+ Jon Evans <jon@springyweb.com>
26
+ TJ Holowaychuk <tj@vision-media.ca>
27
+ Riccardo De Agostini <rdeago@gmail.com>
28
+ Michael Bensoussan <mickey@seesmic.com>
29
+ Louis-Rémi Babé <lrbabe@gmail.com>
30
+ Robert Katić <robert.katic@gmail.com>
31
+ Damian Janowski <damian.janowski@gmail.com>
32
+ Anton Kovalyov <anton@kovalyov.net>
33
+ Dušan B. Jovanovic <dbjdbj@gmail.com>
34
+ Earle Castledine <mrspeaker@gmail.com>
35
+ Rich Dougherty <rich@rd.gen.nz>
36
+ Kim Dalsgaard <kim@kimdalsgaard.com>
37
+ Andrea Giammarchi <andrea.giammarchi@gmail.com>
38
+ Fabian Jakobs <fabian.jakobs@web.de>
39
+ Mark Gibson <jollytoad@gmail.com>
40
+ Karl Swedberg <kswedberg@gmail.com>
41
+ Justin Meyer <justinbmeyer@gmail.com>
42
+ Ben Alman <cowboy@rj3.net>
43
+ James Padolsey <cla@padolsey.net>
44
+ David Petersen <public@petersendidit.com>
45
+ Batiste Bieler <batiste.bieler@gmail.com>
46
+ Jake Archibald <jake.archibald@bbc.co.uk>
47
+ Alexander Farkas <info@corrupt-system.de>
48
+ Filipe Fortes <filipe@fortes.com>
49
+ Rick Waldron <waldron.rick@gmail.com>
50
+ Neeraj Singh <neerajdotname@gmail.com>
51
+ Paul Irish <paul.irish@gmail.com>
52
+ Iraê Carvalho <irae@irae.pro.br>
53
+ Matt Curry <matt@pseudocoder.com>
54
+ Michael Monteleone <michael@michaelmonteleone.net>
55
+ Noah Sloan <noah.sloan@gmail.com>
56
+ Tom Viner <github@viner.tv>
57
+ J. Ryan Stinnett <jryans@gmail.com>
58
+ Douglas Neiner <doug@dougneiner.com>
59
+ Adam J. Sontag <ajpiano@ajpiano.com>
60
+ Heungsub Lee <h@subl.ee>
61
+ Dave Reed <dareed@microsoft.com>
62
+ Carl Fürstenberg <azatoth@gmail.com>
63
+ Jacob Wright <jacwright@gmail.com>
64
+ Ralph Whitbeck <ralph.whitbeck@gmail.com>
65
+ unknown <Igen005@.upcorp.ad.uprr.com>
66
+ temp01 <temp01irc@gmail.com>
67
+ Colin Snover <github.com@zetafleet.com>
68
+ Jared Grippe <jared@deadlyicon.com>
69
+ Ryan W Tenney <ryan@10e.us>
70
+ Alex Sexton <AlexSexton@gmail.com>
71
+ Pinhook <contact@pinhooklabs.com>
72
+ Ron Otten <r.j.g.otten@gmail.com>
73
+ Jephte Clain <Jephte.Clain@univ-reunion.fr>
74
+ Anton Matzneller <obhvsbypqghgc@gmail.com>
75
+ Dan Heberden <danheberden@gmail.com>
76
+ Henri Wiechers <hwiechers@gmail.com>
77
+ Russell Holbrook <russell.holbrook@patch.com>
78
+ Julian Aubourg <aubourg.julian@gmail.com>
79
+ Gianni Alessandro Chiappetta <gianni@runlevel6.org>
80
+ Scott Jehl <scottjehl@gmail.com>
81
+ James Burke <jrburke@gmail.com>
82
+ Jonas Pfenniger <jonas@pfenniger.name>
83
+ Xavi Ramirez <xavi.rmz@gmail.com>
84
+ Sylvester Keil <sylvester@keil.or.at>
85
+ Brandon Sterne <bsterne@mozilla.com>
86
+ Mathias Bynens <mathias@qiwi.be>
87
+ Lee Carpenter <elcarpie@gmail.com>
88
+ Timmy Willison <4timmywil@gmail.com>
89
+ Corey Frang <gnarf37@gmail.com>
90
+ Digitalxero <digitalxero>
91
+ David Murdoch <david@davidmurdoch.com>
92
+ Josh Varner <josh.varner@gmail.com>
93
+ Charles McNulty <cmcnulty@kznf.com>
94
+ Jordan Boesch <jboesch26@gmail.com>
95
+ Jess Thrysoee <jess@thrysoee.dk>
96
+ Michael Murray <m@murz.net>
97
+ Alexis Abril <me@alexisabril.com>
98
+ Rob Morgan <robbym@gmail.com>
99
+ John Firebaugh <john_firebaugh@bigfix.com>
100
+ Sam Bisbee <sam@sbisbee.com>
101
+ Gilmore Davidson <gilmoreorless@gmail.com>
102
+ Brian Brennan <me@brianlovesthings.com>
103
+ Xavier Montillet <xavierm02.net@gmail.com>
104
+ Daniel Pihlstrom <sciolist.se@gmail.com>
105
+ Sahab Yazdani <sahab.yazdani+github@gmail.com>
106
+ avaly <github-com@agachi.name>
107
+ Scott Hughes <hi@scott-hughes.me>
108
+ Mike Sherov <mike.sherov@gmail.com>
109
+ Greg Hazel <ghazel@gmail.com>
110
+ Schalk Neethling <schalk@ossreleasefeed.com>
111
+ Denis Knauf <Denis.Knauf@gmail.com>
112
+ Timo Tijhof <krinklemail@gmail.com>
113
+ Steen Nielsen <swinedk@gmail.com>
114
+ Anton Ryzhov <anton@ryzhov.me>
115
+ Shi Chuan <shichuanr@gmail.com>
116
+ Matt Mueller <mattmuelle@gmail.com>
117
+ Berker Peksag <berker.peksag@gmail.com>
118
+ Toby Brain <tobyb@freshview.com>
119
+ Justin <drakefjustin@gmail.com>
120
+ Daniel Herman <daniel.c.herman@gmail.com>
121
+ Oleg Gaidarenko <markelog@gmail.com>
122
+ Rock Hymas <rock@fogcreek.com>
123
+ Richard Gibson <richard.gibson@gmail.com>
124
+ Rafaël Blais Masson <rafbmasson@gmail.com>
125
+ cmc3cn <59194618@qq.com>
126
+ Joe Presbrey <presbrey@gmail.com>
127
+ Sindre Sorhus <sindresorhus@gmail.com>
128
+ Arne de Bree <arne@bukkie.nl>
129
+ Vladislav Zarakovsky <vlad.zar@gmail.com>
130
+ Andrew E Monat <amonat@gmail.com>
131
+ Oskari <admin@o-programs.com>
132
+ Joao Henrique de Andrade Bruni <joaohbruni@yahoo.com.br>
133
+ tsinha <tsinha@Anthonys-MacBook-Pro.local>
134
+ Dominik D. Geyer <dominik.geyer@gmail.com>
135
+ Matt Farmer <matt@frmr.me>
136
+ Trey Hunner <treyhunner@gmail.com>
137
+ Jason Moon <jmoon@socialcast.com>
138
+ Jeffery To <jeffery.to@gmail.com>
139
+ Kris Borchers <kris.borchers@gmail.com>
140
+ Vladimir Zhuravlev <private.face@gmail.com>
141
+ Jacob Thornton <jacobthornton@gmail.com>
142
+ Chad Killingsworth <chadkillingsworth@missouristate.edu>
143
+ Vitya Muhachev <vic99999@yandex.ru>
144
+ Nowres Rafid <nowres.rafed@gmail.com>
145
+ David Benjamin <davidben@mit.edu>
146
+ Alan Plum <github@ap.apsq.de>
147
+ Uri Gilad <antishok@gmail.com>
148
+ Chris Faulkner <thefaulkner@gmail.com>
149
+ Marcel Greter <marcel.greter@ocbnet.ch>
150
+ Elijah Manor <elijah.manor@gmail.com>
151
+ Daniel Chatfield <chatfielddaniel@gmail.com>
152
+ Daniel Gálvez <dgalvez@editablething.com>
153
+ Nikita Govorov <nikita.govorov@gmail.com>
154
+ Wesley Walser <waw325@gmail.com>
155
+ Mike Pennisi <mike@mikepennisi.com>
156
+ Matthias Jäggli <matthias.jaeggli@gmail.com>
157
+ Devin Cooper <cooper.semantics@gmail.com>
158
+ Markus Staab <markus.staab@redaxo.de>
159
+ Dave Riddle <david@joyvuu.com>
160
+ Callum Macrae <callum@lynxphp.com>
161
+ Jonathan Sampson <jjdsampson@gmail.com>
162
+ Benjamin Truyman <bentruyman@gmail.com>
163
+ Jay Merrifield <fracmak@gmail.com>
164
+ James Huston <james@jameshuston.net>
165
+ Sai Lung Wong <sai.wong@huffingtonpost.com>
166
+ Erick Ruiz de Chávez <erickrdch@gmail.com>
167
+ David Bonner <dbonner@cogolabs.com>
168
+ Allen J Schmidt Jr <cobrasoft@gmail.com>
169
+ Akintayo Akinwunmi <aakinwunmi@judge.com>
170
+ MORGAN <morgan@morgangraphics.com>
171
+ Ismail Khair <ismail.khair@gmail.com>
172
+ Carl Danley <carldanley@gmail.com>
173
+ Mike Petrovich <michael.c.petrovich@gmail.com>
174
+ Greg Lavallee <greglavallee@wapolabs.com>
175
+ Tom H Fuertes <TomFuertes@gmail.com>
176
+ Roland Eckl <eckl.roland@googlemail.com>
177
+ Yiming He <yiminghe@gmail.com>
178
+ David Fox <dfoxinator@gmail.com>
179
+ Bennett Sorbo <bsorbo@gmail.com>
180
+ Paul Ramos <paul.b.ramos@gmail.com>
181
+ Rod Vagg <rod@vagg.org>
182
+ Sebastian Burkhard <sebi.burkhard@gmail.com>
183
+ Zachary Adam Kaplan <razic@viralkitty.com>
184
+ Adam Coulombe <me@adam.co>
185
+ nanto_vi <nanto@moon.email.ne.jp>
186
+ nanto <nanto@moon.email.ne.jp>
187
+ Danil Somsikov <danilasomsikov@gmail.com>
188
+ Ryunosuke SATO <tricknotes.rs@gmail.com>
189
+ Diego Tres <diegotres@gmail.com>
190
+ Jean Boussier <jean.boussier@gmail.com>
191
+ Andrew Plummer <plummer.andrew@gmail.com>
192
+ Mark Raddatz <mraddatz@gmail.com>
193
+ Pascal Borreli <pascal@borreli.com>
194
+ Isaac Z. Schlueter <i@izs.me>
195
+ Karl Sieburg <ksieburg@yahoo.com>
196
+ Nguyen Phuc Lam <ruado1987@gmail.com>
197
+ Dmitry Gusev <dmitry.gusev@gmail.com>
198
+ Steven Benner <admin@stevenbenner.com>
199
+ Li Xudong <istonelee@gmail.com>
200
+ Michał Gołębiowski-Owczarek <m.goleb@gmail.com>
201
+ Renato Oliveira dos Santos <ros3@cin.ufpe.br>
202
+ Frederic Junod <frederic.junod@camptocamp.com>
203
+ Tom H Fuertes <tomfuertes@gmail.com>
204
+ Mitch Foley <mitch@thefoley.net>
205
+ ros3cin <ros3@cin.ufpe.br>
206
+ Kyle Robinson Young <kyle@dontkry.com>
207
+ John Paul <john@johnkpaul.com>
208
+ Jason Bedard <jason+jquery@jbedard.ca>
209
+ Chris Talkington <chris@talkingtontech.com>
210
+ Eddie Monge <eddie@eddiemonge.com>
211
+ Terry Jones <terry@jon.es>
212
+ Jason Merino <jasonmerino@gmail.com>
213
+ Dan Burzo <danburzo@gmail.com>
214
+ Jeremy Dunck <jdunck@gmail.com>
215
+ Chris Price <price.c@gmail.com>
216
+ Guy Bedford <guybedford@gmail.com>
217
+ njhamann <njhamann@gmail.com>
218
+ Goare Mao <mygoare@gmail.com>
219
+ Amey Sakhadeo <me@ameyms.com>
220
+ Mike Sidorov <mikes.ekb@gmail.com>
221
+ Anthony Ryan <anthonyryan1@gmail.com>
222
+ Lihan Li <frankieteardrop@gmail.com>
223
+ George Kats <katsgeorgeek@gmail.com>
224
+ Dongseok Paeng <dongseok83.paeng@lge.com>
225
+ Ronny Springer <springer.ronny@gmail.com>
226
+ Ilya Kantor <iliakan@gmail.com>
227
+ Marian Sollmann <marian.sollmann@cargomedia.ch>
228
+ Chris Antaki <ChrisAntaki@gmail.com>
229
+ David Hong <d.hong@me.com>
230
+ Jakob Stoeck <jakob@pokermania.de>
231
+ Christopher Jones <chris@cjqed.com>
232
+ Forbes Lindesay <forbes@lindesay.co.uk>
233
+ S. Andrew Sheppard <andrew@wq.io>
234
+ Leonardo Balter <leonardo.balter@gmail.com>
235
+ Rodrigo Rosenfeld Rosas <rr.rosas@gmail.com>
236
+ Daniel Husar <dano.husar@gmail.com>
237
+ Philip Jägenstedt <philip@foolip.org>
238
+ John Hoven <hovenj@gmail.com>
239
+ Roman Reiß <me@silverwind.io>
240
+ Benjy Cui <benjytrys@gmail.com>
241
+ Christian Kosmowski <ksmwsk@gmail.com>
242
+ David Corbacho <davidcorbacho@gmail.com>
243
+ Liang Peng <poppinlp@gmail.com>
244
+ TJ VanToll <tj.vantoll@gmail.com>
245
+ Aurelio De Rosa <aurelioderosa@gmail.com>
246
+ Senya Pugach <upisfree@outlook.com>
247
+ Dan Hart <danhart@notonthehighstreet.com>
248
+ Nazar Mokrynskyi <nazar@mokrynskyi.com>
249
+ Benjamin Tan <demoneaux@gmail.com>
250
+ Amit Merchant <bullredeyes@gmail.com>
251
+ Jason Bedard <jason+github@jbedard.ca>
252
+ Veaceslav Grimalschi <grimalschi@yandex.ru>
253
+ Richard McDaniel <rm0026@uah.edu>
254
+ Arthur Verschaeve <contact@arthurverschaeve.be>
255
+ Shivaji Varma <contact@shivajivarma.com>
256
+ Ben Toews <mastahyeti@gmail.com>
257
+ Bin Xin <rhyzix@gmail.com>
258
+ Neftaly Hernandez <neftaly.hernandez@gmail.com>
259
+ T.J. Crowder <tj.crowder@farsightsoftware.com>
260
+ Nicolas HENRY <icewil@gmail.com>
261
+ Frederic Hemberger <mail@frederic-hemberger.de>
262
+ Victor Homyakov <vkhomyackov@gmail.com>
263
+ Aditya Raghavan <araghavan3@gmail.com>
264
+ Anne-Gaelle Colom <coloma@westminster.ac.uk>
265
+ Leonardo Braga <leonardo.braga@gmail.com>
266
+ George Mauer <gmauer@gmail.com>
267
+ Stephen Edgar <stephen@netweb.com.au>
268
+ Thomas Tortorini <thomastortorini@gmail.com>
269
+ Jörn Wagner <joern.wagner@explicatis.com>
270
+ Jon Hester <jon.d.hester@gmail.com>
271
+ Colin Frick <colin@bash.li>
272
+ Winston Howes <winstonhowes@gmail.com>
273
+ Alexander O'Mara <me@alexomara.com>
274
+ Chris Rebert <github@rebertia.com>
275
+ Bastian Buchholz <buchholz.bastian@googlemail.com>
276
+ Mu Haibao <mhbseal@163.com>
277
+ Calvin Metcalf <calvin.metcalf@gmail.com>
278
+ Arthur Stolyar <nekr.fabula@gmail.com>
279
+ Gabriel Schulhof <gabriel.schulhof@intel.com>
280
+ Gilad Peleg <giladp007@gmail.com>
281
+ Julian Alexander Murillo <julian.alexander.murillo@gmail.com>
282
+ Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
283
+ Martin Naumann <martin@geekonaut.de>
284
+ Yongwoo Jeon <yongwoo.jeon@navercorp.com>
285
+ John-David Dalton <john.david.dalton@gmail.com>
286
+ Marek Lewandowski <m.lewandowski@cksource.com>
287
+ Bruno Pérel <brunoperel@gmail.com>
288
+ Daniel Nill <daniellnill@gmail.com>
289
+ Reed Loden <reed@reedloden.com>
290
+ Sean Henderson <seanh.za@gmail.com>
291
+ Gary Ye <garysye@gmail.com>
292
+ Richard Kraaijenhagen <stdin+git@riichard.com>
293
+ Connor Atherton <c.liam.atherton@gmail.com>
294
+ Christian Grete <webmaster@christiangrete.com>
295
+ Tom von Clef <thomas.vonclef@gmail.com>
296
+ Liza Ramo <liza.h.ramo@gmail.com>
297
+ Joelle Fleurantin <joasqueeniebee@gmail.com>
298
+ Steve Mao <maochenyan@gmail.com>
299
+ Jon Dufresne <jon.dufresne@gmail.com>
300
+ Jae Sung Park <alberto.park@gmail.com>
301
+ Josh Soref <apache@soref.com>
302
+ Saptak Sengupta <saptak013@gmail.com>
303
+ Henry Wong <henryw4k@gmail.com>
304
+ Jun Sun <klsforever@gmail.com>
305
+ Martijn W. van der Lee <martijn@vanderlee.com>
306
+ Devin Wilson <dwilson6.github@gmail.com>
307
+ Damian Senn <jquery@topaxi.codes>
308
+ Zack Hall <zackhall@outlook.com>
309
+ Vitaliy Terziev <vitaliyterziev@gmail.com>
310
+ Todor Prikumov <tono_pr@abv.bg>
311
+ Bernhard M. Wiedemann <jquerybmw@lsmod.de>
312
+ Jha Naman <createnaman@gmail.com>
313
+ Alexander Lisianoi <all3fox@gmail.com>
314
+ William Robinet <william.robinet@conostix.com>
315
+ Joe Trumbull <trumbull.j@gmail.com>
316
+ Alexander K <xpyro@ya.ru>
317
+ Ralin Chimev <ralin.chimev@gmail.com>
318
+ Felipe Sateler <fsateler@gmail.com>
319
+ Christophe Tafani-Dereeper <christophetd@hotmail.fr>
320
+ Manoj Kumar <nithmanoj@gmail.com>
321
+ David Broder-Rodgers <broder93@gmail.com>
322
+ Alex Louden <alex@louden.com>
323
+ Alex Padilla <alexonezero@outlook.com>
324
+ karan-96 <karanbatra96@gmail.com>
325
+ 南漂一卒 <shiy007@qq.com>
326
+ Erik Lax <erik@datahack.se>
327
+ Boom Lee <teabyii@gmail.com>
328
+ Andreas Solleder <asol@num42.de>
329
+ Pierre Spring <pierre@nelm.io>
330
+ Shashanka Nataraj <shashankan.10@gmail.com>
331
+ CDAGaming <cstack2011@yahoo.com>
332
+ Matan Kotler-Berkowitz <205matan@gmail.com>
333
+ Jordan Beland <jordan.beland@gmail.com>
334
+ Henry Zhu <hi@henryzoo.com>
335
+ Nilton Cesar <niltoncms@gmail.com>
336
+ basil.belokon <basil.belokon@gmail.com>
337
+ Andrey Meshkov <ay.meshkov@gmail.com>
338
+ tmybr11 <tomas.perone@gmail.com>
339
+ Luis Emilio Velasco Sanchez <emibloque@gmail.com>
340
+ Ed S <ejsanders@gmail.com>
341
+ Bert Zhang <enbo@users.noreply.github.com>
342
+ Sébastien Règne <regseb@users.noreply.github.com>
343
+ wartmanm <3869625+wartmanm@users.noreply.github.com>
344
+ Siddharth Dungarwal <sd5869@gmail.com>
345
+ abnud1 <ahmad13932013@hotmail.com>
346
+ Andrei Fangli <andrei_fangli@outlook.com>
347
+ Marja Hölttä <marja.holtta@gmail.com>
348
+ buddh4 <mail@jharrer.de>
349
+ Hoang <dangkyokhoang@gmail.com>
350
+ Wonseop Kim <wonseop.kim@samsung.com>
351
+ Pat O'Callaghan <patocallaghan@gmail.com>
352
+ JuanMa Ruiz <ruizjuanma@gmail.com>
353
+ Ahmed.S.ElAfifi <ahmed.s.elafifi@gmail.com>
354
+ Christian Oliff <christianoliff@pm.me>
355
+ Christian Wenz <christian@wenz.org>
356
+ Sean Robinson <sean.robinson@scottsdalecc.edu>
357
+ Jonathan <vanillajonathan@users.noreply.github.com>
358
+ Pierre Grimaud <grimaud.pierre@gmail.com>
359
+ Beatriz Rezener <beatrizrezener@users.noreply.github.com>
360
+ Natalia Sroka <37873210+natipo@users.noreply.github.com>
361
+ Wonhyoung Park <wh05.park@samsung.com>
362
+ Dallas Fraser <dallas.fraser.waterloo@gmail.com>
363
+ fecore1 <89127124+fecore1@users.noreply.github.com>
364
+ ygj6 <7699524+ygj6@users.noreply.github.com>
365
+ Simon Legner <Simon.Legner@gmail.com>
366
+ Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
367
+ Anders Kaseorg <andersk@mit.edu>
368
+ Alex <aleksandrosansan@gmail.com>
369
+ Timo Tijhof <krinkle@fastmail.com>
370
+ Gabriela Gutierrez <gabigutierrez@google.com>
371
+ Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>
@@ -0,0 +1,20 @@
1
+ Copyright OpenJS Foundation and other contributors, https://openjsf.org/
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,60 @@
1
+ # jQuery
2
+
3
+ > jQuery is a fast, small, and feature-rich JavaScript library.
4
+
5
+ For information on how to get started and how to use jQuery, please see [jQuery's documentation](https://api.jquery.com/).
6
+ For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
7
+
8
+ If upgrading, please see the [blog post for 3.7.1](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/). This includes notable differences from the previous version and a more readable changelog.
9
+
10
+ ## Including jQuery
11
+
12
+ Below are some of the most common ways to include jQuery.
13
+
14
+ ### Browser
15
+
16
+ #### Script tag
17
+
18
+ ```html
19
+ <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
20
+ ```
21
+
22
+ #### Webpack / Browserify / Babel
23
+
24
+ There are several ways to use [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this:
25
+
26
+ ```js
27
+ import $ from "jquery";
28
+ ```
29
+
30
+ If you need to use jQuery in a file that's not an ECMAScript module, you can use the CommonJS syntax:
31
+
32
+ ```js
33
+ var $ = require( "jquery" );
34
+ ```
35
+
36
+ #### AMD (Asynchronous Module Definition)
37
+
38
+ AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](https://requirejs.org/docs/whyamd.html).
39
+
40
+ ```js
41
+ define( [ "jquery" ], function( $ ) {
42
+
43
+ } );
44
+ ```
45
+
46
+ ### Node
47
+
48
+ To include jQuery in [Node](https://nodejs.org/), first install with npm.
49
+
50
+ ```sh
51
+ npm install jquery
52
+ ```
53
+
54
+ For jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes.
55
+
56
+ ```js
57
+ const { JSDOM } = require( "jsdom" );
58
+ const { window } = new JSDOM( "" );
59
+ const $ = require( "jquery" )( window );
60
+ ```
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "jquery",
3
+ "main": "dist/jquery.js",
4
+ "license": "MIT",
5
+ "ignore": [
6
+ "package.json"
7
+ ],
8
+ "keywords": [
9
+ "jquery",
10
+ "javascript",
11
+ "browser",
12
+ "library"
13
+ ]
14
+ }