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,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,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,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,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
|
+
} );
|