immosquare-cleaner 0.1.34 → 0.1.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +2 -2
  4. data/linters/eslint.config.mjs +30 -0
  5. data/linters/rubocop-3.2.2.yml +2 -0
  6. data/node_modules/function-bind/README.md +27 -25
  7. data/node_modules/function-bind/implementation.js +12 -44
  8. data/node_modules/function-bind/package.json +14 -38
  9. data/node_modules/is-core-module/CHANGELOG.md +0 -7
  10. data/node_modules/is-core-module/index.js +2 -2
  11. data/node_modules/is-core-module/package.json +4 -4
  12. data/package.json +2 -4
  13. metadata +3 -180
  14. data/linters/eslintrc.json +0 -57
  15. data/node_modules/.bin/rimraf +0 -1
  16. data/node_modules/eslint-config-airbnb-base/CHANGELOG.md +0 -374
  17. data/node_modules/eslint-config-airbnb-base/LICENSE.md +0 -21
  18. data/node_modules/eslint-config-airbnb-base/README.md +0 -112
  19. data/node_modules/eslint-config-airbnb-base/index.js +0 -17
  20. data/node_modules/eslint-config-airbnb-base/legacy.js +0 -34
  21. data/node_modules/eslint-config-airbnb-base/node_modules/semver/LICENSE +0 -15
  22. data/node_modules/eslint-config-airbnb-base/node_modules/semver/README.md +0 -443
  23. data/node_modules/eslint-config-airbnb-base/node_modules/semver/bin/semver.js +0 -174
  24. data/node_modules/eslint-config-airbnb-base/node_modules/semver/package.json +0 -38
  25. data/node_modules/eslint-config-airbnb-base/node_modules/semver/range.bnf +0 -16
  26. data/node_modules/eslint-config-airbnb-base/node_modules/semver/semver.js +0 -1643
  27. data/node_modules/eslint-config-airbnb-base/package.json +0 -95
  28. data/node_modules/eslint-config-airbnb-base/rules/best-practices.js +0 -408
  29. data/node_modules/eslint-config-airbnb-base/rules/errors.js +0 -179
  30. data/node_modules/eslint-config-airbnb-base/rules/es6.js +0 -185
  31. data/node_modules/eslint-config-airbnb-base/rules/imports.js +0 -273
  32. data/node_modules/eslint-config-airbnb-base/rules/node.js +0 -43
  33. data/node_modules/eslint-config-airbnb-base/rules/strict.js +0 -6
  34. data/node_modules/eslint-config-airbnb-base/rules/style.js +0 -529
  35. data/node_modules/eslint-config-airbnb-base/rules/variables.js +0 -56
  36. data/node_modules/eslint-config-airbnb-base/test/requires.js +0 -13
  37. data/node_modules/eslint-config-airbnb-base/test/test-base.js +0 -32
  38. data/node_modules/eslint-config-airbnb-base/whitespace-async.js +0 -96
  39. data/node_modules/eslint-config-airbnb-base/whitespace.js +0 -102
  40. data/node_modules/eslint-plugin-import/CHANGELOG.md +0 -1925
  41. data/node_modules/eslint-plugin-import/CONTRIBUTING.md +0 -84
  42. data/node_modules/eslint-plugin-import/LICENSE +0 -22
  43. data/node_modules/eslint-plugin-import/README.md +0 -500
  44. data/node_modules/eslint-plugin-import/RELEASE.md +0 -54
  45. data/node_modules/eslint-plugin-import/SECURITY.md +0 -11
  46. data/node_modules/eslint-plugin-import/config/electron.js +0 -8
  47. data/node_modules/eslint-plugin-import/config/errors.js +0 -14
  48. data/node_modules/eslint-plugin-import/config/react-native.js +0 -13
  49. data/node_modules/eslint-plugin-import/config/react.js +0 -18
  50. data/node_modules/eslint-plugin-import/config/recommended.js +0 -28
  51. data/node_modules/eslint-plugin-import/config/stage-0.js +0 -12
  52. data/node_modules/eslint-plugin-import/config/typescript.js +0 -34
  53. data/node_modules/eslint-plugin-import/config/warnings.js +0 -12
  54. data/node_modules/eslint-plugin-import/docs/rules/consistent-type-specifier-style.md +0 -91
  55. data/node_modules/eslint-plugin-import/docs/rules/default.md +0 -72
  56. data/node_modules/eslint-plugin-import/docs/rules/dynamic-import-chunkname.md +0 -92
  57. data/node_modules/eslint-plugin-import/docs/rules/export.md +0 -37
  58. data/node_modules/eslint-plugin-import/docs/rules/exports-last.md +0 -51
  59. data/node_modules/eslint-plugin-import/docs/rules/extensions.md +0 -174
  60. data/node_modules/eslint-plugin-import/docs/rules/first.md +0 -75
  61. data/node_modules/eslint-plugin-import/docs/rules/group-exports.md +0 -118
  62. data/node_modules/eslint-plugin-import/docs/rules/imports-first.md +0 -9
  63. data/node_modules/eslint-plugin-import/docs/rules/max-dependencies.md +0 -70
  64. data/node_modules/eslint-plugin-import/docs/rules/named.md +0 -102
  65. data/node_modules/eslint-plugin-import/docs/rules/namespace.md +0 -106
  66. data/node_modules/eslint-plugin-import/docs/rules/newline-after-import.md +0 -167
  67. data/node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md +0 -54
  68. data/node_modules/eslint-plugin-import/docs/rules/no-amd.md +0 -37
  69. data/node_modules/eslint-plugin-import/docs/rules/no-anonymous-default-export.md +0 -83
  70. data/node_modules/eslint-plugin-import/docs/rules/no-commonjs.md +0 -96
  71. data/node_modules/eslint-plugin-import/docs/rules/no-cycle.md +0 -111
  72. data/node_modules/eslint-plugin-import/docs/rules/no-default-export.md +0 -65
  73. data/node_modules/eslint-plugin-import/docs/rules/no-deprecated.md +0 -62
  74. data/node_modules/eslint-plugin-import/docs/rules/no-duplicates.md +0 -109
  75. data/node_modules/eslint-plugin-import/docs/rules/no-dynamic-require.md +0 -25
  76. data/node_modules/eslint-plugin-import/docs/rules/no-empty-named-blocks.md +0 -49
  77. data/node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md +0 -139
  78. data/node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md +0 -81
  79. data/node_modules/eslint-plugin-import/docs/rules/no-internal-modules.md +0 -136
  80. data/node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md +0 -54
  81. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default-member.md +0 -52
  82. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default.md +0 -53
  83. data/node_modules/eslint-plugin-import/docs/rules/no-named-default.md +0 -36
  84. data/node_modules/eslint-plugin-import/docs/rules/no-named-export.md +0 -79
  85. data/node_modules/eslint-plugin-import/docs/rules/no-namespace.md +0 -44
  86. data/node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md +0 -42
  87. data/node_modules/eslint-plugin-import/docs/rules/no-relative-packages.md +0 -70
  88. data/node_modules/eslint-plugin-import/docs/rules/no-relative-parent-imports.md +0 -123
  89. data/node_modules/eslint-plugin-import/docs/rules/no-restricted-paths.md +0 -198
  90. data/node_modules/eslint-plugin-import/docs/rules/no-self-import.md +0 -32
  91. data/node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md +0 -60
  92. data/node_modules/eslint-plugin-import/docs/rules/no-unresolved.md +0 -110
  93. data/node_modules/eslint-plugin-import/docs/rules/no-unused-modules.md +0 -125
  94. data/node_modules/eslint-plugin-import/docs/rules/no-useless-path-segments.md +0 -85
  95. data/node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md +0 -39
  96. data/node_modules/eslint-plugin-import/docs/rules/order.md +0 -365
  97. data/node_modules/eslint-plugin-import/docs/rules/prefer-default-export.md +0 -185
  98. data/node_modules/eslint-plugin-import/docs/rules/unambiguous.md +0 -57
  99. data/node_modules/eslint-plugin-import/lib/ExportMap.js +0 -856
  100. data/node_modules/eslint-plugin-import/lib/core/importType.js +0 -129
  101. data/node_modules/eslint-plugin-import/lib/core/packagePath.js +0 -22
  102. data/node_modules/eslint-plugin-import/lib/core/staticRequire.js +0 -11
  103. data/node_modules/eslint-plugin-import/lib/docsUrl.js +0 -8
  104. data/node_modules/eslint-plugin-import/lib/importDeclaration.js +0 -5
  105. data/node_modules/eslint-plugin-import/lib/index.js +0 -71
  106. data/node_modules/eslint-plugin-import/lib/rules/consistent-type-specifier-style.js +0 -221
  107. data/node_modules/eslint-plugin-import/lib/rules/default.js +0 -40
  108. data/node_modules/eslint-plugin-import/lib/rules/dynamic-import-chunkname.js +0 -120
  109. data/node_modules/eslint-plugin-import/lib/rules/export.js +0 -250
  110. data/node_modules/eslint-plugin-import/lib/rules/exports-last.js +0 -40
  111. data/node_modules/eslint-plugin-import/lib/rules/extensions.js +0 -193
  112. data/node_modules/eslint-plugin-import/lib/rules/first.js +0 -144
  113. data/node_modules/eslint-plugin-import/lib/rules/group-exports.js +0 -155
  114. data/node_modules/eslint-plugin-import/lib/rules/imports-first.js +0 -16
  115. data/node_modules/eslint-plugin-import/lib/rules/max-dependencies.js +0 -60
  116. data/node_modules/eslint-plugin-import/lib/rules/named.js +0 -143
  117. data/node_modules/eslint-plugin-import/lib/rules/namespace.js +0 -218
  118. data/node_modules/eslint-plugin-import/lib/rules/newline-after-import.js +0 -237
  119. data/node_modules/eslint-plugin-import/lib/rules/no-absolute-path.js +0 -40
  120. data/node_modules/eslint-plugin-import/lib/rules/no-amd.js +0 -47
  121. data/node_modules/eslint-plugin-import/lib/rules/no-anonymous-default-export.js +0 -103
  122. data/node_modules/eslint-plugin-import/lib/rules/no-commonjs.js +0 -141
  123. data/node_modules/eslint-plugin-import/lib/rules/no-cycle.js +0 -158
  124. data/node_modules/eslint-plugin-import/lib/rules/no-default-export.js +0 -43
  125. data/node_modules/eslint-plugin-import/lib/rules/no-deprecated.js +0 -138
  126. data/node_modules/eslint-plugin-import/lib/rules/no-duplicates.js +0 -354
  127. data/node_modules/eslint-plugin-import/lib/rules/no-dynamic-require.js +0 -77
  128. data/node_modules/eslint-plugin-import/lib/rules/no-empty-named-blocks.js +0 -105
  129. data/node_modules/eslint-plugin-import/lib/rules/no-extraneous-dependencies.js +0 -301
  130. data/node_modules/eslint-plugin-import/lib/rules/no-import-module-exports.js +0 -85
  131. data/node_modules/eslint-plugin-import/lib/rules/no-internal-modules.js +0 -144
  132. data/node_modules/eslint-plugin-import/lib/rules/no-mutable-exports.js +0 -59
  133. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default-member.js +0 -96
  134. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default.js +0 -45
  135. data/node_modules/eslint-plugin-import/lib/rules/no-named-default.js +0 -31
  136. data/node_modules/eslint-plugin-import/lib/rules/no-named-export.js +0 -39
  137. data/node_modules/eslint-plugin-import/lib/rules/no-namespace.js +0 -175
  138. data/node_modules/eslint-plugin-import/lib/rules/no-nodejs-modules.js +0 -44
  139. data/node_modules/eslint-plugin-import/lib/rules/no-relative-packages.js +0 -71
  140. data/node_modules/eslint-plugin-import/lib/rules/no-relative-parent-imports.js +0 -48
  141. data/node_modules/eslint-plugin-import/lib/rules/no-restricted-paths.js +0 -245
  142. data/node_modules/eslint-plugin-import/lib/rules/no-self-import.js +0 -39
  143. data/node_modules/eslint-plugin-import/lib/rules/no-unassigned-import.js +0 -79
  144. data/node_modules/eslint-plugin-import/lib/rules/no-unresolved.js +0 -60
  145. data/node_modules/eslint-plugin-import/lib/rules/no-unused-modules.js +0 -945
  146. data/node_modules/eslint-plugin-import/lib/rules/no-useless-path-segments.js +0 -147
  147. data/node_modules/eslint-plugin-import/lib/rules/no-webpack-loader-syntax.js +0 -26
  148. data/node_modules/eslint-plugin-import/lib/rules/order.js +0 -785
  149. data/node_modules/eslint-plugin-import/lib/rules/prefer-default-export.js +0 -116
  150. data/node_modules/eslint-plugin-import/lib/rules/unambiguous.js +0 -38
  151. data/node_modules/eslint-plugin-import/memo-parser/LICENSE +0 -22
  152. data/node_modules/eslint-plugin-import/memo-parser/README.md +0 -21
  153. data/node_modules/eslint-plugin-import/memo-parser/index.js +0 -41
  154. data/node_modules/eslint-plugin-import/node_modules/debug/CHANGELOG.md +0 -395
  155. data/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +0 -19
  156. data/node_modules/eslint-plugin-import/node_modules/debug/README.md +0 -437
  157. data/node_modules/eslint-plugin-import/node_modules/debug/node.js +0 -1
  158. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/index.js +0 -162
  159. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/license.md +0 -21
  160. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/package.json +0 -38
  161. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/readme.md +0 -59
  162. data/node_modules/eslint-plugin-import/node_modules/debug/package.json +0 -51
  163. data/node_modules/eslint-plugin-import/node_modules/debug/src/browser.js +0 -180
  164. data/node_modules/eslint-plugin-import/node_modules/debug/src/common.js +0 -249
  165. data/node_modules/eslint-plugin-import/node_modules/debug/src/index.js +0 -12
  166. data/node_modules/eslint-plugin-import/node_modules/debug/src/node.js +0 -177
  167. data/node_modules/eslint-plugin-import/node_modules/doctrine/CHANGELOG.md +0 -94
  168. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE +0 -177
  169. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE.closure-compiler +0 -202
  170. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE.esprima +0 -19
  171. data/node_modules/eslint-plugin-import/node_modules/doctrine/README.md +0 -165
  172. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/doctrine.js +0 -899
  173. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/typed.js +0 -1305
  174. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/utility.js +0 -35
  175. data/node_modules/eslint-plugin-import/node_modules/doctrine/package.json +0 -57
  176. data/node_modules/eslint-plugin-import/node_modules/minimatch/LICENSE +0 -15
  177. data/node_modules/eslint-plugin-import/node_modules/minimatch/README.md +0 -230
  178. data/node_modules/eslint-plugin-import/node_modules/minimatch/minimatch.js +0 -947
  179. data/node_modules/eslint-plugin-import/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -21
  180. data/node_modules/eslint-plugin-import/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
  181. data/node_modules/eslint-plugin-import/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
  182. data/node_modules/eslint-plugin-import/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
  183. data/node_modules/eslint-plugin-import/node_modules/minimatch/package.json +0 -33
  184. data/node_modules/eslint-plugin-import/node_modules/semver/LICENSE +0 -15
  185. data/node_modules/eslint-plugin-import/node_modules/semver/README.md +0 -443
  186. data/node_modules/eslint-plugin-import/node_modules/semver/bin/semver.js +0 -174
  187. data/node_modules/eslint-plugin-import/node_modules/semver/package.json +0 -38
  188. data/node_modules/eslint-plugin-import/node_modules/semver/range.bnf +0 -16
  189. data/node_modules/eslint-plugin-import/node_modules/semver/semver.js +0 -1643
  190. data/node_modules/eslint-plugin-import/package.json +0 -124
  191. data/node_modules/function-bind/CHANGELOG.md +0 -136
