@modern-js/utils 2.12.1-alpha.1 → 2.12.1-alpha.3

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 (271) hide show
  1. package/dist/cjs/compiled.js +3 -3
  2. package/dist/cjs/import.js +1 -1
  3. package/dist/compiled/address/index.js +1 -0
  4. package/dist/compiled/address/lib/address.d.ts +28 -0
  5. package/dist/compiled/address/package.json +1 -0
  6. package/dist/compiled/ajv/codegen.js +1 -0
  7. package/dist/compiled/ajv/index.js +9 -0
  8. package/dist/compiled/ajv/license +22 -0
  9. package/dist/compiled/ajv/package.json +1 -0
  10. package/dist/compiled/ajv/types/ajv.d.ts +16 -0
  11. package/dist/compiled/ajv/types/compile/codegen/code.d.ts +40 -0
  12. package/dist/compiled/ajv/types/compile/codegen/index.d.ts +79 -0
  13. package/dist/compiled/ajv/types/compile/codegen/scope.d.ts +79 -0
  14. package/dist/compiled/ajv/types/compile/errors.d.ts +13 -0
  15. package/dist/compiled/ajv/types/compile/index.d.ts +80 -0
  16. package/dist/compiled/ajv/types/compile/ref_error.d.ts +6 -0
  17. package/dist/compiled/ajv/types/compile/resolve.d.ts +12 -0
  18. package/dist/compiled/ajv/types/compile/rules.d.ts +28 -0
  19. package/dist/compiled/ajv/types/compile/util.d.ts +40 -0
  20. package/dist/compiled/ajv/types/compile/validate/index.d.ts +42 -0
  21. package/dist/compiled/ajv/types/compile/validate/subschema.d.ts +47 -0
  22. package/dist/compiled/ajv/types/core.d.ts +173 -0
  23. package/dist/compiled/ajv/types/runtime/validation_error.d.ts +7 -0
  24. package/dist/compiled/ajv/types/types/index.d.ts +183 -0
  25. package/dist/compiled/ajv/types/types/json-schema.d.ts +124 -0
  26. package/dist/compiled/ajv/types/types/jtd-schema.d.ts +169 -0
  27. package/dist/compiled/ajv/types/vocabularies/errors.d.ts +1 -0
  28. package/dist/compiled/ajv/uri-js.d.ts +59 -0
  29. package/dist/compiled/ajv-keywords/index.d.ts +1 -0
  30. package/dist/compiled/ajv-keywords/index.js +1 -0
  31. package/dist/compiled/ajv-keywords/license +21 -0
  32. package/dist/compiled/ajv-keywords/package.json +1 -0
  33. package/dist/compiled/better-ajv-errors/index.d.ts +1 -0
  34. package/dist/compiled/better-ajv-errors/index.js +1 -0
  35. package/dist/compiled/better-ajv-errors/license +13 -0
  36. package/dist/compiled/better-ajv-errors/package.json +1 -0
  37. package/dist/compiled/browserslist/index.d.ts +178 -0
  38. package/dist/compiled/browserslist/index.js +1 -0
  39. package/dist/compiled/browserslist/license +20 -0
  40. package/dist/compiled/browserslist/package.json +1 -0
  41. package/dist/compiled/chalk/index.d.ts +415 -0
  42. package/dist/compiled/chalk/index.js +1 -0
  43. package/dist/compiled/chalk/license +9 -0
  44. package/dist/compiled/chalk/package.json +1 -0
  45. package/dist/compiled/chokidar/anymatch/index.d.ts +19 -0
  46. package/dist/compiled/chokidar/fsevents.node +0 -0
  47. package/dist/compiled/chokidar/index.js +40 -0
  48. package/dist/compiled/chokidar/license +21 -0
  49. package/dist/compiled/chokidar/package.json +1 -0
  50. package/dist/compiled/chokidar/types/index.d.ts +188 -0
  51. package/dist/compiled/commander/index.js +1 -0
  52. package/dist/compiled/commander/license +22 -0
  53. package/dist/compiled/commander/package.json +1 -0
  54. package/dist/compiled/commander/typings/index.d.ts +890 -0
  55. package/dist/compiled/debug/index.d.ts +54 -0
  56. package/dist/compiled/debug/index.js +1 -0
  57. package/dist/compiled/debug/license +20 -0
  58. package/dist/compiled/debug/ms/index.d.ts +25 -0
  59. package/dist/compiled/debug/package.json +1 -0
  60. package/dist/compiled/dotenv/index.js +1 -0
  61. package/dist/compiled/dotenv/license +23 -0
  62. package/dist/compiled/dotenv/package.json +1 -0
  63. package/dist/compiled/dotenv/types/index.d.ts +59 -0
  64. package/dist/compiled/dotenv-expand/index.d.ts +15 -0
  65. package/dist/compiled/dotenv-expand/index.js +1 -0
  66. package/dist/compiled/dotenv-expand/license +24 -0
  67. package/dist/compiled/dotenv-expand/package.json +1 -0
  68. package/dist/compiled/execa/index.d.ts +564 -0
  69. package/dist/compiled/execa/index.js +1 -0
  70. package/dist/compiled/execa/license +9 -0
  71. package/dist/compiled/execa/package.json +1 -0
  72. package/dist/compiled/fast-glob/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  73. package/dist/compiled/fast-glob/@nodelib/fs.scandir/out/index.d.ts +12 -0
  74. package/dist/compiled/fast-glob/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  75. package/dist/compiled/fast-glob/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  76. package/dist/compiled/fast-glob/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  77. package/dist/compiled/fast-glob/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  78. package/dist/compiled/fast-glob/@nodelib/fs.stat/out/index.d.ts +12 -0
  79. package/dist/compiled/fast-glob/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  80. package/dist/compiled/fast-glob/@nodelib/fs.stat/out/settings.d.ts +16 -0
  81. package/dist/compiled/fast-glob/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  82. package/dist/compiled/fast-glob/@nodelib/fs.walk/out/index.d.ts +14 -0
  83. package/dist/compiled/fast-glob/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  84. package/dist/compiled/fast-glob/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  85. package/dist/compiled/fast-glob/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  86. package/dist/compiled/fast-glob/@nodelib/fs.walk/out/settings.d.ts +30 -0
  87. package/dist/compiled/fast-glob/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  88. package/dist/compiled/fast-glob/index.js +37 -0
  89. package/dist/compiled/fast-glob/license +21 -0
  90. package/dist/compiled/fast-glob/out/index.d.ts +27 -0
  91. package/dist/compiled/fast-glob/out/managers/tasks.d.ts +22 -0
  92. package/dist/compiled/fast-glob/out/settings.d.ts +164 -0
  93. package/dist/compiled/fast-glob/out/types/index.d.ts +31 -0
  94. package/dist/compiled/fast-glob/package.json +1 -0
  95. package/dist/compiled/filesize/filesize.d.ts +131 -0
  96. package/dist/compiled/filesize/index.js +9 -0
  97. package/dist/compiled/filesize/license +28 -0
  98. package/dist/compiled/filesize/package.json +1 -0
  99. package/dist/compiled/fs-extra/index.d.ts +563 -0
  100. package/dist/compiled/fs-extra/index.js +1 -0
  101. package/dist/compiled/fs-extra/license +15 -0
  102. package/dist/compiled/fs-extra/package.json +1 -0
  103. package/dist/compiled/glob/index.d.ts +91 -0
  104. package/dist/compiled/glob/index.js +1 -0
  105. package/dist/compiled/glob/license +21 -0
  106. package/dist/compiled/glob/minimatch/index.d.ts +204 -0
  107. package/dist/compiled/glob/package.json +1 -0
  108. package/dist/compiled/globby/index.d.ts +186 -0
  109. package/dist/compiled/globby/index.js +1 -0
  110. package/dist/compiled/globby/license +9 -0
  111. package/dist/compiled/globby/package.json +1 -0
  112. package/dist/compiled/gzip-size/index.d.ts +96 -0
  113. package/dist/compiled/gzip-size/index.js +1 -0
  114. package/dist/compiled/gzip-size/license +9 -0
  115. package/dist/compiled/gzip-size/package.json +1 -0
  116. package/dist/compiled/import-lazy/index.d.ts +26 -0
  117. package/dist/compiled/import-lazy/index.js +1 -0
  118. package/dist/compiled/import-lazy/license +9 -0
  119. package/dist/compiled/import-lazy/package.json +1 -0
  120. package/dist/compiled/inquirer/index.d.ts +997 -0
  121. package/dist/compiled/inquirer/index.js +9 -0
  122. package/dist/compiled/inquirer/lib/objects/choice.d.ts +65 -0
  123. package/dist/compiled/inquirer/lib/objects/choices.d.ts +206 -0
  124. package/dist/compiled/inquirer/lib/objects/separator.d.ts +37 -0
  125. package/dist/compiled/inquirer/lib/ui/baseUI.d.ts +37 -0
  126. package/dist/compiled/inquirer/lib/ui/bottom-bar.d.ts +65 -0
  127. package/dist/compiled/inquirer/lib/ui/prompt.d.ts +104 -0
  128. package/dist/compiled/inquirer/license +22 -0
  129. package/dist/compiled/inquirer/package.json +1 -0
  130. package/dist/compiled/inquirer/through/index.d.ts +25 -0
  131. package/dist/compiled/js-yaml/index.d.ts +154 -0
  132. package/dist/compiled/js-yaml/index.js +1 -0
  133. package/dist/compiled/js-yaml/license +21 -0
  134. package/dist/compiled/js-yaml/package.json +1 -0
  135. package/dist/compiled/json5/index.js +1 -0
  136. package/dist/compiled/json5/lib/index.d.ts +4 -0
  137. package/dist/compiled/json5/lib/parse.d.ts +15 -0
  138. package/dist/compiled/json5/lib/stringify.d.ts +89 -0
  139. package/dist/compiled/json5/package.json +1 -0
  140. package/dist/compiled/lodash/common/array.d.ts +2126 -0
  141. package/dist/compiled/lodash/common/collection.d.ts +1930 -0
  142. package/dist/compiled/lodash/common/common.d.ts +280 -0
  143. package/dist/compiled/lodash/common/date.d.ts +23 -0
  144. package/dist/compiled/lodash/common/function.d.ts +1446 -0
  145. package/dist/compiled/lodash/common/lang.d.ts +1693 -0
  146. package/dist/compiled/lodash/common/math.d.ts +405 -0
  147. package/dist/compiled/lodash/common/number.d.ts +131 -0
  148. package/dist/compiled/lodash/common/object.d.ts +2519 -0
  149. package/dist/compiled/lodash/common/seq.d.ts +210 -0
  150. package/dist/compiled/lodash/common/string.d.ts +788 -0
  151. package/dist/compiled/lodash/common/util.d.ts +1220 -0
  152. package/dist/compiled/lodash/index.d.ts +46 -0
  153. package/dist/compiled/lodash/index.js +5 -0
  154. package/dist/compiled/lodash/license +47 -0
  155. package/dist/compiled/lodash/package.json +1 -0
  156. package/dist/compiled/mime-types/index.d.ts +14 -0
  157. package/dist/compiled/mime-types/index.js +14 -0
  158. package/dist/compiled/mime-types/license +23 -0
  159. package/dist/compiled/mime-types/package.json +1 -0
  160. package/dist/compiled/minimist/index.d.ts +95 -0
  161. package/dist/compiled/minimist/index.js +1 -0
  162. package/dist/compiled/minimist/license +18 -0
  163. package/dist/compiled/minimist/package.json +1 -0
  164. package/dist/compiled/nanoid/index.d.ts +91 -0
  165. package/dist/compiled/nanoid/index.js +1 -0
  166. package/dist/compiled/nanoid/license +20 -0
  167. package/dist/compiled/nanoid/package.json +1 -0
  168. package/dist/compiled/ora/cli-spinners/index.d.ts +125 -0
  169. package/dist/compiled/ora/index.d.ts +277 -0
  170. package/dist/compiled/ora/index.js +3 -0
  171. package/dist/compiled/ora/license +9 -0
  172. package/dist/compiled/ora/package.json +1 -0
  173. package/dist/compiled/pkg-up/index.d.ts +48 -0
  174. package/dist/compiled/pkg-up/index.js +1 -0
  175. package/dist/compiled/pkg-up/license +9 -0
  176. package/dist/compiled/pkg-up/package.json +1 -0
  177. package/dist/compiled/recursive-readdir/index.d.ts +21 -0
  178. package/dist/compiled/recursive-readdir/index.js +1 -0
  179. package/dist/compiled/recursive-readdir/license +21 -0
  180. package/dist/compiled/recursive-readdir/package.json +1 -0
  181. package/dist/compiled/schema-utils3/index.d.ts +1 -0
  182. package/dist/compiled/schema-utils3/index.js +3 -0
  183. package/dist/compiled/schema-utils3/license +20 -0
  184. package/dist/compiled/schema-utils3/package.json +1 -0
  185. package/dist/compiled/semver/classes/comparator.d.ts +17 -0
  186. package/dist/compiled/semver/classes/range.d.ts +21 -0
  187. package/dist/compiled/semver/classes/semver.d.ts +62 -0
  188. package/dist/compiled/semver/functions/clean.d.ts +8 -0
  189. package/dist/compiled/semver/functions/cmp.d.ts +16 -0
  190. package/dist/compiled/semver/functions/coerce.d.ts +12 -0
  191. package/dist/compiled/semver/functions/compare-build.d.ts +16 -0
  192. package/dist/compiled/semver/functions/compare-loose.d.ts +5 -0
  193. package/dist/compiled/semver/functions/compare.d.ts +20 -0
  194. package/dist/compiled/semver/functions/diff.d.ts +13 -0
  195. package/dist/compiled/semver/functions/eq.d.ts +9 -0
  196. package/dist/compiled/semver/functions/gt.d.ts +9 -0
  197. package/dist/compiled/semver/functions/gte.d.ts +9 -0
  198. package/dist/compiled/semver/functions/inc.d.ts +15 -0
  199. package/dist/compiled/semver/functions/lt.d.ts +9 -0
  200. package/dist/compiled/semver/functions/lte.d.ts +8 -0
  201. package/dist/compiled/semver/functions/major.d.ts +9 -0
  202. package/dist/compiled/semver/functions/minor.d.ts +9 -0
  203. package/dist/compiled/semver/functions/neq.d.ts +9 -0
  204. package/dist/compiled/semver/functions/parse.d.ts +12 -0
  205. package/dist/compiled/semver/functions/patch.d.ts +9 -0
  206. package/dist/compiled/semver/functions/prerelease.d.ts +12 -0
  207. package/dist/compiled/semver/functions/rcompare.d.ts +15 -0
  208. package/dist/compiled/semver/functions/rsort.d.ts +9 -0
  209. package/dist/compiled/semver/functions/satisfies.d.ts +14 -0
  210. package/dist/compiled/semver/functions/sort.d.ts +9 -0
  211. package/dist/compiled/semver/functions/valid.d.ts +11 -0
  212. package/dist/compiled/semver/index.d.ts +133 -0
  213. package/dist/compiled/semver/index.js +1 -0
  214. package/dist/compiled/semver/internals/identifiers.d.ts +13 -0
  215. package/dist/compiled/semver/license +15 -0
  216. package/dist/compiled/semver/package.json +1 -0
  217. package/dist/compiled/semver/ranges/gtr.d.ts +14 -0
  218. package/dist/compiled/semver/ranges/intersects.d.ts +13 -0
  219. package/dist/compiled/semver/ranges/ltr.d.ts +14 -0
  220. package/dist/compiled/semver/ranges/max-satisfying.d.ts +14 -0
  221. package/dist/compiled/semver/ranges/min-satisfying.d.ts +14 -0
  222. package/dist/compiled/semver/ranges/min-version.d.ts +10 -0
  223. package/dist/compiled/semver/ranges/outside.d.ts +15 -0
  224. package/dist/compiled/semver/ranges/simplify.d.ts +14 -0
  225. package/dist/compiled/semver/ranges/subset.d.ts +13 -0
  226. package/dist/compiled/semver/ranges/to-comparators.d.ts +9 -0
  227. package/dist/compiled/semver/ranges/valid.d.ts +12 -0
  228. package/dist/compiled/signale/index.d.ts +162 -0
  229. package/dist/compiled/signale/index.js +1 -0
  230. package/dist/compiled/signale/package.json +1 -0
  231. package/dist/compiled/slash/index.d.ts +25 -0
  232. package/dist/compiled/slash/index.js +1 -0
  233. package/dist/compiled/slash/license +9 -0
  234. package/dist/compiled/slash/package.json +1 -0
  235. package/dist/compiled/strip-ansi/index.d.ts +17 -0
  236. package/dist/compiled/strip-ansi/index.js +1 -0
  237. package/dist/compiled/strip-ansi/license +9 -0
  238. package/dist/compiled/strip-ansi/package.json +1 -0
  239. package/dist/compiled/tsconfig-paths/index.js +1 -0
  240. package/dist/compiled/tsconfig-paths/lib/config-loader.d.ts +33 -0
  241. package/dist/compiled/tsconfig-paths/lib/filesystem.d.ts +34 -0
  242. package/dist/compiled/tsconfig-paths/lib/index.d.ts +5 -0
  243. package/dist/compiled/tsconfig-paths/lib/mapping-entry.d.ts +18 -0
  244. package/dist/compiled/tsconfig-paths/lib/match-path-async.d.ts +21 -0
  245. package/dist/compiled/tsconfig-paths/lib/match-path-sync.d.ts +32 -0
  246. package/dist/compiled/tsconfig-paths/lib/register.d.ts +12 -0
  247. package/dist/compiled/tsconfig-paths/lib/try-path.d.ts +15 -0
  248. package/dist/compiled/tsconfig-paths/lib/tsconfig-loader.d.ts +28 -0
  249. package/dist/compiled/tsconfig-paths/license +21 -0
  250. package/dist/compiled/tsconfig-paths/package.json +1 -0
  251. package/dist/compiled/upath/index.js +1 -0
  252. package/dist/compiled/upath/license +22 -0
  253. package/dist/compiled/upath/package.json +1 -0
  254. package/dist/compiled/upath/upath.d.ts +241 -0
  255. package/dist/compiled/url-join/index.d.ts +17 -0
  256. package/dist/compiled/url-join/index.js +1 -0
  257. package/dist/compiled/url-join/license +21 -0
  258. package/dist/compiled/url-join/package.json +1 -0
  259. package/dist/compiled/webpack-chain/index.js +1 -0
  260. package/dist/compiled/webpack-chain/license +373 -0
  261. package/dist/compiled/webpack-chain/package.json +1 -0
  262. package/dist/compiled/webpack-chain/types/index.d.ts +388 -0
  263. package/dist/compiled/webpack-dev-middleware/index.js +7 -0
  264. package/dist/compiled/webpack-dev-middleware/license +20 -0
  265. package/dist/compiled/webpack-dev-middleware/package.json +1 -0
  266. package/dist/compiled/webpack-dev-middleware/types/index.d.ts +262 -0
  267. package/dist/esm/compiled.js +3 -3
  268. package/dist/esm/import.js +1 -1
  269. package/dist/esm-node/compiled.js +3 -3
  270. package/dist/esm-node/import.js +1 -1
  271. package/package.json +1 -1
