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,876 @@
1
+ define( [
2
+ "./core",
3
+ "./var/document",
4
+ "./var/isFunction",
5
+ "./var/rnothtmlwhite",
6
+ "./ajax/var/location",
7
+ "./ajax/var/nonce",
8
+ "./ajax/var/rquery",
9
+
10
+ "./core/init",
11
+ "./core/parseXML",
12
+ "./event/trigger",
13
+ "./deferred",
14
+ "./serialize" // jQuery.param
15
+ ], function( jQuery, document, isFunction, rnothtmlwhite, location, nonce, rquery ) {
16
+
17
+ "use strict";
18
+
19
+ var
20
+ r20 = /%20/g,
21
+ rhash = /#.*$/,
22
+ rantiCache = /([?&])_=[^&]*/,
23
+ rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg,
24
+
25
+ // trac-7653, trac-8125, trac-8152: local protocol detection
26
+ rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/,
27
+ rnoContent = /^(?:GET|HEAD)$/,
28
+ rprotocol = /^\/\//,
29
+
30
+ /* Prefilters
31
+ * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
32
+ * 2) These are called:
33
+ * - BEFORE asking for a transport
34
+ * - AFTER param serialization (s.data is a string if s.processData is true)
35
+ * 3) key is the dataType
36
+ * 4) the catchall symbol "*" can be used
37
+ * 5) execution will start with transport dataType and THEN continue down to "*" if needed
38
+ */
39
+ prefilters = {},
40
+
41
+ /* Transports bindings
42
+ * 1) key is the dataType
43
+ * 2) the catchall symbol "*" can be used
44
+ * 3) selection will start with transport dataType and THEN go to "*" if needed
45
+ */
46
+ transports = {},
47
+
48
+ // Avoid comment-prolog char sequence (trac-10098); must appease lint and evade compression
49
+ allTypes = "*/".concat( "*" ),
50
+
51
+ // Anchor tag for parsing the document origin
52
+ originAnchor = document.createElement( "a" );
53
+
54
+ originAnchor.href = location.href;
55
+
56
+ // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
57
+ function addToPrefiltersOrTransports( structure ) {
58
+
59
+ // dataTypeExpression is optional and defaults to "*"
60
+ return function( dataTypeExpression, func ) {
61
+
62
+ if ( typeof dataTypeExpression !== "string" ) {
63
+ func = dataTypeExpression;
64
+ dataTypeExpression = "*";
65
+ }
66
+
67
+ var dataType,
68
+ i = 0,
69
+ dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || [];
70
+
71
+ if ( isFunction( func ) ) {
72
+
73
+ // For each dataType in the dataTypeExpression
74
+ while ( ( dataType = dataTypes[ i++ ] ) ) {
75
+
76
+ // Prepend if requested
77
+ if ( dataType[ 0 ] === "+" ) {
78
+ dataType = dataType.slice( 1 ) || "*";
79
+ ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func );
80
+
81
+ // Otherwise append
82
+ } else {
83
+ ( structure[ dataType ] = structure[ dataType ] || [] ).push( func );
84
+ }
85
+ }
86
+ }
87
+ };
88
+ }
89
+
90
+ // Base inspection function for prefilters and transports
91
+ function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) {
92
+
93
+ var inspected = {},
94
+ seekingTransport = ( structure === transports );
95
+
96
+ function inspect( dataType ) {
97
+ var selected;
98
+ inspected[ dataType ] = true;
99
+ jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) {
100
+ var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR );
101
+ if ( typeof dataTypeOrTransport === "string" &&
102
+ !seekingTransport && !inspected[ dataTypeOrTransport ] ) {
103
+
104
+ options.dataTypes.unshift( dataTypeOrTransport );
105
+ inspect( dataTypeOrTransport );
106
+ return false;
107
+ } else if ( seekingTransport ) {
108
+ return !( selected = dataTypeOrTransport );
109
+ }
110
+ } );
111
+ return selected;
112
+ }
113
+
114
+ return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" );
115
+ }
116
+
117
+ // A special extend for ajax options
118
+ // that takes "flat" options (not to be deep extended)
119
+ // Fixes trac-9887
120
+ function ajaxExtend( target, src ) {
121
+ var key, deep,
122
+ flatOptions = jQuery.ajaxSettings.flatOptions || {};
123
+
124
+ for ( key in src ) {
125
+ if ( src[ key ] !== undefined ) {
126
+ ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
127
+ }
128
+ }
129
+ if ( deep ) {
130
+ jQuery.extend( true, target, deep );
131
+ }
132
+
133
+ return target;
134
+ }
135
+
136
+ /* Handles responses to an ajax request:
137
+ * - finds the right dataType (mediates between content-type and expected dataType)
138
+ * - returns the corresponding response
139
+ */
140
+ function ajaxHandleResponses( s, jqXHR, responses ) {
141
+
142
+ var ct, type, finalDataType, firstDataType,
143
+ contents = s.contents,
144
+ dataTypes = s.dataTypes;
145
+
146
+ // Remove auto dataType and get content-type in the process
147
+ while ( dataTypes[ 0 ] === "*" ) {
148
+ dataTypes.shift();
149
+ if ( ct === undefined ) {
150
+ ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" );
151
+ }
152
+ }
153
+
154
+ // Check if we're dealing with a known content-type
155
+ if ( ct ) {
156
+ for ( type in contents ) {
157
+ if ( contents[ type ] && contents[ type ].test( ct ) ) {
158
+ dataTypes.unshift( type );
159
+ break;
160
+ }
161
+ }
162
+ }
163
+
164
+ // Check to see if we have a response for the expected dataType
165
+ if ( dataTypes[ 0 ] in responses ) {
166
+ finalDataType = dataTypes[ 0 ];
167
+ } else {
168
+
169
+ // Try convertible dataTypes
170
+ for ( type in responses ) {
171
+ if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) {
172
+ finalDataType = type;
173
+ break;
174
+ }
175
+ if ( !firstDataType ) {
176
+ firstDataType = type;
177
+ }
178
+ }
179
+
180
+ // Or just use first one
181
+ finalDataType = finalDataType || firstDataType;
182
+ }
183
+
184
+ // If we found a dataType
185
+ // We add the dataType to the list if needed
186
+ // and return the corresponding response
187
+ if ( finalDataType ) {
188
+ if ( finalDataType !== dataTypes[ 0 ] ) {
189
+ dataTypes.unshift( finalDataType );
190
+ }
191
+ return responses[ finalDataType ];
192
+ }
193
+ }
194
+
195
+ /* Chain conversions given the request and the original response
196
+ * Also sets the responseXXX fields on the jqXHR instance
197
+ */
198
+ function ajaxConvert( s, response, jqXHR, isSuccess ) {
199
+ var conv2, current, conv, tmp, prev,
200
+ converters = {},
201
+
202
+ // Work with a copy of dataTypes in case we need to modify it for conversion
203
+ dataTypes = s.dataTypes.slice();
204
+
205
+ // Create converters map with lowercased keys
206
+ if ( dataTypes[ 1 ] ) {
207
+ for ( conv in s.converters ) {
208
+ converters[ conv.toLowerCase() ] = s.converters[ conv ];
209
+ }
210
+ }
211
+
212
+ current = dataTypes.shift();
213
+
214
+ // Convert to each sequential dataType
215
+ while ( current ) {
216
+
217
+ if ( s.responseFields[ current ] ) {
218
+ jqXHR[ s.responseFields[ current ] ] = response;
219
+ }
220
+
221
+ // Apply the dataFilter if provided
222
+ if ( !prev && isSuccess && s.dataFilter ) {
223
+ response = s.dataFilter( response, s.dataType );
224
+ }
225
+
226
+ prev = current;
227
+ current = dataTypes.shift();
228
+
229
+ if ( current ) {
230
+
231
+ // There's only work to do if current dataType is non-auto
232
+ if ( current === "*" ) {
233
+
234
+ current = prev;
235
+
236
+ // Convert response if prev dataType is non-auto and differs from current
237
+ } else if ( prev !== "*" && prev !== current ) {
238
+
239
+ // Seek a direct converter
240
+ conv = converters[ prev + " " + current ] || converters[ "* " + current ];
241
+
242
+ // If none found, seek a pair
243
+ if ( !conv ) {
244
+ for ( conv2 in converters ) {
245
+
246
+ // If conv2 outputs current
247
+ tmp = conv2.split( " " );
248
+ if ( tmp[ 1 ] === current ) {
249
+
250
+ // If prev can be converted to accepted input
251
+ conv = converters[ prev + " " + tmp[ 0 ] ] ||
252
+ converters[ "* " + tmp[ 0 ] ];
253
+ if ( conv ) {
254
+
255
+ // Condense equivalence converters
256
+ if ( conv === true ) {
257
+ conv = converters[ conv2 ];
258
+
259
+ // Otherwise, insert the intermediate dataType
260
+ } else if ( converters[ conv2 ] !== true ) {
261
+ current = tmp[ 0 ];
262
+ dataTypes.unshift( tmp[ 1 ] );
263
+ }
264
+ break;
265
+ }
266
+ }
267
+ }
268
+ }
269
+
270
+ // Apply converter (if not an equivalence)
271
+ if ( conv !== true ) {
272
+
273
+ // Unless errors are allowed to bubble, catch and return them
274
+ if ( conv && s.throws ) {
275
+ response = conv( response );
276
+ } else {
277
+ try {
278
+ response = conv( response );
279
+ } catch ( e ) {
280
+ return {
281
+ state: "parsererror",
282
+ error: conv ? e : "No conversion from " + prev + " to " + current
283
+ };
284
+ }
285
+ }
286
+ }
287
+ }
288
+ }
289
+ }
290
+
291
+ return { state: "success", data: response };
292
+ }
293
+
294
+ jQuery.extend( {
295
+
296
+ // Counter for holding the number of active queries
297
+ active: 0,
298
+
299
+ // Last-Modified header cache for next request
300
+ lastModified: {},
301
+ etag: {},
302
+
303
+ ajaxSettings: {
304
+ url: location.href,
305
+ type: "GET",
306
+ isLocal: rlocalProtocol.test( location.protocol ),
307
+ global: true,
308
+ processData: true,
309
+ async: true,
310
+ contentType: "application/x-www-form-urlencoded; charset=UTF-8",
311
+
312
+ /*
313
+ timeout: 0,
314
+ data: null,
315
+ dataType: null,
316
+ username: null,
317
+ password: null,
318
+ cache: null,
319
+ throws: false,
320
+ traditional: false,
321
+ headers: {},
322
+ */
323
+
324
+ accepts: {
325
+ "*": allTypes,
326
+ text: "text/plain",
327
+ html: "text/html",
328
+ xml: "application/xml, text/xml",
329
+ json: "application/json, text/javascript"
330
+ },
331
+
332
+ contents: {
333
+ xml: /\bxml\b/,
334
+ html: /\bhtml/,
335
+ json: /\bjson\b/
336
+ },
337
+
338
+ responseFields: {
339
+ xml: "responseXML",
340
+ text: "responseText",
341
+ json: "responseJSON"
342
+ },
343
+
344
+ // Data converters
345
+ // Keys separate source (or catchall "*") and destination types with a single space
346
+ converters: {
347
+
348
+ // Convert anything to text
349
+ "* text": String,
350
+
351
+ // Text to html (true = no transformation)
352
+ "text html": true,
353
+
354
+ // Evaluate text as a json expression
355
+ "text json": JSON.parse,
356
+
357
+ // Parse text as xml
358
+ "text xml": jQuery.parseXML
359
+ },
360
+
361
+ // For options that shouldn't be deep extended:
362
+ // you can add your own custom options here if
363
+ // and when you create one that shouldn't be
364
+ // deep extended (see ajaxExtend)
365
+ flatOptions: {
366
+ url: true,
367
+ context: true
368
+ }
369
+ },
370
+
371
+ // Creates a full fledged settings object into target
372
+ // with both ajaxSettings and settings fields.
373
+ // If target is omitted, writes into ajaxSettings.
374
+ ajaxSetup: function( target, settings ) {
375
+ return settings ?
376
+
377
+ // Building a settings object
378
+ ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) :
379
+
380
+ // Extending ajaxSettings
381
+ ajaxExtend( jQuery.ajaxSettings, target );
382
+ },
383
+
384
+ ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
385
+ ajaxTransport: addToPrefiltersOrTransports( transports ),
386
+
387
+ // Main method
388
+ ajax: function( url, options ) {
389
+
390
+ // If url is an object, simulate pre-1.5 signature
391
+ if ( typeof url === "object" ) {
392
+ options = url;
393
+ url = undefined;
394
+ }
395
+
396
+ // Force options to be an object
397
+ options = options || {};
398
+
399
+ var transport,
400
+
401
+ // URL without anti-cache param
402
+ cacheURL,
403
+
404
+ // Response headers
405
+ responseHeadersString,
406
+ responseHeaders,
407
+
408
+ // timeout handle
409
+ timeoutTimer,
410
+
411
+ // Url cleanup var
412
+ urlAnchor,
413
+
414
+ // Request state (becomes false upon send and true upon completion)
415
+ completed,
416
+
417
+ // To know if global events are to be dispatched
418
+ fireGlobals,
419
+
420
+ // Loop variable
421
+ i,
422
+
423
+ // uncached part of the url
424
+ uncached,
425
+
426
+ // Create the final options object
427
+ s = jQuery.ajaxSetup( {}, options ),
428
+
429
+ // Callbacks context
430
+ callbackContext = s.context || s,
431
+
432
+ // Context for global events is callbackContext if it is a DOM node or jQuery collection
433
+ globalEventContext = s.context &&
434
+ ( callbackContext.nodeType || callbackContext.jquery ) ?
435
+ jQuery( callbackContext ) :
436
+ jQuery.event,
437
+
438
+ // Deferreds
439
+ deferred = jQuery.Deferred(),
440
+ completeDeferred = jQuery.Callbacks( "once memory" ),
441
+
442
+ // Status-dependent callbacks
443
+ statusCode = s.statusCode || {},
444
+
445
+ // Headers (they are sent all at once)
446
+ requestHeaders = {},
447
+ requestHeadersNames = {},
448
+
449
+ // Default abort message
450
+ strAbort = "canceled",
451
+
452
+ // Fake xhr
453
+ jqXHR = {
454
+ readyState: 0,
455
+
456
+ // Builds headers hashtable if needed
457
+ getResponseHeader: function( key ) {
458
+ var match;
459
+ if ( completed ) {
460
+ if ( !responseHeaders ) {
461
+ responseHeaders = {};
462
+ while ( ( match = rheaders.exec( responseHeadersString ) ) ) {
463
+ responseHeaders[ match[ 1 ].toLowerCase() + " " ] =
464
+ ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] )
465
+ .concat( match[ 2 ] );
466
+ }
467
+ }
468
+ match = responseHeaders[ key.toLowerCase() + " " ];
469
+ }
470
+ return match == null ? null : match.join( ", " );
471
+ },
472
+
473
+ // Raw string
474
+ getAllResponseHeaders: function() {
475
+ return completed ? responseHeadersString : null;
476
+ },
477
+
478
+ // Caches the header
479
+ setRequestHeader: function( name, value ) {
480
+ if ( completed == null ) {
481
+ name = requestHeadersNames[ name.toLowerCase() ] =
482
+ requestHeadersNames[ name.toLowerCase() ] || name;
483
+ requestHeaders[ name ] = value;
484
+ }
485
+ return this;
486
+ },
487
+
488
+ // Overrides response content-type header
489
+ overrideMimeType: function( type ) {
490
+ if ( completed == null ) {
491
+ s.mimeType = type;
492
+ }
493
+ return this;
494
+ },
495
+
496
+ // Status-dependent callbacks
497
+ statusCode: function( map ) {
498
+ var code;
499
+ if ( map ) {
500
+ if ( completed ) {
501
+
502
+ // Execute the appropriate callbacks
503
+ jqXHR.always( map[ jqXHR.status ] );
504
+ } else {
505
+
506
+ // Lazy-add the new callbacks in a way that preserves old ones
507
+ for ( code in map ) {
508
+ statusCode[ code ] = [ statusCode[ code ], map[ code ] ];
509
+ }
510
+ }
511
+ }
512
+ return this;
513
+ },
514
+
515
+ // Cancel the request
516
+ abort: function( statusText ) {
517
+ var finalText = statusText || strAbort;
518
+ if ( transport ) {
519
+ transport.abort( finalText );
520
+ }
521
+ done( 0, finalText );
522
+ return this;
523
+ }
524
+ };
525
+
526
+ // Attach deferreds
527
+ deferred.promise( jqXHR );
528
+
529
+ // Add protocol if not provided (prefilters might expect it)
530
+ // Handle falsy url in the settings object (trac-10093: consistency with old signature)
531
+ // We also use the url parameter if available
532
+ s.url = ( ( url || s.url || location.href ) + "" )
533
+ .replace( rprotocol, location.protocol + "//" );
534
+
535
+ // Alias method option to type as per ticket trac-12004
536
+ s.type = options.method || options.type || s.method || s.type;
537
+
538
+ // Extract dataTypes list
539
+ s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ];
540
+
541
+ // A cross-domain request is in order when the origin doesn't match the current origin.
542
+ if ( s.crossDomain == null ) {
543
+ urlAnchor = document.createElement( "a" );
544
+
545
+ // Support: IE <=8 - 11, Edge 12 - 15
546
+ // IE throws exception on accessing the href property if url is malformed,
547
+ // e.g. http://example.com:80x/
548
+ try {
549
+ urlAnchor.href = s.url;
550
+
551
+ // Support: IE <=8 - 11 only
552
+ // Anchor's host property isn't correctly set when s.url is relative
553
+ urlAnchor.href = urlAnchor.href;
554
+ s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !==
555
+ urlAnchor.protocol + "//" + urlAnchor.host;
556
+ } catch ( e ) {
557
+
558
+ // If there is an error parsing the URL, assume it is crossDomain,
559
+ // it can be rejected by the transport if it is invalid
560
+ s.crossDomain = true;
561
+ }
562
+ }
563
+
564
+ // Convert data if not already a string
565
+ if ( s.data && s.processData && typeof s.data !== "string" ) {
566
+ s.data = jQuery.param( s.data, s.traditional );
567
+ }
568
+
569
+ // Apply prefilters
570
+ inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
571
+
572
+ // If request was aborted inside a prefilter, stop there
573
+ if ( completed ) {
574
+ return jqXHR;
575
+ }
576
+
577
+ // We can fire global events as of now if asked to
578
+ // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (trac-15118)
579
+ fireGlobals = jQuery.event && s.global;
580
+
581
+ // Watch for a new set of requests
582
+ if ( fireGlobals && jQuery.active++ === 0 ) {
583
+ jQuery.event.trigger( "ajaxStart" );
584
+ }
585
+
586
+ // Uppercase the type
587
+ s.type = s.type.toUpperCase();
588
+
589
+ // Determine if request has content
590
+ s.hasContent = !rnoContent.test( s.type );
591
+
592
+ // Save the URL in case we're toying with the If-Modified-Since
593
+ // and/or If-None-Match header later on
594
+ // Remove hash to simplify url manipulation
595
+ cacheURL = s.url.replace( rhash, "" );
596
+
597
+ // More options handling for requests with no content
598
+ if ( !s.hasContent ) {
599
+
600
+ // Remember the hash so we can put it back
601
+ uncached = s.url.slice( cacheURL.length );
602
+
603
+ // If data is available and should be processed, append data to url
604
+ if ( s.data && ( s.processData || typeof s.data === "string" ) ) {
605
+ cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data;
606
+
607
+ // trac-9682: remove data so that it's not used in an eventual retry
608
+ delete s.data;
609
+ }
610
+
611
+ // Add or update anti-cache param if needed
612
+ if ( s.cache === false ) {
613
+ cacheURL = cacheURL.replace( rantiCache, "$1" );
614
+ uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) +
615
+ uncached;
616
+ }
617
+
618
+ // Put hash and anti-cache on the URL that will be requested (gh-1732)
619
+ s.url = cacheURL + uncached;
620
+
621
+ // Change '%20' to '+' if this is encoded form body content (gh-2658)
622
+ } else if ( s.data && s.processData &&
623
+ ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) {
624
+ s.data = s.data.replace( r20, "+" );
625
+ }
626
+
627
+ // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
628
+ if ( s.ifModified ) {
629
+ if ( jQuery.lastModified[ cacheURL ] ) {
630
+ jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] );
631
+ }
632
+ if ( jQuery.etag[ cacheURL ] ) {
633
+ jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] );
634
+ }
635
+ }
636
+
637
+ // Set the correct header, if data is being sent
638
+ if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
639
+ jqXHR.setRequestHeader( "Content-Type", s.contentType );
640
+ }
641
+
642
+ // Set the Accepts header for the server, depending on the dataType
643
+ jqXHR.setRequestHeader(
644
+ "Accept",
645
+ s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ?
646
+ s.accepts[ s.dataTypes[ 0 ] ] +
647
+ ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
648
+ s.accepts[ "*" ]
649
+ );
650
+
651
+ // Check for headers option
652
+ for ( i in s.headers ) {
653
+ jqXHR.setRequestHeader( i, s.headers[ i ] );
654
+ }
655
+
656
+ // Allow custom headers/mimetypes and early abort
657
+ if ( s.beforeSend &&
658
+ ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) {
659
+
660
+ // Abort if not done already and return
661
+ return jqXHR.abort();
662
+ }
663
+
664
+ // Aborting is no longer a cancellation
665
+ strAbort = "abort";
666
+
667
+ // Install callbacks on deferreds
668
+ completeDeferred.add( s.complete );
669
+ jqXHR.done( s.success );
670
+ jqXHR.fail( s.error );
671
+
672
+ // Get transport
673
+ transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
674
+
675
+ // If no transport, we auto-abort
676
+ if ( !transport ) {
677
+ done( -1, "No Transport" );
678
+ } else {
679
+ jqXHR.readyState = 1;
680
+
681
+ // Send global event
682
+ if ( fireGlobals ) {
683
+ globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
684
+ }
685
+
686
+ // If request was aborted inside ajaxSend, stop there
687
+ if ( completed ) {
688
+ return jqXHR;
689
+ }
690
+
691
+ // Timeout
692
+ if ( s.async && s.timeout > 0 ) {
693
+ timeoutTimer = window.setTimeout( function() {
694
+ jqXHR.abort( "timeout" );
695
+ }, s.timeout );
696
+ }
697
+
698
+ try {
699
+ completed = false;
700
+ transport.send( requestHeaders, done );
701
+ } catch ( e ) {
702
+
703
+ // Rethrow post-completion exceptions
704
+ if ( completed ) {
705
+ throw e;
706
+ }
707
+
708
+ // Propagate others as results
709
+ done( -1, e );
710
+ }
711
+ }
712
+
713
+ // Callback for when everything is done
714
+ function done( status, nativeStatusText, responses, headers ) {
715
+ var isSuccess, success, error, response, modified,
716
+ statusText = nativeStatusText;
717
+
718
+ // Ignore repeat invocations
719
+ if ( completed ) {
720
+ return;
721
+ }
722
+
723
+ completed = true;
724
+
725
+ // Clear timeout if it exists
726
+ if ( timeoutTimer ) {
727
+ window.clearTimeout( timeoutTimer );
728
+ }
729
+
730
+ // Dereference transport for early garbage collection
731
+ // (no matter how long the jqXHR object will be used)
732
+ transport = undefined;
733
+
734
+ // Cache response headers
735
+ responseHeadersString = headers || "";
736
+
737
+ // Set readyState
738
+ jqXHR.readyState = status > 0 ? 4 : 0;
739
+
740
+ // Determine if successful
741
+ isSuccess = status >= 200 && status < 300 || status === 304;
742
+
743
+ // Get response data
744
+ if ( responses ) {
745
+ response = ajaxHandleResponses( s, jqXHR, responses );
746
+ }
747
+
748
+ // Use a noop converter for missing script but not if jsonp
749
+ if ( !isSuccess &&
750
+ jQuery.inArray( "script", s.dataTypes ) > -1 &&
751
+ jQuery.inArray( "json", s.dataTypes ) < 0 ) {
752
+ s.converters[ "text script" ] = function() {};
753
+ }
754
+
755
+ // Convert no matter what (that way responseXXX fields are always set)
756
+ response = ajaxConvert( s, response, jqXHR, isSuccess );
757
+
758
+ // If successful, handle type chaining
759
+ if ( isSuccess ) {
760
+
761
+ // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
762
+ if ( s.ifModified ) {
763
+ modified = jqXHR.getResponseHeader( "Last-Modified" );
764
+ if ( modified ) {
765
+ jQuery.lastModified[ cacheURL ] = modified;
766
+ }
767
+ modified = jqXHR.getResponseHeader( "etag" );
768
+ if ( modified ) {
769
+ jQuery.etag[ cacheURL ] = modified;
770
+ }
771
+ }
772
+
773
+ // if no content
774
+ if ( status === 204 || s.type === "HEAD" ) {
775
+ statusText = "nocontent";
776
+
777
+ // if not modified
778
+ } else if ( status === 304 ) {
779
+ statusText = "notmodified";
780
+
781
+ // If we have data, let's convert it
782
+ } else {
783
+ statusText = response.state;
784
+ success = response.data;
785
+ error = response.error;
786
+ isSuccess = !error;
787
+ }
788
+ } else {
789
+
790
+ // Extract error from statusText and normalize for non-aborts
791
+ error = statusText;
792
+ if ( status || !statusText ) {
793
+ statusText = "error";
794
+ if ( status < 0 ) {
795
+ status = 0;
796
+ }
797
+ }
798
+ }
799
+
800
+ // Set data for the fake xhr object
801
+ jqXHR.status = status;
802
+ jqXHR.statusText = ( nativeStatusText || statusText ) + "";
803
+
804
+ // Success/Error
805
+ if ( isSuccess ) {
806
+ deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
807
+ } else {
808
+ deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
809
+ }
810
+
811
+ // Status-dependent callbacks
812
+ jqXHR.statusCode( statusCode );
813
+ statusCode = undefined;
814
+
815
+ if ( fireGlobals ) {
816
+ globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError",
817
+ [ jqXHR, s, isSuccess ? success : error ] );
818
+ }
819
+
820
+ // Complete
821
+ completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
822
+
823
+ if ( fireGlobals ) {
824
+ globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
825
+
826
+ // Handle the global AJAX counter
827
+ if ( !( --jQuery.active ) ) {
828
+ jQuery.event.trigger( "ajaxStop" );
829
+ }
830
+ }
831
+ }
832
+
833
+ return jqXHR;
834
+ },
835
+
836
+ getJSON: function( url, data, callback ) {
837
+ return jQuery.get( url, data, callback, "json" );
838
+ },
839
+
840
+ getScript: function( url, callback ) {
841
+ return jQuery.get( url, undefined, callback, "script" );
842
+ }
843
+ } );
844
+
845
+ jQuery.each( [ "get", "post" ], function( _i, method ) {
846
+ jQuery[ method ] = function( url, data, callback, type ) {
847
+
848
+ // Shift arguments if data argument was omitted
849
+ if ( isFunction( data ) ) {
850
+ type = type || callback;
851
+ callback = data;
852
+ data = undefined;
853
+ }
854
+
855
+ // The url can be an options object (which then must have .url)
856
+ return jQuery.ajax( jQuery.extend( {
857
+ url: url,
858
+ type: method,
859
+ dataType: type,
860
+ data: data,
861
+ success: callback
862
+ }, jQuery.isPlainObject( url ) && url ) );
863
+ };
864
+ } );
865
+
866
+ jQuery.ajaxPrefilter( function( s ) {
867
+ var i;
868
+ for ( i in s.headers ) {
869
+ if ( i.toLowerCase() === "content-type" ) {
870
+ s.contentType = s.headers[ i ] || "";
871
+ }
872
+ }
873
+ } );
874
+
875
+ return jQuery;
876
+ } );