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.
- package/.bash_history +38 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/.yarn-metadata.json +142 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/.yarn-tarball.tgz +0 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/AUTHORS.txt +371 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/LICENSE.txt +20 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/README.md +60 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/bower.json +14 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.js +10716 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.min.js +2 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.min.map +1 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.slim.js +8617 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.slim.min.js +2 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/package.json +122 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/jsonp.js +103 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/load.js +77 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/script.js +74 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/var/location.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/var/rquery.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax/xhr.js +170 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/ajax.js +876 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/attr.js +141 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/classes.js +184 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/prop.js +142 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/support.js +33 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes/val.js +191 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/attributes.js +13 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/callbacks.js +236 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/DOMEval.js +43 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/access.js +72 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/camelCase.js +23 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/init.js +129 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/isAttached.js +26 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/nodeName.js +13 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/parseHTML.js +65 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/parseXML.js +35 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/ready.js +86 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/readyException.js +13 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/support.js +20 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/toType.js +20 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/var/rhtml.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core/var/rsingleTag.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/core.js +442 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/addGetHookIf.js +26 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/adjustCSS.js +74 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/curCSS.js +100 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/finalPropName.js +42 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/showHide.js +105 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/support.js +152 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/cssExpand.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/getStyles.js +17 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/rcustomProp.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css/var/swap.js +26 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/css.js +507 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/Data.js +162 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/var/acceptData.js +19 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/var/dataPriv.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data/var/dataUser.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/data.js +180 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deferred/exceptionHook.js +25 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deferred.js +406 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deprecated/ajax-event-alias.js +22 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deprecated/event.js +52 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/deprecated.js +89 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/dimensions.js +60 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/effects/Tween.js +125 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/effects/animatedSelector.js +15 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/effects.js +702 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/event/trigger.js +199 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/event.js +970 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/exports/amd.js +26 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/exports/global.js +34 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/jquery.js +40 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/_evalUrl.js +32 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/buildFragment.js +106 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/getAll.js +32 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/support.js +41 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/var/rtagName.js +8 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation/wrapMap.js +30 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/manipulation.js +488 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/offset.js +232 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/queue/delay.js +23 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/queue.js +145 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector/contains.js +21 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector/escapeSelector.js +31 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector-native.js +190 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/selector.js +2117 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/serialize.js +134 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/findFilter.js +97 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/var/dir.js +22 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing/var/siblings.js +17 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/traversing.js +198 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/arr.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/class2type.js +6 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/document.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/documentElement.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/flat.js +16 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/fnToString.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/getProto.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/hasOwn.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/indexOf.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/isFunction.js +17 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/isWindow.js +8 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/pnum.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/pop.js +9 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/push.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rcheckableType.js +5 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rcssNum.js +9 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/rtrimCSS.js +12 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/slice.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/sort.js +9 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/splice.js +9 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/support.js +6 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/toString.js +7 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/var/whitespace.js +8 -0
- package/.cache/yarn/v6/npm-jquery-3.7.1-083ef98927c9a6a74d05a6af02806566d16274de-integrity/node_modules/jquery/src/wrap.js +78 -0
- package/.npm/_cacache/content-v2/sha512/61/6f/7cf7b668d10cd0be238affc7da5c5437086b4727f6d181348caaa31d9337a3009d8a93adbb00198154e41b5f431f775cf32898069193d01e33b07a406b54 +0 -0
- package/.npm/_cacache/content-v2/sha512/9b/86/afafcc8bf2498537ca6cadb14516607f21fd7888de68f67c3f3609e733e9326c326946c0329d5d81b1fa5362b4d1cac6147400d50fb0a45148b3824a4b7e +0 -0
- package/.npm/_cacache/content-v2/sha512/a6/56/a9409d78c0230b84531b299439cef29be0ab6809ee5f364e6c43254b3a0061e8fd81799fb156ffdc957d0accb10440cb8dfdc679c75359abf81a9a361851 +1 -0
- package/.npm/_cacache/content-v2/sha512/da/f4/599205312459569a2315103541bed7f7b8a54311d92c33ae3efaad7e9bc85a8d5e67a94155ad89969500b3109f099bfa942d04cf487c596f4fe69b80690f +0 -0
- package/.npm/_cacache/index-v5/3b/c3/37cceb8f4508656ab66f1e33ff6fa27b6a4cc5b3539266ffcf9e6b7c4c81 +2 -0
- package/.npm/_cacache/index-v5/b8/6b/a9063adff6226cf9f9735fb5e034d2a33f23e83bfb7d63bd1d5aeab6fb0d +2 -0
- package/.npm/_cacache/index-v5/e0/f3/563a92774ad5fa62edb9cbc4624c17a784676e377b3852d16ab8dcb28bea +3 -0
- package/.npm/_logs/2024-06-07T12_18_11_707Z-debug-0.log +15 -0
- package/.npm/_logs/2024-06-11T05_53_18_067Z-debug-0.log +21 -0
- package/.npm/_logs/2024-06-17T19_36_52_784Z-debug-0.log +38 -0
- package/.npm/_logs/2024-06-17T19_38_21_932Z-debug-0.log +28 -0
- package/.npm/_logs/2024-06-17T19_48_13_225Z-debug-0.log +187 -0
- package/.npm/_logs/2024-06-17T19_52_21_457Z-debug-0.log +210 -0
- package/.npm/_logs/2024-06-17T20_01_12_704Z-debug-0.log +12 -0
- package/.ssh/authorized_keys +0 -0
- package/.termux/termux.properties +145 -0
- package/.yarnrc +5 -0
- package/jquery.min.js +45 -0
- package/package.json +19 -3
- package/vvipbot-wa/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
- package/vvipbot-wa/LICENSE +25 -0
- package/vvipbot-wa/README.md +200 -0
- package/vvipbot-wa/index.js +1456 -0
- package/vvipbot-wa/install.sh +6 -0
- package/vvipbot-wa/lib/antilink +1 -0
- package/vvipbot-wa/lib/antilink.js +1 -0
- package/vvipbot-wa/lib/c +1 -0
- package/vvipbot-wa/lib/cmd.js +48 -0
- package/vvipbot-wa/lib/downloadImage.js +19 -0
- package/vvipbot-wa/lib/helper +1 -0
- package/vvipbot-wa/lib/menu.js +196 -0
- package/vvipbot-wa/lib/ocr.js +26 -0
- package/vvipbot-wa/menu.js +194 -0
- package/vvipbot-wa/package.json +48 -0
- package/vvipbot-wa/temp/Agusbot +1 -0
- package/vvipbot-wa/temp/agus +1 -0
- package/README.md +0 -5
@@ -0,0 +1,97 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../var/document",
|
4
|
+
"../var/isFunction"
|
5
|
+
], function( jQuery, document, isFunction ) {
|
6
|
+
|
7
|
+
"use strict";
|
8
|
+
|
9
|
+
var readyCallbacks = [],
|
10
|
+
whenReady = function( fn ) {
|
11
|
+
readyCallbacks.push( fn );
|
12
|
+
},
|
13
|
+
executeReady = function( fn ) {
|
14
|
+
|
15
|
+
// Prevent errors from freezing future callback execution (gh-1823)
|
16
|
+
// Not backwards-compatible as this does not execute sync
|
17
|
+
window.setTimeout( function() {
|
18
|
+
fn.call( document, jQuery );
|
19
|
+
} );
|
20
|
+
};
|
21
|
+
|
22
|
+
jQuery.fn.ready = function( fn ) {
|
23
|
+
whenReady( fn );
|
24
|
+
return this;
|
25
|
+
};
|
26
|
+
|
27
|
+
jQuery.extend( {
|
28
|
+
|
29
|
+
// Is the DOM ready to be used? Set to true once it occurs.
|
30
|
+
isReady: false,
|
31
|
+
|
32
|
+
// A counter to track how many items to wait for before
|
33
|
+
// the ready event fires. See trac-6781
|
34
|
+
readyWait: 1,
|
35
|
+
|
36
|
+
ready: function( wait ) {
|
37
|
+
|
38
|
+
// Abort if there are pending holds or we're already ready
|
39
|
+
if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
|
40
|
+
return;
|
41
|
+
}
|
42
|
+
|
43
|
+
// Remember that the DOM is ready
|
44
|
+
jQuery.isReady = true;
|
45
|
+
|
46
|
+
// If a normal DOM Ready event fired, decrement, and wait if need be
|
47
|
+
if ( wait !== true && --jQuery.readyWait > 0 ) {
|
48
|
+
return;
|
49
|
+
}
|
50
|
+
|
51
|
+
whenReady = function( fn ) {
|
52
|
+
readyCallbacks.push( fn );
|
53
|
+
|
54
|
+
while ( readyCallbacks.length ) {
|
55
|
+
fn = readyCallbacks.shift();
|
56
|
+
if ( isFunction( fn ) ) {
|
57
|
+
executeReady( fn );
|
58
|
+
}
|
59
|
+
}
|
60
|
+
};
|
61
|
+
|
62
|
+
whenReady();
|
63
|
+
}
|
64
|
+
} );
|
65
|
+
|
66
|
+
// Make jQuery.ready Promise consumable (gh-1778)
|
67
|
+
jQuery.ready.then = jQuery.fn.ready;
|
68
|
+
|
69
|
+
/**
|
70
|
+
* The ready event handler and self cleanup method
|
71
|
+
*/
|
72
|
+
function completed() {
|
73
|
+
document.removeEventListener( "DOMContentLoaded", completed );
|
74
|
+
window.removeEventListener( "load", completed );
|
75
|
+
jQuery.ready();
|
76
|
+
}
|
77
|
+
|
78
|
+
// Catch cases where $(document).ready() is called
|
79
|
+
// after the browser event has already occurred.
|
80
|
+
// Support: IE9-10 only
|
81
|
+
// Older IE sometimes signals "interactive" too soon
|
82
|
+
if ( document.readyState === "complete" ||
|
83
|
+
( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
|
84
|
+
|
85
|
+
// Handle it asynchronously to allow scripts the opportunity to delay ready
|
86
|
+
window.setTimeout( jQuery.ready );
|
87
|
+
|
88
|
+
} else {
|
89
|
+
|
90
|
+
// Use the handy event callback
|
91
|
+
document.addEventListener( "DOMContentLoaded", completed );
|
92
|
+
|
93
|
+
// A fallback to window.onload, that will always work
|
94
|
+
window.addEventListener( "load", completed );
|
95
|
+
}
|
96
|
+
|
97
|
+
} );
|
@@ -0,0 +1,86 @@
|
|
1
|
+
define( [
|
2
|
+
"../core",
|
3
|
+
"../var/document",
|
4
|
+
"../core/readyException",
|
5
|
+
"../deferred"
|
6
|
+
], function( jQuery, document ) {
|
7
|
+
|
8
|
+
"use strict";
|
9
|
+
|
10
|
+
// The deferred used on DOM ready
|
11
|
+
var readyList = jQuery.Deferred();
|
12
|
+
|
13
|
+
jQuery.fn.ready = function( fn ) {
|
14
|
+
|
15
|
+
readyList
|
16
|
+
.then( fn )
|
17
|
+
|
18
|
+
// Wrap jQuery.readyException in a function so that the lookup
|
19
|
+
// happens at the time of error handling instead of callback
|
20
|
+
// registration.
|
21
|
+
.catch( function( error ) {
|
22
|
+
jQuery.readyException( error );
|
23
|
+
} );
|
24
|
+
|
25
|
+
return this;
|
26
|
+
};
|
27
|
+
|
28
|
+
jQuery.extend( {
|
29
|
+
|
30
|
+
// Is the DOM ready to be used? Set to true once it occurs.
|
31
|
+
isReady: false,
|
32
|
+
|
33
|
+
// A counter to track how many items to wait for before
|
34
|
+
// the ready event fires. See trac-6781
|
35
|
+
readyWait: 1,
|
36
|
+
|
37
|
+
// Handle when the DOM is ready
|
38
|
+
ready: function( wait ) {
|
39
|
+
|
40
|
+
// Abort if there are pending holds or we're already ready
|
41
|
+
if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
|
42
|
+
return;
|
43
|
+
}
|
44
|
+
|
45
|
+
// Remember that the DOM is ready
|
46
|
+
jQuery.isReady = true;
|
47
|
+
|
48
|
+
// If a normal DOM Ready event fired, decrement, and wait if need be
|
49
|
+
if ( wait !== true && --jQuery.readyWait > 0 ) {
|
50
|
+
return;
|
51
|
+
}
|
52
|
+
|
53
|
+
// If there are functions bound, to execute
|
54
|
+
readyList.resolveWith( document, [ jQuery ] );
|
55
|
+
}
|
56
|
+
} );
|
57
|
+
|
58
|
+
jQuery.ready.then = readyList.then;
|
59
|
+
|
60
|
+
// The ready event handler and self cleanup method
|
61
|
+
function completed() {
|
62
|
+
document.removeEventListener( "DOMContentLoaded", completed );
|
63
|
+
window.removeEventListener( "load", completed );
|
64
|
+
jQuery.ready();
|
65
|
+
}
|
66
|
+
|
67
|
+
// Catch cases where $(document).ready() is called
|
68
|
+
// after the browser event has already occurred.
|
69
|
+
// Support: IE <=9 - 10 only
|
70
|
+
// Older IE sometimes signals "interactive" too soon
|
71
|
+
if ( document.readyState === "complete" ||
|
72
|
+
( document.readyState !== "loading" && !document.documentElement.doScroll ) ) {
|
73
|
+
|
74
|
+
// Handle it asynchronously to allow scripts the opportunity to delay ready
|
75
|
+
window.setTimeout( jQuery.ready );
|
76
|
+
|
77
|
+
} else {
|
78
|
+
|
79
|
+
// Use the handy event callback
|
80
|
+
document.addEventListener( "DOMContentLoaded", completed );
|
81
|
+
|
82
|
+
// A fallback to window.onload, that will always work
|
83
|
+
window.addEventListener( "load", completed );
|
84
|
+
}
|
85
|
+
|
86
|
+
} );
|
@@ -0,0 +1,14 @@
|
|
1
|
+
define( [
|
2
|
+
"../var/rnothtmlwhite"
|
3
|
+
], function( rnothtmlwhite ) {
|
4
|
+
"use strict";
|
5
|
+
|
6
|
+
// Strip and collapse whitespace according to HTML spec
|
7
|
+
// https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace
|
8
|
+
function stripAndCollapse( value ) {
|
9
|
+
var tokens = value.match( rnothtmlwhite ) || [];
|
10
|
+
return tokens.join( " " );
|
11
|
+
}
|
12
|
+
|
13
|
+
return stripAndCollapse;
|
14
|
+
} );
|
@@ -0,0 +1,20 @@
|
|
1
|
+
define( [
|
2
|
+
"../var/document",
|
3
|
+
"../var/support"
|
4
|
+
], function( document, support ) {
|
5
|
+
|
6
|
+
"use strict";
|
7
|
+
|
8
|
+
// Support: Safari 8 only
|
9
|
+
// In Safari 8 documents created via document.implementation.createHTMLDocument
|
10
|
+
// collapse sibling forms: the second one becomes a child of the first one.
|
11
|
+
// Because of that, this security measure has to be disabled in Safari 8.
|
12
|
+
// https://bugs.webkit.org/show_bug.cgi?id=137337
|
13
|
+
support.createHTMLDocument = ( function() {
|
14
|
+
var body = document.implementation.createHTMLDocument( "" ).body;
|
15
|
+
body.innerHTML = "<form></form><form></form>";
|
16
|
+
return body.childNodes.length === 2;
|
17
|
+
} )();
|
18
|
+
|
19
|
+
return support;
|
20
|
+
} );
|
@@ -0,0 +1,20 @@
|
|
1
|
+
define( [
|
2
|
+
"../var/class2type",
|
3
|
+
"../var/toString"
|
4
|
+
], function( class2type, toString ) {
|
5
|
+
|
6
|
+
"use strict";
|
7
|
+
|
8
|
+
function toType( obj ) {
|
9
|
+
if ( obj == null ) {
|
10
|
+
return obj + "";
|
11
|
+
}
|
12
|
+
|
13
|
+
// Support: Android <=2.3 only (functionish RegExp)
|
14
|
+
return typeof obj === "object" || typeof obj === "function" ?
|
15
|
+
class2type[ toString.call( obj ) ] || "object" :
|
16
|
+
typeof obj;
|
17
|
+
}
|
18
|
+
|
19
|
+
return toType;
|
20
|
+
} );
|
@@ -0,0 +1,442 @@
|
|
1
|
+
/* global Symbol */
|
2
|
+
// Defining this global in .eslintrc.json would create a danger of using the global
|
3
|
+
// unguarded in another place, it seems safer to define global only for this module
|
4
|
+
|
5
|
+
define( [
|
6
|
+
"./var/arr",
|
7
|
+
"./var/getProto",
|
8
|
+
"./var/slice",
|
9
|
+
"./var/flat",
|
10
|
+
"./var/push",
|
11
|
+
"./var/indexOf",
|
12
|
+
"./var/class2type",
|
13
|
+
"./var/toString",
|
14
|
+
"./var/hasOwn",
|
15
|
+
"./var/fnToString",
|
16
|
+
"./var/ObjectFunctionString",
|
17
|
+
"./var/support",
|
18
|
+
"./var/isFunction",
|
19
|
+
"./var/isWindow",
|
20
|
+
"./core/DOMEval",
|
21
|
+
"./core/toType"
|
22
|
+
], function( arr, getProto, slice, flat, push, indexOf,
|
23
|
+
class2type, toString, hasOwn, fnToString, ObjectFunctionString,
|
24
|
+
support, isFunction, isWindow, DOMEval, toType ) {
|
25
|
+
|
26
|
+
"use strict";
|
27
|
+
|
28
|
+
var version = "3.7.1",
|
29
|
+
|
30
|
+
rhtmlSuffix = /HTML$/i,
|
31
|
+
|
32
|
+
// Define a local copy of jQuery
|
33
|
+
jQuery = function( selector, context ) {
|
34
|
+
|
35
|
+
// The jQuery object is actually just the init constructor 'enhanced'
|
36
|
+
// Need init if jQuery is called (just allow error to be thrown if not included)
|
37
|
+
return new jQuery.fn.init( selector, context );
|
38
|
+
};
|
39
|
+
|
40
|
+
jQuery.fn = jQuery.prototype = {
|
41
|
+
|
42
|
+
// The current version of jQuery being used
|
43
|
+
jquery: version,
|
44
|
+
|
45
|
+
constructor: jQuery,
|
46
|
+
|
47
|
+
// The default length of a jQuery object is 0
|
48
|
+
length: 0,
|
49
|
+
|
50
|
+
toArray: function() {
|
51
|
+
return slice.call( this );
|
52
|
+
},
|
53
|
+
|
54
|
+
// Get the Nth element in the matched element set OR
|
55
|
+
// Get the whole matched element set as a clean array
|
56
|
+
get: function( num ) {
|
57
|
+
|
58
|
+
// Return all the elements in a clean array
|
59
|
+
if ( num == null ) {
|
60
|
+
return slice.call( this );
|
61
|
+
}
|
62
|
+
|
63
|
+
// Return just the one element from the set
|
64
|
+
return num < 0 ? this[ num + this.length ] : this[ num ];
|
65
|
+
},
|
66
|
+
|
67
|
+
// Take an array of elements and push it onto the stack
|
68
|
+
// (returning the new matched element set)
|
69
|
+
pushStack: function( elems ) {
|
70
|
+
|
71
|
+
// Build a new jQuery matched element set
|
72
|
+
var ret = jQuery.merge( this.constructor(), elems );
|
73
|
+
|
74
|
+
// Add the old object onto the stack (as a reference)
|
75
|
+
ret.prevObject = this;
|
76
|
+
|
77
|
+
// Return the newly-formed element set
|
78
|
+
return ret;
|
79
|
+
},
|
80
|
+
|
81
|
+
// Execute a callback for every element in the matched set.
|
82
|
+
each: function( callback ) {
|
83
|
+
return jQuery.each( this, callback );
|
84
|
+
},
|
85
|
+
|
86
|
+
map: function( callback ) {
|
87
|
+
return this.pushStack( jQuery.map( this, function( elem, i ) {
|
88
|
+
return callback.call( elem, i, elem );
|
89
|
+
} ) );
|
90
|
+
},
|
91
|
+
|
92
|
+
slice: function() {
|
93
|
+
return this.pushStack( slice.apply( this, arguments ) );
|
94
|
+
},
|
95
|
+
|
96
|
+
first: function() {
|
97
|
+
return this.eq( 0 );
|
98
|
+
},
|
99
|
+
|
100
|
+
last: function() {
|
101
|
+
return this.eq( -1 );
|
102
|
+
},
|
103
|
+
|
104
|
+
even: function() {
|
105
|
+
return this.pushStack( jQuery.grep( this, function( _elem, i ) {
|
106
|
+
return ( i + 1 ) % 2;
|
107
|
+
} ) );
|
108
|
+
},
|
109
|
+
|
110
|
+
odd: function() {
|
111
|
+
return this.pushStack( jQuery.grep( this, function( _elem, i ) {
|
112
|
+
return i % 2;
|
113
|
+
} ) );
|
114
|
+
},
|
115
|
+
|
116
|
+
eq: function( i ) {
|
117
|
+
var len = this.length,
|
118
|
+
j = +i + ( i < 0 ? len : 0 );
|
119
|
+
return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] );
|
120
|
+
},
|
121
|
+
|
122
|
+
end: function() {
|
123
|
+
return this.prevObject || this.constructor();
|
124
|
+
},
|
125
|
+
|
126
|
+
// For internal use only.
|
127
|
+
// Behaves like an Array's method, not like a jQuery method.
|
128
|
+
push: push,
|
129
|
+
sort: arr.sort,
|
130
|
+
splice: arr.splice
|
131
|
+
};
|
132
|
+
|
133
|
+
jQuery.extend = jQuery.fn.extend = function() {
|
134
|
+
var options, name, src, copy, copyIsArray, clone,
|
135
|
+
target = arguments[ 0 ] || {},
|
136
|
+
i = 1,
|
137
|
+
length = arguments.length,
|
138
|
+
deep = false;
|
139
|
+
|
140
|
+
// Handle a deep copy situation
|
141
|
+
if ( typeof target === "boolean" ) {
|
142
|
+
deep = target;
|
143
|
+
|
144
|
+
// Skip the boolean and the target
|
145
|
+
target = arguments[ i ] || {};
|
146
|
+
i++;
|
147
|
+
}
|
148
|
+
|
149
|
+
// Handle case when target is a string or something (possible in deep copy)
|
150
|
+
if ( typeof target !== "object" && !isFunction( target ) ) {
|
151
|
+
target = {};
|
152
|
+
}
|
153
|
+
|
154
|
+
// Extend jQuery itself if only one argument is passed
|
155
|
+
if ( i === length ) {
|
156
|
+
target = this;
|
157
|
+
i--;
|
158
|
+
}
|
159
|
+
|
160
|
+
for ( ; i < length; i++ ) {
|
161
|
+
|
162
|
+
// Only deal with non-null/undefined values
|
163
|
+
if ( ( options = arguments[ i ] ) != null ) {
|
164
|
+
|
165
|
+
// Extend the base object
|
166
|
+
for ( name in options ) {
|
167
|
+
copy = options[ name ];
|
168
|
+
|
169
|
+
// Prevent Object.prototype pollution
|
170
|
+
// Prevent never-ending loop
|
171
|
+
if ( name === "__proto__" || target === copy ) {
|
172
|
+
continue;
|
173
|
+
}
|
174
|
+
|
175
|
+
// Recurse if we're merging plain objects or arrays
|
176
|
+
if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
|
177
|
+
( copyIsArray = Array.isArray( copy ) ) ) ) {
|
178
|
+
src = target[ name ];
|
179
|
+
|
180
|
+
// Ensure proper type for the source value
|
181
|
+
if ( copyIsArray && !Array.isArray( src ) ) {
|
182
|
+
clone = [];
|
183
|
+
} else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) {
|
184
|
+
clone = {};
|
185
|
+
} else {
|
186
|
+
clone = src;
|
187
|
+
}
|
188
|
+
copyIsArray = false;
|
189
|
+
|
190
|
+
// Never move original objects, clone them
|
191
|
+
target[ name ] = jQuery.extend( deep, clone, copy );
|
192
|
+
|
193
|
+
// Don't bring in undefined values
|
194
|
+
} else if ( copy !== undefined ) {
|
195
|
+
target[ name ] = copy;
|
196
|
+
}
|
197
|
+
}
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
// Return the modified object
|
202
|
+
return target;
|
203
|
+
};
|
204
|
+
|
205
|
+
jQuery.extend( {
|
206
|
+
|
207
|
+
// Unique for each copy of jQuery on the page
|
208
|
+
expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ),
|
209
|
+
|
210
|
+
// Assume jQuery is ready without the ready module
|
211
|
+
isReady: true,
|
212
|
+
|
213
|
+
error: function( msg ) {
|
214
|
+
throw new Error( msg );
|
215
|
+
},
|
216
|
+
|
217
|
+
noop: function() {},
|
218
|
+
|
219
|
+
isPlainObject: function( obj ) {
|
220
|
+
var proto, Ctor;
|
221
|
+
|
222
|
+
// Detect obvious negatives
|
223
|
+
// Use toString instead of jQuery.type to catch host objects
|
224
|
+
if ( !obj || toString.call( obj ) !== "[object Object]" ) {
|
225
|
+
return false;
|
226
|
+
}
|
227
|
+
|
228
|
+
proto = getProto( obj );
|
229
|
+
|
230
|
+
// Objects with no prototype (e.g., `Object.create( null )`) are plain
|
231
|
+
if ( !proto ) {
|
232
|
+
return true;
|
233
|
+
}
|
234
|
+
|
235
|
+
// Objects with prototype are plain iff they were constructed by a global Object function
|
236
|
+
Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor;
|
237
|
+
return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString;
|
238
|
+
},
|
239
|
+
|
240
|
+
isEmptyObject: function( obj ) {
|
241
|
+
var name;
|
242
|
+
|
243
|
+
for ( name in obj ) {
|
244
|
+
return false;
|
245
|
+
}
|
246
|
+
return true;
|
247
|
+
},
|
248
|
+
|
249
|
+
// Evaluates a script in a provided context; falls back to the global one
|
250
|
+
// if not specified.
|
251
|
+
globalEval: function( code, options, doc ) {
|
252
|
+
DOMEval( code, { nonce: options && options.nonce }, doc );
|
253
|
+
},
|
254
|
+
|
255
|
+
each: function( obj, callback ) {
|
256
|
+
var length, i = 0;
|
257
|
+
|
258
|
+
if ( isArrayLike( obj ) ) {
|
259
|
+
length = obj.length;
|
260
|
+
for ( ; i < length; i++ ) {
|
261
|
+
if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
|
262
|
+
break;
|
263
|
+
}
|
264
|
+
}
|
265
|
+
} else {
|
266
|
+
for ( i in obj ) {
|
267
|
+
if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) {
|
268
|
+
break;
|
269
|
+
}
|
270
|
+
}
|
271
|
+
}
|
272
|
+
|
273
|
+
return obj;
|
274
|
+
},
|
275
|
+
|
276
|
+
|
277
|
+
// Retrieve the text value of an array of DOM nodes
|
278
|
+
text: function( elem ) {
|
279
|
+
var node,
|
280
|
+
ret = "",
|
281
|
+
i = 0,
|
282
|
+
nodeType = elem.nodeType;
|
283
|
+
|
284
|
+
if ( !nodeType ) {
|
285
|
+
|
286
|
+
// If no nodeType, this is expected to be an array
|
287
|
+
while ( ( node = elem[ i++ ] ) ) {
|
288
|
+
|
289
|
+
// Do not traverse comment nodes
|
290
|
+
ret += jQuery.text( node );
|
291
|
+
}
|
292
|
+
}
|
293
|
+
if ( nodeType === 1 || nodeType === 11 ) {
|
294
|
+
return elem.textContent;
|
295
|
+
}
|
296
|
+
if ( nodeType === 9 ) {
|
297
|
+
return elem.documentElement.textContent;
|
298
|
+
}
|
299
|
+
if ( nodeType === 3 || nodeType === 4 ) {
|
300
|
+
return elem.nodeValue;
|
301
|
+
}
|
302
|
+
|
303
|
+
// Do not include comment or processing instruction nodes
|
304
|
+
|
305
|
+
return ret;
|
306
|
+
},
|
307
|
+
|
308
|
+
// results is for internal usage only
|
309
|
+
makeArray: function( arr, results ) {
|
310
|
+
var ret = results || [];
|
311
|
+
|
312
|
+
if ( arr != null ) {
|
313
|
+
if ( isArrayLike( Object( arr ) ) ) {
|
314
|
+
jQuery.merge( ret,
|
315
|
+
typeof arr === "string" ?
|
316
|
+
[ arr ] : arr
|
317
|
+
);
|
318
|
+
} else {
|
319
|
+
push.call( ret, arr );
|
320
|
+
}
|
321
|
+
}
|
322
|
+
|
323
|
+
return ret;
|
324
|
+
},
|
325
|
+
|
326
|
+
inArray: function( elem, arr, i ) {
|
327
|
+
return arr == null ? -1 : indexOf.call( arr, elem, i );
|
328
|
+
},
|
329
|
+
|
330
|
+
isXMLDoc: function( elem ) {
|
331
|
+
var namespace = elem && elem.namespaceURI,
|
332
|
+
docElem = elem && ( elem.ownerDocument || elem ).documentElement;
|
333
|
+
|
334
|
+
// Assume HTML when documentElement doesn't yet exist, such as inside
|
335
|
+
// document fragments.
|
336
|
+
return !rhtmlSuffix.test( namespace || docElem && docElem.nodeName || "HTML" );
|
337
|
+
},
|
338
|
+
|
339
|
+
// Support: Android <=4.0 only, PhantomJS 1 only
|
340
|
+
// push.apply(_, arraylike) throws on ancient WebKit
|
341
|
+
merge: function( first, second ) {
|
342
|
+
var len = +second.length,
|
343
|
+
j = 0,
|
344
|
+
i = first.length;
|
345
|
+
|
346
|
+
for ( ; j < len; j++ ) {
|
347
|
+
first[ i++ ] = second[ j ];
|
348
|
+
}
|
349
|
+
|
350
|
+
first.length = i;
|
351
|
+
|
352
|
+
return first;
|
353
|
+
},
|
354
|
+
|
355
|
+
grep: function( elems, callback, invert ) {
|
356
|
+
var callbackInverse,
|
357
|
+
matches = [],
|
358
|
+
i = 0,
|
359
|
+
length = elems.length,
|
360
|
+
callbackExpect = !invert;
|
361
|
+
|
362
|
+
// Go through the array, only saving the items
|
363
|
+
// that pass the validator function
|
364
|
+
for ( ; i < length; i++ ) {
|
365
|
+
callbackInverse = !callback( elems[ i ], i );
|
366
|
+
if ( callbackInverse !== callbackExpect ) {
|
367
|
+
matches.push( elems[ i ] );
|
368
|
+
}
|
369
|
+
}
|
370
|
+
|
371
|
+
return matches;
|
372
|
+
},
|
373
|
+
|
374
|
+
// arg is for internal usage only
|
375
|
+
map: function( elems, callback, arg ) {
|
376
|
+
var length, value,
|
377
|
+
i = 0,
|
378
|
+
ret = [];
|
379
|
+
|
380
|
+
// Go through the array, translating each of the items to their new values
|
381
|
+
if ( isArrayLike( elems ) ) {
|
382
|
+
length = elems.length;
|
383
|
+
for ( ; i < length; i++ ) {
|
384
|
+
value = callback( elems[ i ], i, arg );
|
385
|
+
|
386
|
+
if ( value != null ) {
|
387
|
+
ret.push( value );
|
388
|
+
}
|
389
|
+
}
|
390
|
+
|
391
|
+
// Go through every key on the object,
|
392
|
+
} else {
|
393
|
+
for ( i in elems ) {
|
394
|
+
value = callback( elems[ i ], i, arg );
|
395
|
+
|
396
|
+
if ( value != null ) {
|
397
|
+
ret.push( value );
|
398
|
+
}
|
399
|
+
}
|
400
|
+
}
|
401
|
+
|
402
|
+
// Flatten any nested arrays
|
403
|
+
return flat( ret );
|
404
|
+
},
|
405
|
+
|
406
|
+
// A global GUID counter for objects
|
407
|
+
guid: 1,
|
408
|
+
|
409
|
+
// jQuery.support is not used in Core but other projects attach their
|
410
|
+
// properties to it so it needs to exist.
|
411
|
+
support: support
|
412
|
+
} );
|
413
|
+
|
414
|
+
if ( typeof Symbol === "function" ) {
|
415
|
+
jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ];
|
416
|
+
}
|
417
|
+
|
418
|
+
// Populate the class2type map
|
419
|
+
jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
|
420
|
+
function( _i, name ) {
|
421
|
+
class2type[ "[object " + name + "]" ] = name.toLowerCase();
|
422
|
+
} );
|
423
|
+
|
424
|
+
function isArrayLike( obj ) {
|
425
|
+
|
426
|
+
// Support: real iOS 8.2 only (not reproducible in simulator)
|
427
|
+
// `in` check used to prevent JIT error (gh-2145)
|
428
|
+
// hasOwn isn't used here due to false negatives
|
429
|
+
// regarding Nodelist length in IE
|
430
|
+
var length = !!obj && "length" in obj && obj.length,
|
431
|
+
type = toType( obj );
|
432
|
+
|
433
|
+
if ( isFunction( obj ) || isWindow( obj ) ) {
|
434
|
+
return false;
|
435
|
+
}
|
436
|
+
|
437
|
+
return type === "array" || length === 0 ||
|
438
|
+
typeof length === "number" && length > 0 && ( length - 1 ) in obj;
|
439
|
+
}
|
440
|
+
|
441
|
+
return jQuery;
|
442
|
+
} );
|