@@ -1,35 +0,0 @@
1
- /*
2
- * @fileoverview Utilities for Doctrine
3
- * @author Yusuke Suzuki <utatane.tea@gmail.com>
4
- */
5
-
6
-
7
- (function () {
8
- 'use strict';
9
-
10
- var VERSION;
11
-
12
- VERSION = require('../package.json').version;
13
- exports.VERSION = VERSION;
14
-
15
- function DoctrineError(message) {
16
- this.name = 'DoctrineError';
17
- this.message = message;
18
- }
19
- DoctrineError.prototype = (function () {
20
- var Middle = function () { };
21
- Middle.prototype = Error.prototype;
22
- return new Middle();
23
- }());
24
- DoctrineError.prototype.constructor = DoctrineError;
25
- exports.DoctrineError = DoctrineError;
26
-
27
- function throwError(message) {
28
- throw new DoctrineError(message);
29
- }
30
- exports.throwError = throwError;
31
-
32
- exports.assert = require('assert');
33
- }());
34
-
35
- /* vim: set sw=4 ts=4 et tw=80 : */
@@ -1,57 +0,0 @@
1
- {
2
- "name": "doctrine",
3
- "description": "JSDoc parser",
4
- "homepage": "https://github.com/eslint/doctrine",
5
- "main": "lib/doctrine.js",
6
- "version": "2.1.0",
7
- "engines": {
8
- "node": ">=0.10.0"
9
- },
10
- "directories": {
11
- "lib": "./lib"
12
- },
13
- "files": [
14
- "lib"
15
- ],
16
- "maintainers": [
17
- {
18
- "name": "Nicholas C. Zakas",
19
- "email": "nicholas+npm@nczconsulting.com",
20
- "web": "https://www.nczonline.net"
21
- },
22
- {
23
- "name": "Yusuke Suzuki",
24
- "email": "utatane.tea@gmail.com",
25
- "web": "https://github.com/Constellation"
26
- }
27
- ],
28
- "repository": "eslint/doctrine",
29
- "devDependencies": {
30
- "coveralls": "^2.11.2",
31
- "dateformat": "^1.0.11",
32
- "eslint": "^1.10.3",
33
- "eslint-release": "^0.10.0",
34
- "linefix": "^0.1.1",
35
- "mocha": "^3.4.2",
36
- "npm-license": "^0.3.1",
37
- "nyc": "^10.3.2",
38
- "semver": "^5.0.3",
39
- "shelljs": "^0.5.3",
40
- "shelljs-nodecli": "^0.1.1",
41
- "should": "^5.0.1"
42
- },
43
- "license": "Apache-2.0",
44
- "scripts": {
45
- "pretest": "npm run lint",
46
- "test": "nyc mocha",
47
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
48
- "lint": "eslint lib/",
49
- "release": "eslint-release",
50
- "ci-release": "eslint-ci-release",
51
- "alpharelease": "eslint-prerelease alpha",
52
- "betarelease": "eslint-prerelease beta"
53
- },
54
- "dependencies": {
55
- "esutils": "^2.0.2"
56
- }
57
- }
@@ -1,15 +0,0 @@
1
- The ISC License
2
-
3
- Copyright (c) Isaac Z. Schlueter and Contributors
4
-
5
- Permission to use, copy, modify, and/or distribute this software for any
6
- purpose with or without fee is hereby granted, provided that the above
7
- copyright notice and this permission notice appear in all copies.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@@ -1,230 +0,0 @@
1
- # minimatch
2
-
3
- A minimal matching utility.
4
-
5
- [![Build Status](https://travis-ci.org/isaacs/minimatch.svg?branch=master)](http://travis-ci.org/isaacs/minimatch)
6
-
7
-
8
- This is the matching library used internally by npm.
9
-
10
- It works by converting glob expressions into JavaScript `RegExp`
11
- objects.
12
-
13
- ## Usage
14
-
15
- ```javascript
16
- var 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
-
31
- See:
32
-
33
- * `man sh`
34
- * `man bash`
35
- * `man 3 fnmatch`
36
- * `man 5 gitignore`
37
-
38
- ## Minimatch Class
39
-
40
- Create a minimatch object by instantiating the `minimatch.Minimatch` class.
41
-
42
- ```javascript
43
- var Minimatch = require("minimatch").Minimatch
44
- var mm = new Minimatch(pattern, options)
45
- ```
46
-
47
- ### Properties
48
-
49
- * `pattern` The original pattern the minimatch object represents.
50
- * `options` The options supplied to the constructor.
51
- * `set` A 2-dimensional array of regexp or string expressions.
52
- Each row in the
53
- array corresponds to a brace-expanded pattern. Each item in the row
54
- corresponds to a single path-part. For example, the pattern
55
- `{a,b/c}/d` would expand to a set of patterns like:
56
-
57
- [ [ a, d ]
58
- , [ b, c, d ] ]
59
-
60
- If a portion of the pattern doesn't have any "magic" in it
61
- (that is, it's something like `"foo"` rather than `fo*o?`), then it
62
- will be left as a string rather than converted to a regular
63
- expression.
64
-
65
- * `regexp` Created by the `makeRe` method. A single regular expression
66
- expressing the entire pattern. This is useful in cases where you wish
67
- to use the pattern somewhat like `fnmatch(3)` with `FNM_PATH` enabled.
68
- * `negate` True if the pattern is negated.
69
- * `comment` True if the pattern is a comment.
70
- * `empty` True if the pattern is `""`.
71
-
72
- ### Methods
73
-
74
- * `makeRe` Generate the `regexp` member if necessary, and return it.
75
- Will return `false` if the pattern is invalid.
76
- * `match(fname)` Return true if the filename matches the pattern, or
77
- false otherwise.
78
- * `matchOne(fileArray, patternArray, partial)` Take a `/`-split
79
- filename, and match it against a single row in the `regExpSet`. This
80
- method is mainly for internal use, but is exposed so that it can be
81
- used by a glob-walker that needs to avoid excessive filesystem calls.
82
-
83
- All other methods are internal, and will be called as necessary.
84
-
85
- ### minimatch(path, pattern, options)
86
-
87
- Main export. Tests a path against the pattern using the options.
88
-
89
- ```javascript
90
- var isJS = minimatch(file, "*.js", { matchBase: true })
91
- ```
92
-
93
- ### minimatch.filter(pattern, options)
94
-
95
- Returns a function that tests its
96
- supplied argument, suitable for use with `Array.filter`. Example:
97
-
98
- ```javascript
99
- var javascripts = fileList.filter(minimatch.filter("*.js", {matchBase: true}))
100
- ```
101
-
102
- ### minimatch.match(list, pattern, options)
103
-
104
- Match against the list of
105
- files, in the style of fnmatch or glob. If nothing is matched, and
106
- options.nonull is set, then return a list containing the pattern itself.
107
-
108
- ```javascript
109
- var javascripts = minimatch.match(fileList, "*.js", {matchBase: true}))
110
- ```
111
-
112
- ### minimatch.makeRe(pattern, options)
113
-
114
- Make a regular expression object from the pattern.
115
-
116
- ## Options
117
-
118
- All options are `false` by default.
119
-
120
- ### debug
121
-
122
- Dump a ton of stuff to stderr.
123
-
124
- ### nobrace
125
-
126
- Do not expand `{a,b}` and `{1..3}` brace sets.
127
-
128
- ### noglobstar
129
-
130
- Disable `**` matching against multiple folder names.
131
-
132
- ### dot
133
-
134
- Allow patterns to match filenames starting with a period, even if
135
- the pattern does not explicitly have a period in that spot.
136
-
137
- Note that by default, `a/**/b` will **not** match `a/.d/b`, unless `dot`
138
- is set.
139
-
140
- ### noext
141
-
142
- Disable "extglob" style patterns like `+(a|b)`.
143
-
144
- ### nocase
145
-
146
- Perform a case-insensitive match.
147
-
148
- ### nonull
149
-
150
- When a match is not found by `minimatch.match`, return a list containing
151
- the pattern itself if this option is set. When not set, an empty list
152
- is returned if there are no matches.
153
-
154
- ### matchBase
155
-
156
- If set, then patterns without slashes will be matched
157
- against the basename of the path if it contains slashes. For example,
158
- `a?b` would match the path `/xyz/123/acb`, but not `/xyz/acb/123`.
159
-
160
- ### nocomment
161
-
162
- Suppress the behavior of treating `#` at the start of a pattern as a
163
- comment.
164
-
165
- ### nonegate
166
-
167
- Suppress the behavior of treating a leading `!` character as negation.
168
-
169
- ### flipNegate
170
-
171
- Returns from negate expressions the same as if they were not negated.
172
- (Ie, true on a hit, false on a miss.)
173
-
174
- ### partial
175
-
176
- Compare a partial path to a pattern. As long as the parts of the path that
177
- are present are not contradicted by the pattern, it will be treated as a
178
- match. This is useful in applications where you're walking through a
179
- folder structure, and don't yet have the full path, but want to ensure that
180
- you do not walk down paths that can never be a match.
181
-
182
- For example,
183
-
184
- ```js
185
- minimatch('/a/b', '/a/*/c/d', { partial: true }) // true, might be /a/b/c/d
186
- minimatch('/a/b', '/**/d', { partial: true }) // true, might be /a/b/.../d
187
- minimatch('/x/y/z', '/a/**/z', { partial: true }) // false, because x !== a
188
- ```
189
-
190
- ### allowWindowsEscape
191
-
192
- Windows path separator `\` is by default converted to `/`, which
193
- prohibits the usage of `\` as a escape character. This flag skips that
194
- behavior and allows using the escape character.
195
-
196
- ## Comparisons to other fnmatch/glob implementations
197
-
198
- While strict compliance with the existing standards is a worthwhile
199
- goal, some discrepancies exist between minimatch and other
200
- implementations, and are intentional.
201
-
202
- If the pattern starts with a `!` character, then it is negated. Set the
203
- `nonegate` flag to suppress this behavior, and treat leading `!`
204
- characters normally. This is perhaps relevant if you wish to start the
205
- pattern with a negative extglob pattern like `!(a|B)`. Multiple `!`
206
- characters at the start of a pattern will negate the pattern multiple
207
- times.
208
-
209
- If a pattern starts with `#`, then it is treated as a comment, and
210
- will not match anything. Use `\#` to match a literal `#` at the
211
- start of a line, or set the `nocomment` flag to suppress this behavior.
212
-
213
- The double-star character `**` is supported by default, unless the
214
- `noglobstar` flag is set. This is supported in the manner of bsdglob
215
- and bash 4.1, where `**` only has special significance if it is the only
216
- thing in a path part. That is, `a/**/b` will match `a/x/y/b`, but
217
- `a/**b` will not.
218
-
219
- If an escaped pattern has no matches, and the `nonull` flag is set,
220
- then minimatch.match returns the pattern as-provided, rather than
221
- interpreting the character escapes. For example,
222
- `minimatch.match([], "\\*a\\?")` will return `"\\*a\\?"` rather than
223
- `"*a?"`. This is akin to setting the `nullglob` option in bash, except
224
- that it does not resolve escaped pattern characters.
225
-
226
- If brace expansion is not disabled, then it is performed before any
227
- other interpretation of the glob pattern. Thus, a pattern like
228
- `+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded
229
- **first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are
230
- checked for validity. Since those two are valid, matching proceeds.