decidim 0.27.3 → 0.27.4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Rakefile +16 -2
- data/babel.config.json +1 -4
- data/lib/decidim/release_manager.rb.new +43 -0
- data/lib/decidim/version.rb +1 -1
- data/package-lock.json +343 -255
- data/packages/browserslist-config/package.json +1 -1
- data/packages/core/node_modules/diff/CONTRIBUTING.md +39 -0
- data/packages/core/node_modules/diff/LICENSE +31 -0
- data/packages/core/node_modules/diff/README.md +211 -0
- data/packages/core/node_modules/diff/dist/diff.js +1627 -0
- data/packages/core/node_modules/diff/dist/diff.min.js +38 -0
- data/packages/core/node_modules/diff/lib/convert/dmp.js +32 -0
- data/packages/core/node_modules/diff/lib/convert/xml.js +42 -0
- data/packages/core/node_modules/diff/lib/diff/array.js +45 -0
- data/packages/core/node_modules/diff/lib/diff/base.js +307 -0
- data/packages/core/node_modules/diff/lib/diff/character.js +37 -0
- data/packages/core/node_modules/diff/lib/diff/css.js +41 -0
- data/packages/core/node_modules/diff/lib/diff/json.js +163 -0
- data/packages/core/node_modules/diff/lib/diff/line.js +89 -0
- data/packages/core/node_modules/diff/lib/diff/sentence.js +41 -0
- data/packages/core/node_modules/diff/lib/diff/word.js +108 -0
- data/packages/core/node_modules/diff/lib/index.es6.js +1561 -0
- data/packages/core/node_modules/diff/lib/index.js +216 -0
- data/packages/core/node_modules/diff/lib/index.mjs +1561 -0
- data/packages/core/node_modules/diff/lib/patch/apply.js +238 -0
- data/packages/core/node_modules/diff/lib/patch/create.js +272 -0
- data/packages/core/node_modules/diff/lib/patch/merge.js +613 -0
- data/packages/core/node_modules/diff/lib/patch/parse.js +167 -0
- data/packages/core/node_modules/diff/lib/util/array.js +32 -0
- data/packages/core/node_modules/diff/lib/util/distance-iterator.js +57 -0
- data/packages/core/node_modules/diff/lib/util/params.js +24 -0
- data/packages/core/node_modules/diff/package.json +87 -0
- data/packages/core/node_modules/diff/release-notes.md +309 -0
- data/packages/core/node_modules/diff/runtime.js +3 -0
- data/packages/core/package-lock.json +4889 -0
- data/packages/core/package.json +1 -1
- data/packages/dev/package.json +1 -1
- data/packages/elections/package.json +1 -1
- data/packages/eslint-config/package.json +1 -1
- data/packages/stylelint-config/package.json +1 -1
- data/packages/webpacker/node_modules/argparse/CHANGELOG.md +216 -0
- data/packages/webpacker/node_modules/argparse/LICENSE +254 -0
- data/packages/webpacker/node_modules/argparse/README.md +84 -0
- data/packages/webpacker/node_modules/argparse/argparse.js +3707 -0
- data/packages/webpacker/node_modules/argparse/lib/sub.js +67 -0
- data/packages/webpacker/node_modules/argparse/lib/textwrap.js +440 -0
- data/packages/webpacker/node_modules/argparse/package.json +31 -0
- data/packages/{core/node_modules/uuid/LICENSE.md → webpacker/node_modules/brace-expansion/LICENSE} +2 -2
- data/packages/webpacker/node_modules/brace-expansion/README.md +135 -0
- data/packages/webpacker/node_modules/brace-expansion/index.js +203 -0
- data/packages/webpacker/node_modules/brace-expansion/package.json +46 -0
- data/packages/webpacker/node_modules/glob/LICENSE +15 -0
- data/packages/webpacker/node_modules/glob/README.md +1214 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/package.json +4 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/bin.d.ts +3 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/bin.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/bin.js +270 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/bin.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/glob.d.ts +344 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/glob.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/glob.js +238 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/glob.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/has-magic.d.ts +14 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/has-magic.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/has-magic.js +27 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/has-magic.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/ignore.d.ts +20 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/ignore.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/ignore.js +103 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/ignore.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/index.d.ts +95 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/index.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/index.js +68 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/index.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/pattern.d.ts +77 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/pattern.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/pattern.js +219 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/pattern.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/processor.d.ts +59 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/processor.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/processor.js +309 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/processor.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/walker.d.ts +96 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/walker.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/walker.js +358 -0
- data/packages/webpacker/node_modules/glob/dist/cjs/src/walker.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/glob.d.ts +344 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/glob.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/glob.js +234 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/glob.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/has-magic.d.ts +14 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/has-magic.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/has-magic.js +23 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/has-magic.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/ignore.d.ts +20 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/ignore.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/ignore.js +99 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/ignore.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/index.d.ts +95 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/index.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/index.js +56 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/index.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/package.json +4 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/pattern.d.ts +77 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/pattern.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/pattern.js +215 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/pattern.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/processor.d.ts +59 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/processor.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/processor.js +302 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/processor.js.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/walker.d.ts +96 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/walker.d.ts.map +1 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/walker.js +352 -0
- data/packages/webpacker/node_modules/glob/dist/mjs/walker.js.map +1 -0
- data/packages/webpacker/node_modules/glob/package.json +98 -0
- data/packages/webpacker/node_modules/js-yaml/CHANGELOG.md +616 -0
- data/packages/webpacker/node_modules/js-yaml/LICENSE +21 -0
- data/packages/webpacker/node_modules/js-yaml/README.md +246 -0
- data/packages/webpacker/node_modules/js-yaml/bin/js-yaml.js +126 -0
- data/packages/webpacker/node_modules/js-yaml/dist/js-yaml.js +3874 -0
- data/packages/webpacker/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
- data/packages/webpacker/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
- data/packages/webpacker/node_modules/js-yaml/index.js +47 -0
- data/packages/webpacker/node_modules/js-yaml/lib/common.js +59 -0
- data/packages/webpacker/node_modules/js-yaml/lib/dumper.js +965 -0
- data/packages/webpacker/node_modules/js-yaml/lib/exception.js +55 -0
- data/packages/webpacker/node_modules/js-yaml/lib/loader.js +1727 -0
- data/packages/webpacker/node_modules/js-yaml/lib/schema/core.js +11 -0
- data/packages/webpacker/node_modules/js-yaml/lib/schema/default.js +22 -0
- data/packages/webpacker/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
- data/packages/webpacker/node_modules/js-yaml/lib/schema/json.js +19 -0
- data/packages/webpacker/node_modules/js-yaml/lib/schema.js +121 -0
- data/packages/webpacker/node_modules/js-yaml/lib/snippet.js +101 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/binary.js +125 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/bool.js +35 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/float.js +97 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/int.js +156 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/map.js +8 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/merge.js +12 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/null.js +35 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/omap.js +44 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/pairs.js +53 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/seq.js +8 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/set.js +29 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/str.js +8 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type/timestamp.js +88 -0
- data/packages/webpacker/node_modules/js-yaml/lib/type.js +66 -0
- data/packages/webpacker/node_modules/js-yaml/package.json +66 -0
- data/packages/webpacker/node_modules/minimatch/LICENSE +15 -0
- data/packages/webpacker/node_modules/minimatch/README.md +454 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/ast.js +589 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/escape.js +22 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/index.js +1011 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/package.json +3 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- data/packages/webpacker/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/ast.js +585 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/escape.js +18 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/index.js +995 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/package.json +3 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- data/packages/webpacker/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- data/packages/webpacker/node_modules/minimatch/package.json +86 -0
- data/packages/webpacker/package.json +2 -2
- metadata +237 -64
- data/packages/core/node_modules/uuid/AUTHORS +0 -5
- data/packages/core/node_modules/uuid/CHANGELOG.md +0 -119
- data/packages/core/node_modules/uuid/README.md +0 -276
- data/packages/core/node_modules/uuid/bin/uuid +0 -65
- data/packages/core/node_modules/uuid/index.js +0 -8
- data/packages/core/node_modules/uuid/lib/bytesToUuid.js +0 -26
- data/packages/core/node_modules/uuid/lib/md5-browser.js +0 -216
- data/packages/core/node_modules/uuid/lib/md5.js +0 -25
- data/packages/core/node_modules/uuid/lib/rng-browser.js +0 -34
- data/packages/core/node_modules/uuid/lib/rng.js +0 -8
- data/packages/core/node_modules/uuid/lib/sha1-browser.js +0 -89
- data/packages/core/node_modules/uuid/lib/sha1.js +0 -25
- data/packages/core/node_modules/uuid/lib/v35.js +0 -57
- data/packages/core/node_modules/uuid/package.json +0 -49
- data/packages/core/node_modules/uuid/v1.js +0 -109
- data/packages/core/node_modules/uuid/v3.js +0 -4
- data/packages/core/node_modules/uuid/v4.js +0 -29
- data/packages/core/node_modules/uuid/v5.js +0 -3
@@ -0,0 +1,454 @@
|
|
1
|
+
# minimatch
|
2
|
+
|
3
|
+
A minimal matching utility.
|
4
|
+
|
5
|
+
This is the matching library used internally by npm.
|
6
|
+
|
7
|
+
It works by converting glob expressions into JavaScript `RegExp`
|
8
|
+
objects.
|
9
|
+
|
10
|
+
## Usage
|
11
|
+
|
12
|
+
```js
|
13
|
+
// hybrid module, load with require() or import
|
14
|
+
import { minimatch } from 'minimatch'
|
15
|
+
// or:
|
16
|
+
const { minimatch } = require('minimatch')
|
17
|
+
|
18
|
+
minimatch('bar.foo', '*.foo') // true!
|
19
|
+
minimatch('bar.foo', '*.bar') // false!
|
20
|
+
minimatch('bar.foo', '*.+(bar|foo)', { debug: true }) // true, and noisy!
|
21
|
+
```
|
22
|
+
|
23
|
+
## Features
|
24
|
+
|
25
|
+
Supports these glob features:
|
26
|
+
|
27
|
+
- Brace Expansion
|
28
|
+
- Extended glob matching
|
29
|
+
- "Globstar" `**` matching
|
30
|
+
- [Posix character
|
31
|
+
classes](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html),
|
32
|
+
like `[[:alpha:]]`, supporting the full range of Unicode
|
33
|
+
characters. For example, `[[:alpha:]]` will match against
|
34
|
+
`'é'`, though `[a-zA-Z]` will not. Collating symbol and set
|
35
|
+
matching is not supported, so `[[=e=]]` will _not_ match `'é'`
|
36
|
+
and `[[.ch.]]` will not match `'ch'` in locales where `ch` is
|
37
|
+
considered a single character.
|
38
|
+
|
39
|
+
See:
|
40
|
+
|
41
|
+
- `man sh`
|
42
|
+
- `man bash` [Pattern
|
43
|
+
Matching](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html)
|
44
|
+
- `man 3 fnmatch`
|
45
|
+
- `man 5 gitignore`
|
46
|
+
|
47
|
+
## Windows
|
48
|
+
|
49
|
+
**Please only use forward-slashes in glob expressions.**
|
50
|
+
|
51
|
+
Though windows uses either `/` or `\` as its path separator, only `/`
|
52
|
+
characters are used by this glob implementation. You must use
|
53
|
+
forward-slashes **only** in glob expressions. Back-slashes in patterns
|
54
|
+
will always be interpreted as escape characters, not path separators.
|
55
|
+
|
56
|
+
Note that `\` or `/` _will_ be interpreted as path separators in paths on
|
57
|
+
Windows, and will match against `/` in glob expressions.
|
58
|
+
|
59
|
+
So just always use `/` in patterns.
|
60
|
+
|
61
|
+
### UNC Paths
|
62
|
+
|
63
|
+
On Windows, UNC paths like `//?/c:/...` or
|
64
|
+
`//ComputerName/Share/...` are handled specially.
|
65
|
+
|
66
|
+
- Patterns starting with a double-slash followed by some
|
67
|
+
non-slash characters will preserve their double-slash. As a
|
68
|
+
result, a pattern like `//*` will match `//x`, but not `/x`.
|
69
|
+
- Patterns staring with `//?/<drive letter>:` will _not_ treat
|
70
|
+
the `?` as a wildcard character. Instead, it will be treated
|
71
|
+
as a normal string.
|
72
|
+
- Patterns starting with `//?/<drive letter>:/...` will match
|
73
|
+
file paths starting with `<drive letter>:/...`, and vice versa,
|
74
|
+
as if the `//?/` was not present. This behavior only is
|
75
|
+
present when the drive letters are a case-insensitive match to
|
76
|
+
one another. The remaining portions of the path/pattern are
|
77
|
+
compared case sensitively, unless `nocase:true` is set.
|
78
|
+
|
79
|
+
Note that specifying a UNC path using `\` characters as path
|
80
|
+
separators is always allowed in the file path argument, but only
|
81
|
+
allowed in the pattern argument when `windowsPathsNoEscape: true`
|
82
|
+
is set in the options.
|
83
|
+
|
84
|
+
## Minimatch Class
|
85
|
+
|
86
|
+
Create a minimatch object by instantiating the `minimatch.Minimatch` class.
|
87
|
+
|
88
|
+
```javascript
|
89
|
+
var Minimatch = require('minimatch').Minimatch
|
90
|
+
var mm = new Minimatch(pattern, options)
|
91
|
+
```
|
92
|
+
|
93
|
+
### Properties
|
94
|
+
|
95
|
+
- `pattern` The original pattern the minimatch object represents.
|
96
|
+
- `options` The options supplied to the constructor.
|
97
|
+
- `set` A 2-dimensional array of regexp or string expressions.
|
98
|
+
Each row in the
|
99
|
+
array corresponds to a brace-expanded pattern. Each item in the row
|
100
|
+
corresponds to a single path-part. For example, the pattern
|
101
|
+
`{a,b/c}/d` would expand to a set of patterns like:
|
102
|
+
|
103
|
+
[ [ a, d ]
|
104
|
+
, [ b, c, d ] ]
|
105
|
+
|
106
|
+
If a portion of the pattern doesn't have any "magic" in it
|
107
|
+
(that is, it's something like `"foo"` rather than `fo*o?`), then it
|
108
|
+
will be left as a string rather than converted to a regular
|
109
|
+
expression.
|
110
|
+
|
111
|
+
- `regexp` Created by the `makeRe` method. A single regular expression
|
112
|
+
expressing the entire pattern. This is useful in cases where you wish
|
113
|
+
to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled.
|
114
|
+
- `negate` True if the pattern is negated.
|
115
|
+
- `comment` True if the pattern is a comment.
|
116
|
+
- `empty` True if the pattern is `""`.
|
117
|
+
|
118
|
+
### Methods
|
119
|
+
|
120
|
+
- `makeRe()` Generate the `regexp` member if necessary, and return it.
|
121
|
+
Will return `false` if the pattern is invalid.
|
122
|
+
- `match(fname)` Return true if the filename matches the pattern, or
|
123
|
+
false otherwise.
|
124
|
+
- `matchOne(fileArray, patternArray, partial)` Take a `/`-split
|
125
|
+
filename, and match it against a single row in the `regExpSet`. This
|
126
|
+
method is mainly for internal use, but is exposed so that it can be
|
127
|
+
used by a glob-walker that needs to avoid excessive filesystem calls.
|
128
|
+
- `hasMagic()` Returns true if the parsed pattern contains any
|
129
|
+
magic characters. Returns false if all comparator parts are
|
130
|
+
string literals. If the `magicalBraces` option is set on the
|
131
|
+
constructor, then it will consider brace expansions which are
|
132
|
+
not otherwise magical to be magic. If not set, then a pattern
|
133
|
+
like `a{b,c}d` will return `false`, because neither `abd` nor
|
134
|
+
`acd` contain any special glob characters.
|
135
|
+
|
136
|
+
This does **not** mean that the pattern string can be used as a
|
137
|
+
literal filename, as it may contain magic glob characters that
|
138
|
+
are escaped. For example, the pattern `\\*` or `[*]` would not
|
139
|
+
be considered to have magic, as the matching portion parses to
|
140
|
+
the literal string `'*'` and would match a path named `'*'`,
|
141
|
+
not `'\\*'` or `'[*]'`. The `minimatch.unescape()` method may
|
142
|
+
be used to remove escape characters.
|
143
|
+
|
144
|
+
All other methods are internal, and will be called as necessary.
|
145
|
+
|
146
|
+
### minimatch(path, pattern, options)
|
147
|
+
|
148
|
+
Main export. Tests a path against the pattern using the options.
|
149
|
+
|
150
|
+
```javascript
|
151
|
+
var isJS = minimatch(file, '*.js', { matchBase: true })
|
152
|
+
```
|
153
|
+
|
154
|
+
### minimatch.filter(pattern, options)
|
155
|
+
|
156
|
+
Returns a function that tests its
|
157
|
+
supplied argument, suitable for use with `Array.filter`. Example:
|
158
|
+
|
159
|
+
```javascript
|
160
|
+
var javascripts = fileList.filter(minimatch.filter('*.js', { matchBase: true }))
|
161
|
+
```
|
162
|
+
|
163
|
+
### minimatch.escape(pattern, options = {})
|
164
|
+
|
165
|
+
Escape all magic characters in a glob pattern, so that it will
|
166
|
+
only ever match literal strings
|
167
|
+
|
168
|
+
If the `windowsPathsNoEscape` option is used, then characters are
|
169
|
+
escaped by wrapping in `[]`, because a magic character wrapped in
|
170
|
+
a character class can only be satisfied by that exact character.
|
171
|
+
|
172
|
+
Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot
|
173
|
+
be escaped or unescaped.
|
174
|
+
|
175
|
+
### minimatch.unescape(pattern, options = {})
|
176
|
+
|
177
|
+
Un-escape a glob string that may contain some escaped characters.
|
178
|
+
|
179
|
+
If the `windowsPathsNoEscape` option is used, then square-brace
|
180
|
+
escapes are removed, but not backslash escapes. For example, it
|
181
|
+
will turn the string `'[*]'` into `*`, but it will not turn
|
182
|
+
`'\\*'` into `'*'`, because `\` is a path separator in
|
183
|
+
`windowsPathsNoEscape` mode.
|
184
|
+
|
185
|
+
When `windowsPathsNoEscape` is not set, then both brace escapes
|
186
|
+
and backslash escapes are removed.
|
187
|
+
|
188
|
+
Slashes (and backslashes in `windowsPathsNoEscape` mode) cannot
|
189
|
+
be escaped or unescaped.
|
190
|
+
|
191
|
+
### minimatch.match(list, pattern, options)
|
192
|
+
|
193
|
+
Match against the list of
|
194
|
+
files, in the style of fnmatch or glob. If nothing is matched, and
|
195
|
+
options.nonull is set, then return a list containing the pattern itself.
|
196
|
+
|
197
|
+
```javascript
|
198
|
+
var javascripts = minimatch.match(fileList, '*.js', { matchBase: true })
|
199
|
+
```
|
200
|
+
|
201
|
+
### minimatch.makeRe(pattern, options)
|
202
|
+
|
203
|
+
Make a regular expression object from the pattern.
|
204
|
+
|
205
|
+
## Options
|
206
|
+
|
207
|
+
All options are `false` by default.
|
208
|
+
|
209
|
+
### debug
|
210
|
+
|
211
|
+
Dump a ton of stuff to stderr.
|
212
|
+
|
213
|
+
### nobrace
|
214
|
+
|
215
|
+
Do not expand `{a,b}` and `{1..3}` brace sets.
|
216
|
+
|
217
|
+
### noglobstar
|
218
|
+
|
219
|
+
Disable `**` matching against multiple folder names.
|
220
|
+
|
221
|
+
### dot
|
222
|
+
|
223
|
+
Allow patterns to match filenames starting with a period, even if
|
224
|
+
the pattern does not explicitly have a period in that spot.
|
225
|
+
|
226
|
+
Note that by default, `a/**/b` will **not** match `a/.d/b`, unless `dot`
|
227
|
+
is set.
|
228
|
+
|
229
|
+
### noext
|
230
|
+
|
231
|
+
Disable "extglob" style patterns like `+(a|b)`.
|
232
|
+
|
233
|
+
### nocase
|
234
|
+
|
235
|
+
Perform a case-insensitive match.
|
236
|
+
|
237
|
+
### nocaseMagicOnly
|
238
|
+
|
239
|
+
When used with `{nocase: true}`, create regular expressions that
|
240
|
+
are case-insensitive, but leave string match portions untouched.
|
241
|
+
Has no effect when used without `{nocase: true}`
|
242
|
+
|
243
|
+
Useful when some other form of case-insensitive matching is used,
|
244
|
+
or if the original string representation is useful in some other
|
245
|
+
way.
|
246
|
+
|
247
|
+
### nonull
|
248
|
+
|
249
|
+
When a match is not found by `minimatch.match`, return a list containing
|
250
|
+
the pattern itself if this option is set. When not set, an empty list
|
251
|
+
is returned if there are no matches.
|
252
|
+
|
253
|
+
### magicalBraces
|
254
|
+
|
255
|
+
This only affects the results of the `Minimatch.hasMagic` method.
|
256
|
+
|
257
|
+
If the pattern contains brace expansions, such as `a{b,c}d`, but
|
258
|
+
no other magic characters, then the `Minimatch.hasMagic()` method
|
259
|
+
will return `false` by default. When this option set, it will
|
260
|
+
return `true` for brace expansion as well as other magic glob
|
261
|
+
characters.
|
262
|
+
|
263
|
+
### matchBase
|
264
|
+
|
265
|
+
If set, then patterns without slashes will be matched
|
266
|
+
against the basename of the path if it contains slashes. For example,
|
267
|
+
`a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`.
|
268
|
+
|
269
|
+
### nocomment
|
270
|
+
|
271
|
+
Suppress the behavior of treating `#` at the start of a pattern as a
|
272
|
+
comment.
|
273
|
+
|
274
|
+
### nonegate
|
275
|
+
|
276
|
+
Suppress the behavior of treating a leading `!` character as negation.
|
277
|
+
|
278
|
+
### flipNegate
|
279
|
+
|
280
|
+
Returns from negate expressions the same as if they were not negated.
|
281
|
+
(Ie, true on a hit, false on a miss.)
|
282
|
+
|
283
|
+
### partial
|
284
|
+
|
285
|
+
Compare a partial path to a pattern. As long as the parts of the path that
|
286
|
+
are present are not contradicted by the pattern, it will be treated as a
|
287
|
+
match. This is useful in applications where you're walking through a
|
288
|
+
folder structure, and don't yet have the full path, but want to ensure that
|
289
|
+
you do not walk down paths that can never be a match.
|
290
|
+
|
291
|
+
For example,
|
292
|
+
|
293
|
+
```js
|
294
|
+
minimatch('/a/b', '/a/*/c/d', { partial: true }) // true, might be /a/b/c/d
|
295
|
+
minimatch('/a/b', '/**/d', { partial: true }) // true, might be /a/b/.../d
|
296
|
+
minimatch('/x/y/z', '/a/**/z', { partial: true }) // false, because x !== a
|
297
|
+
```
|
298
|
+
|
299
|
+
### windowsPathsNoEscape
|
300
|
+
|
301
|
+
Use `\\` as a path separator _only_, and _never_ as an escape
|
302
|
+
character. If set, all `\\` characters are replaced with `/` in
|
303
|
+
the pattern. Note that this makes it **impossible** to match
|
304
|
+
against paths containing literal glob pattern characters, but
|
305
|
+
allows matching with patterns constructed using `path.join()` and
|
306
|
+
`path.resolve()` on Windows platforms, mimicking the (buggy!)
|
307
|
+
behavior of earlier versions on Windows. Please use with
|
308
|
+
caution, and be mindful of [the caveat about Windows
|
309
|
+
paths](#windows).
|
310
|
+
|
311
|
+
For legacy reasons, this is also set if
|
312
|
+
`options.allowWindowsEscape` is set to the exact value `false`.
|
313
|
+
|
314
|
+
### windowsNoMagicRoot
|
315
|
+
|
316
|
+
When a pattern starts with a UNC path or drive letter, and in
|
317
|
+
`nocase:true` mode, do not convert the root portions of the
|
318
|
+
pattern into a case-insensitive regular expression, and instead
|
319
|
+
leave them as strings.
|
320
|
+
|
321
|
+
This is the default when the platform is `win32` and
|
322
|
+
`nocase:true` is set.
|
323
|
+
|
324
|
+
### preserveMultipleSlashes
|
325
|
+
|
326
|
+
By default, multiple `/` characters (other than the leading `//`
|
327
|
+
in a UNC path, see "UNC Paths" above) are treated as a single
|
328
|
+
`/`.
|
329
|
+
|
330
|
+
That is, a pattern like `a///b` will match the file path `a/b`.
|
331
|
+
|
332
|
+
Set `preserveMultipleSlashes: true` to suppress this behavior.
|
333
|
+
|
334
|
+
### optimizationLevel
|
335
|
+
|
336
|
+
A number indicating the level of optimization that should be done
|
337
|
+
to the pattern prior to parsing and using it for matches.
|
338
|
+
|
339
|
+
Globstar parts `**` are always converted to `*` when `noglobstar`
|
340
|
+
is set, and multiple adjascent `**` parts are converted into a
|
341
|
+
single `**` (ie, `a/**/**/b` will be treated as `a/**/b`, as this
|
342
|
+
is equivalent in all cases).
|
343
|
+
|
344
|
+
- `0` - Make no further changes. In this mode, `.` and `..` are
|
345
|
+
maintained in the pattern, meaning that they must also appear
|
346
|
+
in the same position in the test path string. Eg, a pattern
|
347
|
+
like `a/*/../c` will match the string `a/b/../c` but not the
|
348
|
+
string `a/c`.
|
349
|
+
- `1` - (default) Remove cases where a double-dot `..` follows a
|
350
|
+
pattern portion that is not `**`, `.`, `..`, or empty `''`. For
|
351
|
+
example, the pattern `./a/b/../*` is converted to `./a/*`, and
|
352
|
+
so it will match the path string `./a/c`, but not the path
|
353
|
+
string `./a/b/../c`. Dots and empty path portions in the
|
354
|
+
pattern are preserved.
|
355
|
+
- `2` (or higher) - Much more aggressive optimizations, suitable
|
356
|
+
for use with file-walking cases:
|
357
|
+
|
358
|
+
- Remove cases where a double-dot `..` follows a pattern
|
359
|
+
portion that is not `**`, `.`, or empty `''`. Remove empty
|
360
|
+
and `.` portions of the pattern, where safe to do so (ie,
|
361
|
+
anywhere other than the last position, the first position, or
|
362
|
+
the second position in a pattern starting with `/`, as this
|
363
|
+
may indicate a UNC path on Windows).
|
364
|
+
- Convert patterns containing `<pre>/**/../<p>/<rest>` into the
|
365
|
+
equivalent `<pre>/{..,**}/<p>/<rest>`, where `<p>` is a
|
366
|
+
a pattern portion other than `.`, `..`, `**`, or empty
|
367
|
+
`''`.
|
368
|
+
- Dedupe patterns where a `**` portion is present in one and
|
369
|
+
omitted in another, and it is not the final path portion, and
|
370
|
+
they are otherwise equivalent. So `{a/**/b,a/b}` becomes
|
371
|
+
`a/**/b`, because `**` matches against an empty path portion.
|
372
|
+
- Dedupe patterns where a `*` portion is present in one, and a
|
373
|
+
non-dot pattern other than `**`, `.`, `..`, or `''` is in the
|
374
|
+
same position in the other. So `a/{*,x}/b` becomes `a/*/b`,
|
375
|
+
because `*` can match against `x`.
|
376
|
+
|
377
|
+
While these optimizations improve the performance of
|
378
|
+
file-walking use cases such as [glob](http://npm.im/glob) (ie,
|
379
|
+
the reason this module exists), there are cases where it will
|
380
|
+
fail to match a literal string that would have been matched in
|
381
|
+
optimization level 1 or 0.
|
382
|
+
|
383
|
+
Specifically, while the `Minimatch.match()` method will
|
384
|
+
optimize the file path string in the same ways, resulting in
|
385
|
+
the same matches, it will fail when tested with the regular
|
386
|
+
expression provided by `Minimatch.makeRe()`, unless the path
|
387
|
+
string is first processed with
|
388
|
+
`minimatch.levelTwoFileOptimize()` or similar.
|
389
|
+
|
390
|
+
### platform
|
391
|
+
|
392
|
+
When set to `win32`, this will trigger all windows-specific
|
393
|
+
behaviors (special handling for UNC paths, and treating `\` as
|
394
|
+
separators in file paths for comparison.)
|
395
|
+
|
396
|
+
Defaults to the value of `process.platform`.
|
397
|
+
|
398
|
+
## Comparisons to other fnmatch/glob implementations
|
399
|
+
|
400
|
+
While strict compliance with the existing standards is a
|
401
|
+
worthwhile goal, some discrepancies exist between minimatch and
|
402
|
+
other implementations. Some are intentional, and some are
|
403
|
+
unavoidable.
|
404
|
+
|
405
|
+
If the pattern starts with a `!` character, then it is negated. Set the
|
406
|
+
`nonegate` flag to suppress this behavior, and treat leading `!`
|
407
|
+
characters normally. This is perhaps relevant if you wish to start the
|
408
|
+
pattern with a negative extglob pattern like `!(a|B)`. Multiple `!`
|
409
|
+
characters at the start of a pattern will negate the pattern multiple
|
410
|
+
times.
|
411
|
+
|
412
|
+
If a pattern starts with `#`, then it is treated as a comment, and
|
413
|
+
will not match anything. Use `\#` to match a literal `#` at the
|
414
|
+
start of a line, or set the `nocomment` flag to suppress this behavior.
|
415
|
+
|
416
|
+
The double-star character `**` is supported by default, unless the
|
417
|
+
`noglobstar` flag is set. This is supported in the manner of bsdglob
|
418
|
+
and bash 4.1, where `**` only has special significance if it is the only
|
419
|
+
thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but
|
420
|
+
`a/**b` will not.
|
421
|
+
|
422
|
+
If an escaped pattern has no matches, and the `nonull` flag is set,
|
423
|
+
then minimatch.match returns the pattern as-provided, rather than
|
424
|
+
interpreting the character escapes. For example,
|
425
|
+
`minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than
|
426
|
+
`"*a?"`. This is akin to setting the `nullglob` option in bash, except
|
427
|
+
that it does not resolve escaped pattern characters.
|
428
|
+
|
429
|
+
If brace expansion is not disabled, then it is performed before any
|
430
|
+
other interpretation of the glob pattern. Thus, a pattern like
|
431
|
+
`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded
|
432
|
+
**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are
|
433
|
+
checked for validity. Since those two are valid, matching proceeds.
|
434
|
+
|
435
|
+
Negated extglob patterns are handled as closely as possible to
|
436
|
+
Bash semantics, but there are some cases with negative extglobs
|
437
|
+
which are exceedingly difficult to express in a JavaScript
|
438
|
+
regular expression. In particular the negated pattern
|
439
|
+
`<start>!(<pattern>*|)*` will in bash match anything that does
|
440
|
+
not start with `<start><pattern>`. However,
|
441
|
+
`<start>!(<pattern>*)*` _will_ match paths starting with
|
442
|
+
`<start><pattern>`, because the empty string can match against
|
443
|
+
the negated portion. In this library, `<start>!(<pattern>*|)*`
|
444
|
+
will _not_ match any pattern starting with `<start>`, due to a
|
445
|
+
difference in precisely which patterns are considered "greedy" in
|
446
|
+
Regular Expressions vs bash path expansion. This may be fixable,
|
447
|
+
but not without incurring some complexity and performance costs,
|
448
|
+
and the trade-off seems to not be worth pursuing.
|
449
|
+
|
450
|
+
Note that `fnmatch(3)` in libc is an extremely naive string comparison
|
451
|
+
matcher, which does not do anything special for slashes. This library is
|
452
|
+
designed to be used in glob searching and file walkers, and so it does do
|
453
|
+
special things with `/`. Thus, `foo*` will not match `foo/bar` in this
|
454
|
+
library, even though it would in `fnmatch(3)`.
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"assert-valid-pattern.d.ts","sourceRoot":"","sources":["../../src/assert-valid-pattern.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,kBAAkB,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,IAUlD,CAAA"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.assertValidPattern = void 0;
|
4
|
+
const MAX_PATTERN_LENGTH = 1024 * 64;
|
5
|
+
const assertValidPattern = (pattern) => {
|
6
|
+
if (typeof pattern !== 'string') {
|
7
|
+
throw new TypeError('invalid pattern');
|
8
|
+
}
|
9
|
+
if (pattern.length > MAX_PATTERN_LENGTH) {
|
10
|
+
throw new TypeError('pattern is too long');
|
11
|
+
}
|
12
|
+
};
|
13
|
+
exports.assertValidPattern = assertValidPattern;
|
14
|
+
//# sourceMappingURL=assert-valid-pattern.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"assert-valid-pattern.js","sourceRoot":"","sources":["../../src/assert-valid-pattern.ts"],"names":[],"mappings":";;;AAAA,MAAM,kBAAkB,GAAG,IAAI,GAAG,EAAE,CAAA;AAC7B,MAAM,kBAAkB,GAA2B,CACxD,OAAY,EACe,EAAE;IAC7B,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,MAAM,IAAI,SAAS,CAAC,iBAAiB,CAAC,CAAA;KACvC;IAED,IAAI,OAAO,CAAC,MAAM,GAAG,kBAAkB,EAAE;QACvC,MAAM,IAAI,SAAS,CAAC,qBAAqB,CAAC,CAAA;KAC3C;AACH,CAAC,CAAA;AAVY,QAAA,kBAAkB,sBAU9B","sourcesContent":["const MAX_PATTERN_LENGTH = 1024 * 64\nexport const assertValidPattern: (pattern: any) => void = (\n pattern: any\n): asserts pattern is string => {\n if (typeof pattern !== 'string') {\n throw new TypeError('invalid pattern')\n }\n\n if (pattern.length > MAX_PATTERN_LENGTH) {\n throw new TypeError('pattern is too long')\n }\n}\n"]}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { MinimatchOptions, MMRegExp } from './index.js';
|
2
|
+
export type ExtglobType = '!' | '?' | '+' | '*' | '@';
|
3
|
+
export declare class AST {
|
4
|
+
#private;
|
5
|
+
type: ExtglobType | null;
|
6
|
+
constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
|
7
|
+
get hasMagic(): boolean | undefined;
|
8
|
+
toString(): string;
|
9
|
+
push(...parts: (string | AST)[]): void;
|
10
|
+
toJSON(): any[];
|
11
|
+
isStart(): boolean;
|
12
|
+
isEnd(): boolean;
|
13
|
+
copyIn(part: AST | string): void;
|
14
|
+
clone(parent: AST): AST;
|
15
|
+
static fromGlob(pattern: string, options?: MinimatchOptions): AST;
|
16
|
+
toMMPattern(): MMRegExp | string;
|
17
|
+
toRegExpSource(allowDot?: boolean): [re: string, body: string, hasMagic: boolean, uflag: boolean];
|
18
|
+
}
|
19
|
+
//# sourceMappingURL=ast.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ast.d.ts","sourceRoot":"","sources":["../../src/ast.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAA;AAwCvD,MAAM,MAAM,WAAW,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAA;AAkCrD,qBAAa,GAAG;;IACd,IAAI,EAAE,WAAW,GAAG,IAAI,CAAA;gBAiBtB,IAAI,EAAE,WAAW,GAAG,IAAI,EACxB,MAAM,CAAC,EAAE,GAAG,EACZ,OAAO,GAAE,gBAAqB;IAahC,IAAI,QAAQ,IAAI,OAAO,GAAG,SAAS,CAUlC;IAGD,QAAQ,IAAI,MAAM;IA+ClB,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,MAAM,GAAG,GAAG,CAAC,EAAE;IAY/B,MAAM;IAgBN,OAAO,IAAI,OAAO;IAgBlB,KAAK,IAAI,OAAO;IAYhB,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM;IAKzB,KAAK,CAAC,MAAM,EAAE,GAAG;IAsIjB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,GAAE,gBAAqB;IAQ/D,WAAW,IAAI,QAAQ,GAAG,MAAM;IAgGhC,cAAc,CACZ,QAAQ,CAAC,EAAE,OAAO,GACjB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,CAAC;CAiMjE"}
|