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,134 @@
1
+ define( [
2
+ "./core",
3
+ "./core/toType",
4
+ "./var/rcheckableType",
5
+ "./var/isFunction",
6
+ "./core/init",
7
+ "./traversing", // filter
8
+ "./attributes/prop"
9
+ ], function( jQuery, toType, rcheckableType, isFunction ) {
10
+
11
+ "use strict";
12
+
13
+ var
14
+ rbracket = /\[\]$/,
15
+ rCRLF = /\r?\n/g,
16
+ rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
17
+ rsubmittable = /^(?:input|select|textarea|keygen)/i;
18
+
19
+ function buildParams( prefix, obj, traditional, add ) {
20
+ var name;
21
+
22
+ if ( Array.isArray( obj ) ) {
23
+
24
+ // Serialize array item.
25
+ jQuery.each( obj, function( i, v ) {
26
+ if ( traditional || rbracket.test( prefix ) ) {
27
+
28
+ // Treat each array item as a scalar.
29
+ add( prefix, v );
30
+
31
+ } else {
32
+
33
+ // Item is non-scalar (array or object), encode its numeric index.
34
+ buildParams(
35
+ prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]",
36
+ v,
37
+ traditional,
38
+ add
39
+ );
40
+ }
41
+ } );
42
+
43
+ } else if ( !traditional && toType( obj ) === "object" ) {
44
+
45
+ // Serialize object item.
46
+ for ( name in obj ) {
47
+ buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
48
+ }
49
+
50
+ } else {
51
+
52
+ // Serialize scalar item.
53
+ add( prefix, obj );
54
+ }
55
+ }
56
+
57
+ // Serialize an array of form elements or a set of
58
+ // key/values into a query string
59
+ jQuery.param = function( a, traditional ) {
60
+ var prefix,
61
+ s = [],
62
+ add = function( key, valueOrFunction ) {
63
+
64
+ // If value is a function, invoke it and use its return value
65
+ var value = isFunction( valueOrFunction ) ?
66
+ valueOrFunction() :
67
+ valueOrFunction;
68
+
69
+ s[ s.length ] = encodeURIComponent( key ) + "=" +
70
+ encodeURIComponent( value == null ? "" : value );
71
+ };
72
+
73
+ if ( a == null ) {
74
+ return "";
75
+ }
76
+
77
+ // If an array was passed in, assume that it is an array of form elements.
78
+ if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
79
+
80
+ // Serialize the form elements
81
+ jQuery.each( a, function() {
82
+ add( this.name, this.value );
83
+ } );
84
+
85
+ } else {
86
+
87
+ // If traditional, encode the "old" way (the way 1.3.2 or older
88
+ // did it), otherwise encode params recursively.
89
+ for ( prefix in a ) {
90
+ buildParams( prefix, a[ prefix ], traditional, add );
91
+ }
92
+ }
93
+
94
+ // Return the resulting serialization
95
+ return s.join( "&" );
96
+ };
97
+
98
+ jQuery.fn.extend( {
99
+ serialize: function() {
100
+ return jQuery.param( this.serializeArray() );
101
+ },
102
+ serializeArray: function() {
103
+ return this.map( function() {
104
+
105
+ // Can add propHook for "elements" to filter or add form elements
106
+ var elements = jQuery.prop( this, "elements" );
107
+ return elements ? jQuery.makeArray( elements ) : this;
108
+ } ).filter( function() {
109
+ var type = this.type;
110
+
111
+ // Use .is( ":disabled" ) so that fieldset[disabled] works
112
+ return this.name && !jQuery( this ).is( ":disabled" ) &&
113
+ rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) &&
114
+ ( this.checked || !rcheckableType.test( type ) );
115
+ } ).map( function( _i, elem ) {
116
+ var val = jQuery( this ).val();
117
+
118
+ if ( val == null ) {
119
+ return null;
120
+ }
121
+
122
+ if ( Array.isArray( val ) ) {
123
+ return jQuery.map( val, function( val ) {
124
+ return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
125
+ } );
126
+ }
127
+
128
+ return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
129
+ } ).get();
130
+ }
131
+ } );
132
+
133
+ return jQuery;
134
+ } );
@@ -0,0 +1,97 @@
1
+ define( [
2
+ "../core",
3
+ "../var/indexOf",
4
+ "../var/isFunction",
5
+ "./var/rneedsContext",
6
+ "../selector"
7
+ ], function( jQuery, indexOf, isFunction, rneedsContext ) {
8
+
9
+ "use strict";
10
+
11
+ // Implement the identical functionality for filter and not
12
+ function winnow( elements, qualifier, not ) {
13
+ if ( isFunction( qualifier ) ) {
14
+ return jQuery.grep( elements, function( elem, i ) {
15
+ return !!qualifier.call( elem, i, elem ) !== not;
16
+ } );
17
+ }
18
+
19
+ // Single element
20
+ if ( qualifier.nodeType ) {
21
+ return jQuery.grep( elements, function( elem ) {
22
+ return ( elem === qualifier ) !== not;
23
+ } );
24
+ }
25
+
26
+ // Arraylike of elements (jQuery, arguments, Array)
27
+ if ( typeof qualifier !== "string" ) {
28
+ return jQuery.grep( elements, function( elem ) {
29
+ return ( indexOf.call( qualifier, elem ) > -1 ) !== not;
30
+ } );
31
+ }
32
+
33
+ // Filtered directly for both simple and complex selectors
34
+ return jQuery.filter( qualifier, elements, not );
35
+ }
36
+
37
+ jQuery.filter = function( expr, elems, not ) {
38
+ var elem = elems[ 0 ];
39
+
40
+ if ( not ) {
41
+ expr = ":not(" + expr + ")";
42
+ }
43
+
44
+ if ( elems.length === 1 && elem.nodeType === 1 ) {
45
+ return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : [];
46
+ }
47
+
48
+ return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) {
49
+ return elem.nodeType === 1;
50
+ } ) );
51
+ };
52
+
53
+ jQuery.fn.extend( {
54
+ find: function( selector ) {
55
+ var i, ret,
56
+ len = this.length,
57
+ self = this;
58
+
59
+ if ( typeof selector !== "string" ) {
60
+ return this.pushStack( jQuery( selector ).filter( function() {
61
+ for ( i = 0; i < len; i++ ) {
62
+ if ( jQuery.contains( self[ i ], this ) ) {
63
+ return true;
64
+ }
65
+ }
66
+ } ) );
67
+ }
68
+
69
+ ret = this.pushStack( [] );
70
+
71
+ for ( i = 0; i < len; i++ ) {
72
+ jQuery.find( selector, self[ i ], ret );
73
+ }
74
+
75
+ return len > 1 ? jQuery.uniqueSort( ret ) : ret;
76
+ },
77
+ filter: function( selector ) {
78
+ return this.pushStack( winnow( this, selector || [], false ) );
79
+ },
80
+ not: function( selector ) {
81
+ return this.pushStack( winnow( this, selector || [], true ) );
82
+ },
83
+ is: function( selector ) {
84
+ return !!winnow(
85
+ this,
86
+
87
+ // If this is a positional/relative selector, check membership in the returned set
88
+ // so $("p:first").is("p:last") won't return true for a doc with two "p".
89
+ typeof selector === "string" && rneedsContext.test( selector ) ?
90
+ jQuery( selector ) :
91
+ selector || [],
92
+ false
93
+ ).length;
94
+ }
95
+ } );
96
+
97
+ } );
@@ -0,0 +1,22 @@
1
+ define( [
2
+ "../../core"
3
+ ], function( jQuery ) {
4
+
5
+ "use strict";
6
+
7
+ return function( elem, dir, until ) {
8
+ var matched = [],
9
+ truncate = until !== undefined;
10
+
11
+ while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) {
12
+ if ( elem.nodeType === 1 ) {
13
+ if ( truncate && jQuery( elem ).is( until ) ) {
14
+ break;
15
+ }
16
+ matched.push( elem );
17
+ }
18
+ }
19
+ return matched;
20
+ };
21
+
22
+ } );
@@ -0,0 +1,8 @@
1
+ define( [
2
+ "../../core",
3
+ "../../selector"
4
+ ], function( jQuery ) {
5
+ "use strict";
6
+
7
+ return jQuery.expr.match.needsContext;
8
+ } );
@@ -0,0 +1,17 @@
1
+ define( function() {
2
+
3
+ "use strict";
4
+
5
+ return function( n, elem ) {
6
+ var matched = [];
7
+
8
+ for ( ; n; n = n.nextSibling ) {
9
+ if ( n.nodeType === 1 && n !== elem ) {
10
+ matched.push( n );
11
+ }
12
+ }
13
+
14
+ return matched;
15
+ };
16
+
17
+ } );
@@ -0,0 +1,198 @@
1
+ define( [
2
+ "./core",
3
+ "./var/getProto",
4
+ "./var/indexOf",
5
+ "./traversing/var/dir",
6
+ "./traversing/var/siblings",
7
+ "./traversing/var/rneedsContext",
8
+ "./core/nodeName",
9
+
10
+ "./core/init",
11
+ "./traversing/findFilter",
12
+ "./selector"
13
+ ], function( jQuery, getProto, indexOf, dir, siblings, rneedsContext, nodeName ) {
14
+
15
+ "use strict";
16
+
17
+ var rparentsprev = /^(?:parents|prev(?:Until|All))/,
18
+
19
+ // Methods guaranteed to produce a unique set when starting from a unique set
20
+ guaranteedUnique = {
21
+ children: true,
22
+ contents: true,
23
+ next: true,
24
+ prev: true
25
+ };
26
+
27
+ jQuery.fn.extend( {
28
+ has: function( target ) {
29
+ var targets = jQuery( target, this ),
30
+ l = targets.length;
31
+
32
+ return this.filter( function() {
33
+ var i = 0;
34
+ for ( ; i < l; i++ ) {
35
+ if ( jQuery.contains( this, targets[ i ] ) ) {
36
+ return true;
37
+ }
38
+ }
39
+ } );
40
+ },
41
+
42
+ closest: function( selectors, context ) {
43
+ var cur,
44
+ i = 0,
45
+ l = this.length,
46
+ matched = [],
47
+ targets = typeof selectors !== "string" && jQuery( selectors );
48
+
49
+ // Positional selectors never match, since there's no _selection_ context
50
+ if ( !rneedsContext.test( selectors ) ) {
51
+ for ( ; i < l; i++ ) {
52
+ for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) {
53
+
54
+ // Always skip document fragments
55
+ if ( cur.nodeType < 11 && ( targets ?
56
+ targets.index( cur ) > -1 :
57
+
58
+ // Don't pass non-elements to jQuery#find
59
+ cur.nodeType === 1 &&
60
+ jQuery.find.matchesSelector( cur, selectors ) ) ) {
61
+
62
+ matched.push( cur );
63
+ break;
64
+ }
65
+ }
66
+ }
67
+ }
68
+
69
+ return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched );
70
+ },
71
+
72
+ // Determine the position of an element within the set
73
+ index: function( elem ) {
74
+
75
+ // No argument, return index in parent
76
+ if ( !elem ) {
77
+ return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1;
78
+ }
79
+
80
+ // Index in selector
81
+ if ( typeof elem === "string" ) {
82
+ return indexOf.call( jQuery( elem ), this[ 0 ] );
83
+ }
84
+
85
+ // Locate the position of the desired element
86
+ return indexOf.call( this,
87
+
88
+ // If it receives a jQuery object, the first element is used
89
+ elem.jquery ? elem[ 0 ] : elem
90
+ );
91
+ },
92
+
93
+ add: function( selector, context ) {
94
+ return this.pushStack(
95
+ jQuery.uniqueSort(
96
+ jQuery.merge( this.get(), jQuery( selector, context ) )
97
+ )
98
+ );
99
+ },
100
+
101
+ addBack: function( selector ) {
102
+ return this.add( selector == null ?
103
+ this.prevObject : this.prevObject.filter( selector )
104
+ );
105
+ }
106
+ } );
107
+
108
+ function sibling( cur, dir ) {
109
+ while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
110
+ return cur;
111
+ }
112
+
113
+ jQuery.each( {
114
+ parent: function( elem ) {
115
+ var parent = elem.parentNode;
116
+ return parent && parent.nodeType !== 11 ? parent : null;
117
+ },
118
+ parents: function( elem ) {
119
+ return dir( elem, "parentNode" );
120
+ },
121
+ parentsUntil: function( elem, _i, until ) {
122
+ return dir( elem, "parentNode", until );
123
+ },
124
+ next: function( elem ) {
125
+ return sibling( elem, "nextSibling" );
126
+ },
127
+ prev: function( elem ) {
128
+ return sibling( elem, "previousSibling" );
129
+ },
130
+ nextAll: function( elem ) {
131
+ return dir( elem, "nextSibling" );
132
+ },
133
+ prevAll: function( elem ) {
134
+ return dir( elem, "previousSibling" );
135
+ },
136
+ nextUntil: function( elem, _i, until ) {
137
+ return dir( elem, "nextSibling", until );
138
+ },
139
+ prevUntil: function( elem, _i, until ) {
140
+ return dir( elem, "previousSibling", until );
141
+ },
142
+ siblings: function( elem ) {
143
+ return siblings( ( elem.parentNode || {} ).firstChild, elem );
144
+ },
145
+ children: function( elem ) {
146
+ return siblings( elem.firstChild );
147
+ },
148
+ contents: function( elem ) {
149
+ if ( elem.contentDocument != null &&
150
+
151
+ // Support: IE 11+
152
+ // <object> elements with no `data` attribute has an object
153
+ // `contentDocument` with a `null` prototype.
154
+ getProto( elem.contentDocument ) ) {
155
+
156
+ return elem.contentDocument;
157
+ }
158
+
159
+ // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only
160
+ // Treat the template element as a regular one in browsers that
161
+ // don't support it.
162
+ if ( nodeName( elem, "template" ) ) {
163
+ elem = elem.content || elem;
164
+ }
165
+
166
+ return jQuery.merge( [], elem.childNodes );
167
+ }
168
+ }, function( name, fn ) {
169
+ jQuery.fn[ name ] = function( until, selector ) {
170
+ var matched = jQuery.map( this, fn, until );
171
+
172
+ if ( name.slice( -5 ) !== "Until" ) {
173
+ selector = until;
174
+ }
175
+
176
+ if ( selector && typeof selector === "string" ) {
177
+ matched = jQuery.filter( selector, matched );
178
+ }
179
+
180
+ if ( this.length > 1 ) {
181
+
182
+ // Remove duplicates
183
+ if ( !guaranteedUnique[ name ] ) {
184
+ jQuery.uniqueSort( matched );
185
+ }
186
+
187
+ // Reverse order for parents* and prev-derivatives
188
+ if ( rparentsprev.test( name ) ) {
189
+ matched.reverse();
190
+ }
191
+ }
192
+
193
+ return this.pushStack( matched );
194
+ };
195
+ } );
196
+
197
+ return jQuery;
198
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./fnToString"
3
+ ], function( fnToString ) {
4
+ "use strict";
5
+
6
+ return fnToString.call( Object );
7
+ } );
@@ -0,0 +1,6 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ // [[Class]] -> type pairs
5
+ return {};
6
+ } );
@@ -0,0 +1,5 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ return window.document;
5
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./document"
3
+ ], function( document ) {
4
+ "use strict";
5
+
6
+ return document.documentElement;
7
+ } );
@@ -0,0 +1,16 @@
1
+ define( [
2
+ "./arr"
3
+ ], function( arr ) {
4
+
5
+ "use strict";
6
+
7
+ // Support: IE 9 - 11+, Edge 18+, Android Browser 4.0 - 4.3 only, iOS 7 - 11 only, Safari 11 only,
8
+ // Firefox <= 61 only
9
+ // Provide fallback for browsers without Array#flat.
10
+ return arr.flat ? function( array ) {
11
+ return arr.flat.call( array );
12
+ } : function( array ) {
13
+ return arr.concat.apply( [], array );
14
+ };
15
+
16
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./hasOwn"
3
+ ], function( hasOwn ) {
4
+ "use strict";
5
+
6
+ return hasOwn.toString;
7
+ } );
@@ -0,0 +1,5 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ return Object.getPrototypeOf;
5
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./class2type"
3
+ ], function( class2type ) {
4
+ "use strict";
5
+
6
+ return class2type.hasOwnProperty;
7
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./arr"
3
+ ], function( arr ) {
4
+ "use strict";
5
+
6
+ return arr.indexOf;
7
+ } );
@@ -0,0 +1,17 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ return function isFunction( obj ) {
5
+
6
+ // Support: Chrome <=57, Firefox <=52
7
+ // In some browsers, typeof returns "function" for HTML <object> elements
8
+ // (i.e., `typeof document.createElement( "object" ) === "function"`).
9
+ // We don't want to classify *any* DOM node as a function.
10
+ // Support: QtWeb <=3.8.5, WebKit <=534.34, wkhtmltopdf tool <=0.12.5
11
+ // Plus for old WebKit, typeof returns "function" for HTML collections
12
+ // (e.g., `typeof document.getElementsByTagName("div") === "function"`). (gh-4756)
13
+ return typeof obj === "function" && typeof obj.nodeType !== "number" &&
14
+ typeof obj.item !== "function";
15
+ };
16
+
17
+ } );
@@ -0,0 +1,8 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ return function isWindow( obj ) {
5
+ return obj != null && obj === obj.window;
6
+ };
7
+
8
+ } );
@@ -0,0 +1,5 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
5
+ } );
@@ -0,0 +1,9 @@
1
+ define( [
2
+ "./arr"
3
+ ], function( arr ) {
4
+
5
+ "use strict";
6
+
7
+ return arr.pop;
8
+
9
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./arr"
3
+ ], function( arr ) {
4
+ "use strict";
5
+
6
+ return arr.push;
7
+ } );
@@ -0,0 +1,5 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ return ( /^(?:checkbox|radio)$/i );
5
+ } );
@@ -0,0 +1,9 @@
1
+ define( [
2
+ "../var/pnum"
3
+ ], function( pnum ) {
4
+
5
+ "use strict";
6
+
7
+ return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" );
8
+
9
+ } );
@@ -0,0 +1,8 @@
1
+ define( function() {
2
+ "use strict";
3
+
4
+ // Only count HTML whitespace
5
+ // Other whitespace should count in values
6
+ // https://infra.spec.whatwg.org/#ascii-whitespace
7
+ return ( /[^\x20\t\r\n\f]+/g );
8
+ } );
@@ -0,0 +1,12 @@
1
+ define( [
2
+ "./whitespace"
3
+ ], function( whitespace ) {
4
+
5
+ "use strict";
6
+
7
+ return new RegExp(
8
+ "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$",
9
+ "g"
10
+ );
11
+
12
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "./arr"
3
+ ], function( arr ) {
4
+ "use strict";
5
+
6
+ return arr.slice;
7
+ } );
@@ -0,0 +1,9 @@
1
+ define( [
2
+ "./arr"
3
+ ], function( arr ) {
4
+
5
+ "use strict";
6
+
7
+ return arr.sort;
8
+
9
+ } );