@qqbrowser/qbot-claw-launcher 0.9.32

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.
Files changed (90) hide show
  1. package/README.md +1 -0
  2. package/debug.html +440 -0
  3. package/dist/config.d.ts +15 -0
  4. package/dist/config.d.ts.map +1 -0
  5. package/dist/config.js +23 -0
  6. package/dist/config.js.map +1 -0
  7. package/dist/index.d.ts +3 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/index.js +128 -0
  10. package/dist/index.js.map +1 -0
  11. package/dist/installer.d.ts +20 -0
  12. package/dist/installer.d.ts.map +1 -0
  13. package/dist/installer.js +335 -0
  14. package/dist/installer.js.map +1 -0
  15. package/dist/quarantine.d.ts +37 -0
  16. package/dist/quarantine.d.ts.map +1 -0
  17. package/dist/quarantine.js +315 -0
  18. package/dist/quarantine.js.map +1 -0
  19. package/dist/reportLog.d.ts +28 -0
  20. package/dist/reportLog.d.ts.map +1 -0
  21. package/dist/reportLog.js +262 -0
  22. package/dist/reportLog.js.map +1 -0
  23. package/dist/server.d.ts +4 -0
  24. package/dist/server.d.ts.map +1 -0
  25. package/dist/server.js +425 -0
  26. package/dist/server.js.map +1 -0
  27. package/dist/service.d.ts +11 -0
  28. package/dist/service.d.ts.map +1 -0
  29. package/dist/service.js +197 -0
  30. package/dist/service.js.map +1 -0
  31. package/dist/state.d.ts +21 -0
  32. package/dist/state.d.ts.map +1 -0
  33. package/dist/state.js +62 -0
  34. package/dist/state.js.map +1 -0
  35. package/dist/utils.d.ts +25 -0
  36. package/dist/utils.d.ts.map +1 -0
  37. package/dist/utils.js +101 -0
  38. package/dist/utils.js.map +1 -0
  39. package/node_modules/@parcel/watcher/LICENSE +21 -0
  40. package/node_modules/@parcel/watcher/README.md +136 -0
  41. package/node_modules/@parcel/watcher/index.d.ts +49 -0
  42. package/node_modules/@parcel/watcher/index.js +42 -0
  43. package/node_modules/@parcel/watcher/index.js.flow +48 -0
  44. package/node_modules/@parcel/watcher/node_modules/picomatch/LICENSE +21 -0
  45. package/node_modules/@parcel/watcher/node_modules/picomatch/README.md +738 -0
  46. package/node_modules/@parcel/watcher/node_modules/picomatch/index.js +17 -0
  47. package/node_modules/@parcel/watcher/node_modules/picomatch/lib/constants.js +180 -0
  48. package/node_modules/@parcel/watcher/node_modules/picomatch/lib/parse.js +1085 -0
  49. package/node_modules/@parcel/watcher/node_modules/picomatch/lib/picomatch.js +341 -0
  50. package/node_modules/@parcel/watcher/node_modules/picomatch/lib/scan.js +391 -0
  51. package/node_modules/@parcel/watcher/node_modules/picomatch/lib/utils.js +72 -0
  52. package/node_modules/@parcel/watcher/node_modules/picomatch/package.json +83 -0
  53. package/node_modules/@parcel/watcher/node_modules/picomatch/posix.js +3 -0
  54. package/node_modules/@parcel/watcher/package.json +39 -0
  55. package/node_modules/@parcel/watcher/wrapper.js +74 -0
  56. package/node_modules/@parcel/watcher-darwin-arm64/LICENSE +21 -0
  57. package/node_modules/@parcel/watcher-darwin-arm64/README.md +1 -0
  58. package/node_modules/@parcel/watcher-darwin-arm64/package.json +30 -0
  59. package/node_modules/@parcel/watcher-darwin-arm64/watcher.node +0 -0
  60. package/node_modules/fs-xattr/LICENSE +21 -0
  61. package/node_modules/fs-xattr/build/Makefile +347 -0
  62. package/node_modules/fs-xattr/build/Release/.deps/Release/obj.target/xattr/src/async.o.d +15 -0
  63. package/node_modules/fs-xattr/build/Release/.deps/Release/obj.target/xattr/src/error.o.d +12 -0
  64. package/node_modules/fs-xattr/build/Release/.deps/Release/obj.target/xattr/src/sync.o.d +15 -0
  65. package/node_modules/fs-xattr/build/Release/.deps/Release/obj.target/xattr/src/util.o.d +12 -0
  66. package/node_modules/fs-xattr/build/Release/.deps/Release/obj.target/xattr/src/xattr.o.d +14 -0
  67. package/node_modules/fs-xattr/build/Release/.deps/Release/xattr.node.d +1 -0
  68. package/node_modules/fs-xattr/build/Release/obj.target/xattr/src/async.o +0 -0
  69. package/node_modules/fs-xattr/build/Release/obj.target/xattr/src/error.o +0 -0
  70. package/node_modules/fs-xattr/build/Release/obj.target/xattr/src/sync.o +0 -0
  71. package/node_modules/fs-xattr/build/Release/obj.target/xattr/src/util.o +0 -0
  72. package/node_modules/fs-xattr/build/Release/obj.target/xattr/src/xattr.o +0 -0
  73. package/node_modules/fs-xattr/build/Release/xattr.node +0 -0
  74. package/node_modules/fs-xattr/build/binding.Makefile +6 -0
  75. package/node_modules/fs-xattr/build/config.gypi +530 -0
  76. package/node_modules/fs-xattr/build/gyp-mac-tool +772 -0
  77. package/node_modules/fs-xattr/build/xattr.target.mk +185 -0
  78. package/node_modules/fs-xattr/index.d.ts +47 -0
  79. package/node_modules/fs-xattr/index.js +80 -0
  80. package/node_modules/fs-xattr/package.json +29 -0
  81. package/node_modules/fs-xattr/readme.md +101 -0
  82. package/node_modules/is-extglob/LICENSE +21 -0
  83. package/node_modules/is-extglob/README.md +107 -0
  84. package/node_modules/is-extglob/index.js +20 -0
  85. package/node_modules/is-extglob/package.json +69 -0
  86. package/node_modules/is-glob/LICENSE +21 -0
  87. package/node_modules/is-glob/README.md +206 -0
  88. package/node_modules/is-glob/index.js +150 -0
  89. package/node_modules/is-glob/package.json +81 -0
  90. package/package.json +45 -0
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ const pico = require('./lib/picomatch');
4
+ const utils = require('./lib/utils');
5
+
6
+ function picomatch(glob, options, returnState = false) {
7
+ // default to os.platform()
8
+ if (options && (options.windows === null || options.windows === undefined)) {
9
+ // don't mutate the original options object
10
+ options = { ...options, windows: utils.isWindows() };
11
+ }
12
+
13
+ return pico(glob, options, returnState);
14
+ }
15
+
16
+ Object.assign(picomatch, pico);
17
+ module.exports = picomatch;
@@ -0,0 +1,180 @@
1
+ 'use strict';
2
+
3
+ const WIN_SLASH = '\\\\/';
4
+ const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
5
+
6
+ /**
7
+ * Posix glob regex
8
+ */
9
+
10
+ const DOT_LITERAL = '\\.';
11
+ const PLUS_LITERAL = '\\+';
12
+ const QMARK_LITERAL = '\\?';
13
+ const SLASH_LITERAL = '\\/';
14
+ const ONE_CHAR = '(?=.)';
15
+ const QMARK = '[^/]';
16
+ const END_ANCHOR = `(?:${SLASH_LITERAL}|$)`;
17
+ const START_ANCHOR = `(?:^|${SLASH_LITERAL})`;
18
+ const DOTS_SLASH = `${DOT_LITERAL}{1,2}${END_ANCHOR}`;
19
+ const NO_DOT = `(?!${DOT_LITERAL})`;
20
+ const NO_DOTS = `(?!${START_ANCHOR}${DOTS_SLASH})`;
21
+ const NO_DOT_SLASH = `(?!${DOT_LITERAL}{0,1}${END_ANCHOR})`;
22
+ const NO_DOTS_SLASH = `(?!${DOTS_SLASH})`;
23
+ const QMARK_NO_DOT = `[^.${SLASH_LITERAL}]`;
24
+ const STAR = `${QMARK}*?`;
25
+ const SEP = '/';
26
+
27
+ const POSIX_CHARS = {
28
+ DOT_LITERAL,
29
+ PLUS_LITERAL,
30
+ QMARK_LITERAL,
31
+ SLASH_LITERAL,
32
+ ONE_CHAR,
33
+ QMARK,
34
+ END_ANCHOR,
35
+ DOTS_SLASH,
36
+ NO_DOT,
37
+ NO_DOTS,
38
+ NO_DOT_SLASH,
39
+ NO_DOTS_SLASH,
40
+ QMARK_NO_DOT,
41
+ STAR,
42
+ START_ANCHOR,
43
+ SEP
44
+ };
45
+
46
+ /**
47
+ * Windows glob regex
48
+ */
49
+
50
+ const WINDOWS_CHARS = {
51
+ ...POSIX_CHARS,
52
+
53
+ SLASH_LITERAL: `[${WIN_SLASH}]`,
54
+ QMARK: WIN_NO_SLASH,
55
+ STAR: `${WIN_NO_SLASH}*?`,
56
+ DOTS_SLASH: `${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$)`,
57
+ NO_DOT: `(?!${DOT_LITERAL})`,
58
+ NO_DOTS: `(?!(?:^|[${WIN_SLASH}])${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$))`,
59
+ NO_DOT_SLASH: `(?!${DOT_LITERAL}{0,1}(?:[${WIN_SLASH}]|$))`,
60
+ NO_DOTS_SLASH: `(?!${DOT_LITERAL}{1,2}(?:[${WIN_SLASH}]|$))`,
61
+ QMARK_NO_DOT: `[^.${WIN_SLASH}]`,
62
+ START_ANCHOR: `(?:^|[${WIN_SLASH}])`,
63
+ END_ANCHOR: `(?:[${WIN_SLASH}]|$)`,
64
+ SEP: '\\'
65
+ };
66
+
67
+ /**
68
+ * POSIX Bracket Regex
69
+ */
70
+
71
+ const POSIX_REGEX_SOURCE = {
72
+ alnum: 'a-zA-Z0-9',
73
+ alpha: 'a-zA-Z',
74
+ ascii: '\\x00-\\x7F',
75
+ blank: ' \\t',
76
+ cntrl: '\\x00-\\x1F\\x7F',
77
+ digit: '0-9',
78
+ graph: '\\x21-\\x7E',
79
+ lower: 'a-z',
80
+ print: '\\x20-\\x7E ',
81
+ punct: '\\-!"#$%&\'()\\*+,./:;<=>?@[\\]^_`{|}~',
82
+ space: ' \\t\\r\\n\\v\\f',
83
+ upper: 'A-Z',
84
+ word: 'A-Za-z0-9_',
85
+ xdigit: 'A-Fa-f0-9'
86
+ };
87
+
88
+ module.exports = {
89
+ MAX_LENGTH: 1024 * 64,
90
+ POSIX_REGEX_SOURCE,
91
+
92
+ // regular expressions
93
+ REGEX_BACKSLASH: /\\(?![*+?^${}(|)[\]])/g,
94
+ REGEX_NON_SPECIAL_CHARS: /^[^@![\].,$*+?^{}()|\\/]+/,
95
+ REGEX_SPECIAL_CHARS: /[-*+?.^${}(|)[\]]/,
96
+ REGEX_SPECIAL_CHARS_BACKREF: /(\\?)((\W)(\3*))/g,
97
+ REGEX_SPECIAL_CHARS_GLOBAL: /([-*+?.^${}(|)[\]])/g,
98
+ REGEX_REMOVE_BACKSLASH: /(?:\[.*?[^\\]\]|\\(?=.))/g,
99
+
100
+ // Replace globs with equivalent patterns to reduce parsing time.
101
+ REPLACEMENTS: {
102
+ __proto__: null,
103
+ '***': '*',
104
+ '**/**': '**',
105
+ '**/**/**': '**'
106
+ },
107
+
108
+ // Digits
109
+ CHAR_0: 48, /* 0 */
110
+ CHAR_9: 57, /* 9 */
111
+
112
+ // Alphabet chars.
113
+ CHAR_UPPERCASE_A: 65, /* A */
114
+ CHAR_LOWERCASE_A: 97, /* a */
115
+ CHAR_UPPERCASE_Z: 90, /* Z */
116
+ CHAR_LOWERCASE_Z: 122, /* z */
117
+
118
+ CHAR_LEFT_PARENTHESES: 40, /* ( */
119
+ CHAR_RIGHT_PARENTHESES: 41, /* ) */
120
+
121
+ CHAR_ASTERISK: 42, /* * */
122
+
123
+ // Non-alphabetic chars.
124
+ CHAR_AMPERSAND: 38, /* & */
125
+ CHAR_AT: 64, /* @ */
126
+ CHAR_BACKWARD_SLASH: 92, /* \ */
127
+ CHAR_CARRIAGE_RETURN: 13, /* \r */
128
+ CHAR_CIRCUMFLEX_ACCENT: 94, /* ^ */
129
+ CHAR_COLON: 58, /* : */
130
+ CHAR_COMMA: 44, /* , */
131
+ CHAR_DOT: 46, /* . */
132
+ CHAR_DOUBLE_QUOTE: 34, /* " */
133
+ CHAR_EQUAL: 61, /* = */
134
+ CHAR_EXCLAMATION_MARK: 33, /* ! */
135
+ CHAR_FORM_FEED: 12, /* \f */
136
+ CHAR_FORWARD_SLASH: 47, /* / */
137
+ CHAR_GRAVE_ACCENT: 96, /* ` */
138
+ CHAR_HASH: 35, /* # */
139
+ CHAR_HYPHEN_MINUS: 45, /* - */
140
+ CHAR_LEFT_ANGLE_BRACKET: 60, /* < */
141
+ CHAR_LEFT_CURLY_BRACE: 123, /* { */
142
+ CHAR_LEFT_SQUARE_BRACKET: 91, /* [ */
143
+ CHAR_LINE_FEED: 10, /* \n */
144
+ CHAR_NO_BREAK_SPACE: 160, /* \u00A0 */
145
+ CHAR_PERCENT: 37, /* % */
146
+ CHAR_PLUS: 43, /* + */
147
+ CHAR_QUESTION_MARK: 63, /* ? */
148
+ CHAR_RIGHT_ANGLE_BRACKET: 62, /* > */
149
+ CHAR_RIGHT_CURLY_BRACE: 125, /* } */
150
+ CHAR_RIGHT_SQUARE_BRACKET: 93, /* ] */
151
+ CHAR_SEMICOLON: 59, /* ; */
152
+ CHAR_SINGLE_QUOTE: 39, /* ' */
153
+ CHAR_SPACE: 32, /* */
154
+ CHAR_TAB: 9, /* \t */
155
+ CHAR_UNDERSCORE: 95, /* _ */
156
+ CHAR_VERTICAL_LINE: 124, /* | */
157
+ CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279, /* \uFEFF */
158
+
159
+ /**
160
+ * Create EXTGLOB_CHARS
161
+ */
162
+
163
+ extglobChars(chars) {
164
+ return {
165
+ '!': { type: 'negate', open: '(?:(?!(?:', close: `))${chars.STAR})` },
166
+ '?': { type: 'qmark', open: '(?:', close: ')?' },
167
+ '+': { type: 'plus', open: '(?:', close: ')+' },
168
+ '*': { type: 'star', open: '(?:', close: ')*' },
169
+ '@': { type: 'at', open: '(?:', close: ')' }
170
+ };
171
+ },
172
+
173
+ /**
174
+ * Create GLOB_CHARS
175
+ */
176
+
177
+ globChars(win32) {
178
+ return win32 === true ? WINDOWS_CHARS : POSIX_CHARS;
179
+ }
180
+ };