@@ -0,0 +1,164 @@
1
+ import { FileSystemAdapter, Pattern } from './types';
2
+ export declare const DEFAULT_FILE_SYSTEM_ADAPTER: FileSystemAdapter;
3
+ export declare type Options = {
4
+ /**
5
+ * Return the absolute path for entries.
6
+ *
7
+ * @default false
8
+ */
9
+ absolute?: boolean;
10
+ /**
11
+ * If set to `true`, then patterns without slashes will be matched against
12
+ * the basename of the path if it contains slashes.
13
+ *
14
+ * @default false
15
+ */
16
+ baseNameMatch?: boolean;
17
+ /**
18
+ * Enables Bash-like brace expansion.
19
+ *
20
+ * @default true
21
+ */
22
+ braceExpansion?: boolean;
23
+ /**
24
+ * Enables a case-sensitive mode for matching files.
25
+ *
26
+ * @default true
27
+ */
28
+ caseSensitiveMatch?: boolean;
29
+ /**
30
+ * Specifies the maximum number of concurrent requests from a reader to read
31
+ * directories.
32
+ *
33
+ * @default os.cpus().length
34
+ */
35
+ concurrency?: number;
36
+ /**
37
+ * The current working directory in which to search.
38
+ *
39
+ * @default process.cwd()
40
+ */
41
+ cwd?: string;
42
+ /**
43
+ * Specifies the maximum depth of a read directory relative to the start
44
+ * directory.
45
+ *
46
+ * @default Infinity
47
+ */
48
+ deep?: number;
49
+ /**
50
+ * Allow patterns to match entries that begin with a period (`.`).
51
+ *
52
+ * @default false
53
+ */
54
+ dot?: boolean;
55
+ /**
56
+ * Enables Bash-like `extglob` functionality.
57
+ *
58
+ * @default true
59
+ */
60
+ extglob?: boolean;
61
+ /**
62
+ * Indicates whether to traverse descendants of symbolic link directories.
63
+ *
64
+ * @default true
65
+ */
66
+ followSymbolicLinks?: boolean;
67
+ /**
68
+ * Custom implementation of methods for working with the file system.
69
+ *
70
+ * @default fs.*
71
+ */
72
+ fs?: Partial<FileSystemAdapter>;
73
+ /**
74
+ * Enables recursively repeats a pattern containing `**`.
75
+ * If `false`, `**` behaves exactly like `*`.
76
+ *
77
+ * @default true
78
+ */
79
+ globstar?: boolean;
80
+ /**
81
+ * An array of glob patterns to exclude matches.
82
+ * This is an alternative way to use negative patterns.
83
+ *
84
+ * @default []
85
+ */
86
+ ignore?: Pattern[];
87
+ /**
88
+ * Mark the directory path with the final slash.
89
+ *
90
+ * @default false
91
+ */
92
+ markDirectories?: boolean;
93
+ /**
94
+ * Returns objects (instead of strings) describing entries.
95
+ *
96
+ * @default false
97
+ */
98
+ objectMode?: boolean;
99
+ /**
100
+ * Return only directories.
101
+ *
102
+ * @default false
103
+ */
104
+ onlyDirectories?: boolean;
105
+ /**
106
+ * Return only files.
107
+ *
108
+ * @default true
109
+ */
110
+ onlyFiles?: boolean;
111
+ /**
112
+ * Enables an object mode (`objectMode`) with an additional `stats` field.
113
+ *
114
+ * @default false
115
+ */
116
+ stats?: boolean;
117
+ /**
118
+ * By default this package suppress only `ENOENT` errors.
119
+ * Set to `true` to suppress any error.
120
+ *
121
+ * @default false
122
+ */
123
+ suppressErrors?: boolean;
124
+ /**
125
+ * Throw an error when symbolic link is broken if `true` or safely
126
+ * return `lstat` call if `false`.
127
+ *
128
+ * @default false
129
+ */
130
+ throwErrorOnBrokenSymbolicLink?: boolean;
131
+ /**
132
+ * Ensures that the returned entries are unique.
133
+ *
134
+ * @default true
135
+ */
136
+ unique?: boolean;
137
+ };
138
+ export default class Settings {
139
+ private readonly _options;
140
+ readonly absolute: boolean;
141
+ readonly baseNameMatch: boolean;
142
+ readonly braceExpansion: boolean;
143
+ readonly caseSensitiveMatch: boolean;
144
+ readonly concurrency: number;
145
+ readonly cwd: string;
146
+ readonly deep: number;
147
+ readonly dot: boolean;
148
+ readonly extglob: boolean;
149
+ readonly followSymbolicLinks: boolean;
150
+ readonly fs: FileSystemAdapter;
151
+ readonly globstar: boolean;
152
+ readonly ignore: Pattern[];
153
+ readonly markDirectories: boolean;
154
+ readonly objectMode: boolean;
155
+ readonly onlyDirectories: boolean;
156
+ readonly onlyFiles: boolean;
157
+ readonly stats: boolean;
158
+ readonly suppressErrors: boolean;
159
+ readonly throwErrorOnBrokenSymbolicLink: boolean;
160
+ readonly unique: boolean;
161
+ constructor(_options?: Options);
162
+ private _getValue;
163
+ private _getFileSystemMethods;
164
+ }
@@ -0,0 +1,31 @@
1
+ /// <reference types="node" />
2
+ import * as fsWalk from '../../@nodelib/fs.walk';
3
+ export declare type ErrnoException = NodeJS.ErrnoException;
4
+ export declare type Entry = fsWalk.Entry;
5
+ export declare type EntryItem = string | Entry;
6
+ export declare type Pattern = string;
7
+ export declare type PatternRe = RegExp;
8
+ export declare type PatternsGroup = Record<string, Pattern[]>;
9
+ export declare type ReaderOptions = fsWalk.Options & {
10
+ transform(entry: Entry): EntryItem;
11
+ deepFilter: DeepFilterFunction;
12
+ entryFilter: EntryFilterFunction;
13
+ errorFilter: ErrorFilterFunction;
14
+ fs: FileSystemAdapter;
15
+ stats: boolean;
16
+ };
17
+ export declare type ErrorFilterFunction = fsWalk.ErrorFilterFunction;
18
+ export declare type EntryFilterFunction = fsWalk.EntryFilterFunction;
19
+ export declare type DeepFilterFunction = fsWalk.DeepFilterFunction;
20
+ export declare type EntryTransformerFunction = (entry: Entry) => EntryItem;
21
+ export declare type MicromatchOptions = {
22
+ dot?: boolean;
23
+ matchBase?: boolean;
24
+ nobrace?: boolean;
25
+ nocase?: boolean;
26
+ noext?: boolean;
27
+ noglobstar?: boolean;
28
+ posix?: boolean;
29
+ strictSlashes?: boolean;
30
+ };
31
+ export declare type FileSystemAdapter = fsWalk.FileSystemAdapter;
@@ -0,0 +1 @@
1
+ {"name":"fast-glob","author":{"name":"Denis Malinochkin","url":"https://mrmlnc.com"},"version":"3.2.11","license":"MIT","typings":"out/index.d.ts"}
@@ -0,0 +1,131 @@
1
+ // Type definitions for filesize 8.0.3
2
+ // Project: https://github.com/avoidwork/filesize.js, https://filesizejs.com
3
+ // Definitions by: Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>
4
+ // Renaud Chaput <https://github.com/renchap>
5
+ // Roman Nuritdinov <https://github.com/Ky6uk>
6
+ // Sam Hulick <https://github.com/ffxsam>
7
+ // Tomoto S. Washio <https://github.com/tomoto>
8
+
9
+ declare var fileSize: Filesize.Filesize;
10
+ export = fileSize;
11
+ export as namespace filesize;
12
+
13
+ declare namespace Filesize {
14
+ interface SiJedecBits {
15
+ b?: string;
16
+ Kb?: string;
17
+ Mb?: string;
18
+ Gb?: string;
19
+ Tb?: string;
20
+ Pb?: string;
21
+ Eb?: string;
22
+ Zb?: string;
23
+ Yb?: string;
24
+ }
25
+
26
+ interface SiJedecBytes {
27
+ B?: string;
28
+ KB?: string;
29
+ MB?: string;
30
+ GB?: string;
31
+ TB?: string;
32
+ PB?: string;
33
+ EB?: string;
34
+ ZB?: string;
35
+ YB?: string;
36
+ }
37
+
38
+ type SiJedec = SiJedecBits & SiJedecBytes & { [name: string]: string };
39
+
40
+ interface Options {
41
+ /**
42
+ * Number base, default is 10
43
+ */
44
+ base?: number;
45
+ /**
46
+ * Enables bit sizes, default is false
47
+ */
48
+ bits?: boolean;
49
+ /**
50
+ * Specifies the SI suffix via exponent, e.g. 2 is MB for bytes, default is -1
51
+ */
52
+ exponent?: number;
53
+ /**
54
+ * Enables full form of unit of measure, default is false
55
+ */
56
+ fullform?: boolean;
57
+ /**
58
+ * Array of full form overrides, default is []
59
+ */
60
+ fullforms?: string[];
61
+ /**
62
+ * BCP 47 language tag to specify a locale, or true to use default locale, default is ""
63
+ */
64
+ locale?: string | boolean;
65
+ /**
66
+ * ECMA-402 number format option overrides, default is "{}"
67
+ */
68
+ localeOptions?: Intl.NumberFormatOptions;
69
+ /**
70
+ * Output of function (array, exponent, object, or string), default is string
71
+ */
72
+ output?: "array" | "exponent" | "object" | "string";
73
+ /**
74
+ * Decimal place end padding, default is false
75
+ */
76
+ pad?: boolean;
77
+ /**
78
+ * Sets precision of numerical output, default is 0
79
+ */
80
+ precision?: number;
81
+ /**
82
+ * Decimal place, default is 2
83
+ */
84
+ round?: number;
85
+ /**
86
+ * Rounding method, can be round, floor, or ceil, default is round
87
+ */
88
+ roundingMethod?: "round" | "floor" | "ceil";
89
+ /**
90
+ * Decimal separator character, default is `.`
91
+ */
92
+ separator?: string;
93
+ /**
94
+ * Character between the result and suffix, default is ` `
95
+ */
96
+ spacer?: string;
97
+ /**
98
+ * Standard unit of measure, can be iec or jedec, default is iec; can be overruled by base
99
+ */
100
+ standard?: "iec" | "jedec";
101
+ /**
102
+ * Dictionary of SI/JEDEC symbols to replace for localization, defaults to english if no match is found
103
+ */
104
+ symbols?: SiJedec;
105
+ /**
106
+ * Enables unix style human readable output, e.g ls -lh, default is false
107
+ */
108
+ unix?: boolean;
109
+ }
110
+
111
+ // Result type inference from the output option
112
+ interface ResultTypeMap {
113
+ array: [number, string];
114
+ exponent: number;
115
+ object: {
116
+ value: number,
117
+ symbol: string,
118
+ exponent: number,
119
+ unit: string,
120
+ };
121
+ string: string;
122
+ }
123
+ type DefaultOutput<O extends Options> = Exclude<O["output"], keyof ResultTypeMap> extends never ? never : "string"
124
+ type CanonicalOutput<O extends Options> = Extract<O["output"], keyof ResultTypeMap> | DefaultOutput<O>
125
+
126
+ interface Filesize {
127
+ (bytes: number): string;
128
+ <O extends Options>(bytes: number, options: O): ResultTypeMap[CanonicalOutput<O>];
129
+ partial: <O extends Options>(options: O) => ((bytes: number) => ResultTypeMap[CanonicalOutput<O>]);
130
+ }
131
+ }
@@ -0,0 +1,9 @@
1
+ (()=>{var i={823:function(i){
2
+ /**
3
+ * filesize
4
+ *
5
+ * @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
6
+ * @license BSD-3-Clause
7
+ * @version 8.0.7
8
+ */
9
+ (function(e,t){true?i.exports=t():0})(this,(function(){"use strict";var i=/^(b|B)$/,e={iec:{bits:["bit","Kibit","Mibit","Gibit","Tibit","Pibit","Eibit","Zibit","Yibit"],bytes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]},jedec:{bits:["bit","Kbit","Mbit","Gbit","Tbit","Pbit","Ebit","Zbit","Ybit"],bytes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]}},t={iec:["","kibi","mebi","gibi","tebi","pebi","exbi","zebi","yobi"],jedec:["","kilo","mega","giga","tera","peta","exa","zetta","yotta"]},r={floor:Math.floor,ceil:Math.ceil};function filesize(o){var a=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};var n=[],s=0,f,b,l,u,c,p,d,_,B,v,h,g,x,y,M,m,w,k,N,z,E;if(isNaN(o)){throw new TypeError("Invalid number")}l=a.bits===true;M=a.unix===true;g=a.pad===true;b=a.base||10;x=a.round!==void 0?a.round:M?1:2;d=a.locale!==void 0?a.locale:"";_=a.localeOptions||{};m=a.separator!==void 0?a.separator:"";w=a.spacer!==void 0?a.spacer:M?"":" ";N=a.symbols||{};k=b===2?a.standard||"iec":"jedec";h=a.output||"string";c=a.fullform===true;p=a.fullforms instanceof Array?a.fullforms:[];f=a.exponent!==void 0?a.exponent:-1;z=r[a.roundingMethod]||Math.round;v=Number(o);B=v<0;u=b>2?1e3:1024;E=isNaN(a.precision)===false?parseInt(a.precision,10):0;if(B){v=-v}if(f===-1||isNaN(f)){f=Math.floor(Math.log(v)/Math.log(u));if(f<0){f=0}}if(f>8){if(E>0){E+=8-f}f=8}if(h==="exponent"){return f}if(v===0){n[0]=0;y=n[1]=M?"":e[k][l?"bits":"bytes"][f]}else{s=v/(b===2?Math.pow(2,f*10):Math.pow(1e3,f));if(l){s=s*8;if(s>=u&&f<8){s=s/u;f++}}var j=Math.pow(10,f>0?x:0);n[0]=z(s*j)/j;if(n[0]===u&&f<8&&a.exponent===void 0){n[0]=1;f++}y=n[1]=b===10&&f===1?l?"kbit":"kB":e[k][l?"bits":"bytes"][f];if(M){n[1]=n[1].charAt(0);if(i.test(n[1])){n[0]=Math.floor(n[0]);n[1]=""}}}if(B){n[0]=-n[0]}if(E>0){n[0]=n[0].toPrecision(E)}n[1]=N[n[1]]||n[1];if(d===true){n[0]=n[0].toLocaleString()}else if(d.length>0){n[0]=n[0].toLocaleString(d,_)}else if(m.length>0){n[0]=n[0].toString().replace(".",m)}if(g&&Number.isInteger(n[0])===false&&x>0){var q=m||".",P=n[0].toString().split(q),T=P[1]||"",G=T.length,K=x-G;n[0]="".concat(P[0]).concat(q).concat(T.padEnd(G+K,"0"))}if(c){n[1]=p[f]?p[f]:t[k][f]+(l?"bit":"byte")+(n[0]===1?"":"s")}return h==="array"?n:h==="object"?{value:n[0],symbol:n[1],exponent:f,unit:y}:n.join(w)}filesize.partial=function(i){return function(e){return filesize(e,i)}};return filesize}))}};var e={};function __nccwpck_require__(t){var r=e[t];if(r!==undefined){return r.exports}var o=e[t]={exports:{}};var a=true;try{i[t].call(o.exports,o,o.exports,__nccwpck_require__);a=false}finally{if(a)delete e[t]}return o.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var t=__nccwpck_require__(823);module.exports=t})();
@@ -0,0 +1,28 @@
1
+ Copyright (c) 2022, Jason Mulligan
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
6
+
7
+ * Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
9
+
10
+ * Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
13
+
14
+ * Neither the name of filesize nor the names of its
15
+ contributors may be used to endorse or promote products derived from
16
+ this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+
@@ -0,0 +1 @@
1
+ {"name":"filesize","author":"Jason Mulligan <jason.mulligan@avoidwork.com>","version":"8.0.7","license":"BSD-3-Clause","types":"filesize.d.ts"}