@alexlit/lint-kit 182.1.0 → 182.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/config-eslint/package.json +3 -3
- package/packages/config-eslint/plugins/unocss.js +4 -6
- package/packages/config-stylelint/node_modules/ansi-regex/index.d.ts +33 -0
- package/packages/config-stylelint/node_modules/ansi-regex/index.js +14 -0
- package/packages/config-stylelint/node_modules/ansi-regex/license +9 -0
- package/packages/config-stylelint/node_modules/ansi-regex/package.json +61 -0
- package/packages/config-stylelint/node_modules/ansi-regex/readme.md +66 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/LICENSE +19 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/README.md +630 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.cjs +559 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.cts +304 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.d.ts +304 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/dist/index.js +525 -0
- package/packages/config-stylelint/node_modules/file-entry-cache/package.json +62 -0
- package/packages/config-stylelint/node_modules/flat-cache/LICENSE +19 -0
- package/packages/config-stylelint/node_modules/flat-cache/README.md +235 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.cjs +495 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.cts +255 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.d.ts +255 -0
- package/packages/config-stylelint/node_modules/flat-cache/dist/index.js +455 -0
- package/packages/config-stylelint/node_modules/flat-cache/package.json +87 -0
- package/packages/config-stylelint/node_modules/globby/ignore.js +337 -0
- package/packages/config-stylelint/node_modules/globby/index.d.ts +394 -0
- package/packages/config-stylelint/node_modules/globby/index.js +488 -0
- package/packages/config-stylelint/node_modules/globby/license +9 -0
- package/packages/config-stylelint/node_modules/globby/package.json +94 -0
- package/packages/config-stylelint/node_modules/globby/readme.md +388 -0
- package/packages/config-stylelint/node_modules/globby/utilities.js +382 -0
- package/packages/config-stylelint/node_modules/meow/build/dependencies.js +7347 -0
- package/packages/config-stylelint/node_modules/meow/build/index.d.ts +2684 -0
- package/packages/config-stylelint/node_modules/meow/build/index.js +185 -0
- package/packages/config-stylelint/node_modules/meow/build/licenses.md +1254 -0
- package/packages/config-stylelint/node_modules/meow/build/options.js +147 -0
- package/packages/config-stylelint/node_modules/meow/build/parser.js +113 -0
- package/packages/config-stylelint/node_modules/meow/build/utils.js +7 -0
- package/packages/config-stylelint/node_modules/meow/build/validate.js +145 -0
- package/packages/config-stylelint/node_modules/meow/license +9 -0
- package/packages/config-stylelint/node_modules/meow/package.json +103 -0
- package/packages/config-stylelint/node_modules/meow/readme.md +387 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/LICENSE +20 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/README.md +25 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parse.js +12 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/lib/safe-parser.js +100 -0
- package/packages/config-stylelint/node_modules/postcss-safe-parser/package.json +36 -0
- package/packages/config-stylelint/node_modules/slash/index.d.ts +23 -0
- package/packages/config-stylelint/node_modules/slash/index.js +9 -0
- package/packages/config-stylelint/node_modules/slash/license +9 -0
- package/packages/config-stylelint/node_modules/slash/package.json +39 -0
- package/packages/config-stylelint/node_modules/slash/readme.md +36 -0
- package/packages/config-stylelint/node_modules/string-width/index.d.ts +39 -0
- package/packages/config-stylelint/node_modules/string-width/index.js +119 -0
- package/packages/config-stylelint/node_modules/string-width/license +9 -0
- package/packages/config-stylelint/node_modules/string-width/package.json +65 -0
- package/packages/config-stylelint/node_modules/string-width/readme.md +66 -0
- package/packages/config-stylelint/node_modules/strip-ansi/index.d.ts +15 -0
- package/packages/config-stylelint/node_modules/strip-ansi/index.js +19 -0
- package/packages/config-stylelint/node_modules/strip-ansi/license +9 -0
- package/packages/config-stylelint/node_modules/strip-ansi/package.json +59 -0
- package/packages/config-stylelint/node_modules/strip-ansi/readme.md +37 -0
- package/packages/config-stylelint/node_modules/stylelint/LICENSE +20 -0
- package/packages/config-stylelint/node_modules/stylelint/README.md +113 -0
- package/packages/config-stylelint/node_modules/stylelint/bin/stylelint.mjs +7 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/assignDisabledRanges.mjs +483 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/augmentConfig.mjs +586 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/cli.mjs +746 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/constants.mjs +25 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/createPartialStylelintResult.mjs +114 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/createPlugin.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/createStylelint.mjs +37 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/descriptionlessDisables.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/calcSeverityCounts.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/compactFormatter.mjs +23 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/index.mjs +23 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/jsonFormatter.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/preprocessWarnings.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/stringFormatter.mjs +308 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/tapFormatter.mjs +85 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/terminalLink.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/unixFormatter.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/formatters/verboseFormatter.mjs +175 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/getConfigForFile.mjs +110 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/getPostcssResult.mjs +130 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/index.mjs +38 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/invalidScopeDisables.mjs +41 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/isPathIgnored.mjs +48 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/lintPostcssResult.mjs +172 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/lintSource.mjs +135 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/needlessDisables.mjs +91 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/normalizeAllRuleSettings.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/normalizeRuleSettings.mjs +56 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/postcssPlugin.mjs +50 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/prepareReturnValue.mjs +63 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/printConfig.mjs +44 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/atKeywords.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/functions.mjs +96 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/keywords.mjs +663 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaFeatures.mjs +115 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/mediaTypes.mjs +14 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/prefixes.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/properties.mjs +1112 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/selectors.mjs +472 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reference/units.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reportDisables.mjs +48 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/reportUnknownRuleNames.mjs +76 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/resolveConfig.mjs +43 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/alpha-value-notation/index.mjs +207 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/annotation-no-unknown/index.mjs +88 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-allowed-list/index.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-no-unknown/index.mjs +108 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-descriptor-value-no-unknown/index.mjs +64 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-disallowed-list/index.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-empty-line-before/index.mjs +178 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-deprecated/index.mjs +86 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-unknown/index.mjs +80 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-no-vendor-prefix/index.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-prelude-no-invalid/index.mjs +76 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/at-rule-property-required-list/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-empty/index.mjs +116 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/block-no-redundant-nested-style-rules/index.mjs +52 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-alias-notation/index.mjs +87 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-function-notation/index.mjs +168 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-alpha/index.mjs +75 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-hex-length/index.mjs +128 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/colordUtils.mjs +109 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-named/index.mjs +183 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-hex/index.mjs +69 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/color-no-invalid-hex/index.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-empty-line-before/index.mjs +131 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-no-empty/index.mjs +50 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-pattern/index.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-whitespace-inside/index.mjs +149 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/comment-word-disallowed-list/index.mjs +63 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/container-name-pattern/index.mjs +107 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-media-pattern/index.mjs +61 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-empty-line-before/index.mjs +156 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-no-missing-var-function/index.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/custom-property-pattern/index.mjs +100 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-custom-properties/index.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-duplicate-properties/index.mjs +301 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.mjs +411 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-no-shorthand-property-overrides/index.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-block-single-line-max-declarations/index.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-empty-line-before/index.mjs +160 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-no-important/index.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-max-values/index.mjs +79 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-allowed-list/index.mjs +108 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-unit-disallowed-list/index.mjs +94 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-allowed-list/index.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-disallowed-list/index.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-keyword-no-deprecated/index.mjs +203 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/declaration-property-value-no-unknown/index.mjs +424 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/display-notation/index.mjs +225 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-name-quotes/index.mjs +243 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-duplicate-names/index.mjs +122 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-family-no-missing-generic-family-keyword/index.mjs +122 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/font-weight-notation/index.mjs +221 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-allowed-list/index.mjs +114 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-calc-no-unspaced-operator/index.mjs +589 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-disallowed-list/index.mjs +73 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-linear-gradient-no-nonstandard-direction/index.mjs +145 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-name-case/index.mjs +120 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-no-unknown/index.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-no-scheme-relative/index.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-quotes/index.mjs +230 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-allowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/function-url-scheme-disallowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/hue-degree-notation/index.mjs +123 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/import-notation/index.mjs +104 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/index.mjs +180 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-block-no-duplicate-selectors/index.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-declaration-no-important/index.mjs +54 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframe-selector-notation/index.mjs +202 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/keyframes-name-pattern/index.mjs +63 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/layer-name-pattern/index.mjs +91 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/length-zero-no-unit/index.mjs +221 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/lightness-notation/index.mjs +165 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/max-nesting-depth/index.mjs +195 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-allowed-list/index.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-disallowed-list/index.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-unknown/index.mjs +79 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-no-vendor-prefix/index.mjs +94 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-unit-allowed-list/index.mjs +110 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-allowed-list/index.mjs +100 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-name-value-no-unknown/index.mjs +277 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-feature-range-notation/index.mjs +187 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-query-no-invalid/index.mjs +193 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/media-type-no-deprecated/index.mjs +82 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/index.mjs +117 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/named-grid-areas-no-invalid/utils/findNotContiguousOrRectangular.mjs +57 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/nesting-selector-no-missing-scoping-root/index.mjs +165 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-descending-specificity/index.mjs +200 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-at-import-rules/index.mjs +156 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-duplicate-selectors/index.mjs +218 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-empty-source/index.mjs +61 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-double-slash-comments/index.mjs +77 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-at-import-rule/index.mjs +76 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-invalid-position-declaration/index.mjs +86 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-irregular-whitespace/index.mjs +236 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-animations/index.mjs +71 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-media/index.mjs +77 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/no-unknown-custom-properties/index.mjs +72 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/number-max-precision/index.mjs +209 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-allowed-list/index.mjs +58 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-disallowed-list/index.mjs +58 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-deprecated/index.mjs +143 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-unknown/index.mjs +126 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/property-no-vendor-prefix/index.mjs +100 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-empty-line-before/index.mjs +156 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-nesting-at-rule-required-list/index.mjs +85 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/rule-selector-property-disallowed-list/index.mjs +119 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-anb-no-unmatchable/index.mjs +121 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-name-disallowed-list/index.mjs +69 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-allowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-operator-disallowed-list/index.mjs +70 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-attribute-quotes/index.mjs +107 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-class-pattern/index.mjs +71 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-allowed-list/index.mjs +81 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-combinator-disallowed-list/index.mjs +81 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-disallowed-list/index.mjs +115 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-id-pattern/index.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-attribute/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-class/index.mjs +75 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-combinators/index.mjs +77 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-compound-selectors/index.mjs +123 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-id/index.mjs +107 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-pseudo-class/index.mjs +85 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-specificity/index.mjs +146 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-type/index.mjs +219 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-max-universal/index.mjs +95 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-nested-pattern/index.mjs +95 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-qualifying-type/index.mjs +323 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-no-vendor-prefix/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-not-notation/index.mjs +217 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-allowed-list/index.mjs +84 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.mjs +84 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-class-no-unknown/index.mjs +179 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-allowed-list/index.mjs +75 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-colon-notation/index.mjs +93 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-disallowed-list/index.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-pseudo-element-no-unknown/index.mjs +91 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-case/index.mjs +118 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/selector-type-no-unknown/index.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/shorthand-property-no-redundant-values/index.mjs +359 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/string-no-newline/index.mjs +120 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/syntax-string-no-invalid/index.mjs +80 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/time-min-milliseconds/index.mjs +167 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-allowed-list/index.mjs +116 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-disallowed-list/index.mjs +211 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/unit-no-unknown/index.mjs +207 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-keyword-case/index.mjs +253 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/rules/value-no-vendor-prefix/index.mjs +92 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/standalone.mjs +381 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/timing.mjs +134 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/unscopedDisables.mjs +66 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/FileCache.mjs +115 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/addEmptyLineBefore.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/addSemicolonForEditInfo.mjs +35 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/appendRuleName.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/arrayEqual.mjs +14 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/beforeBlockString.mjs +28 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/blockString.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/blurInterpolation.mjs +8 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/cachedImport.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkAgainstRule.mjs +71 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/checkInvalidCLIOptions.mjs +105 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/configurationComment.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/containsString.mjs +52 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/createMapWithSet.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/dynamicImport.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachDeclarationBlock.mjs +59 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/eachNodeUpToRoot.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/emitWarning.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/errors.mjs +55 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/filterFilePaths.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAnimationName.mjs +74 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findAtRuleContext.mjs +27 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findFontFamily.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findMediaFeatureNames.mjs +151 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/findNodeUpToRoot.mjs +25 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/fixEmptyLinesBefore.mjs +26 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/functionArgumentsSearch.mjs +64 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getAtRuleParams.mjs +7 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDeclarationValue.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getDimension.mjs +62 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFileIgnorer.mjs +41 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatter.mjs +43 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getFormatterOptionsText.mjs +12 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getImportantPosition.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getLexer.mjs +39 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getModulePath.mjs +35 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getNextNonSharedLineCommentNode.mjs +34 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getPreviousNonSharedLineCommentNode.mjs +36 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRelativePath.mjs +12 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getRuleSelector.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSchemeFromUrl.mjs +36 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getSelectorSourceIndex.mjs +12 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStrippedSelectorSource.mjs +47 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/getStylelintRule.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasBlock.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasEmptyLine.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasInterpolation.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasLessInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasPsvInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasScssInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hasTplInterpolation.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/hash.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterBlock.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterComment.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterSingleLineComment.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAfterStandardPropertyDeclaration.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isAutoprefixable.mjs +364 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterBlocklessAtRule.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isBlocklessAtRuleAfterSameNameBlocklessAtRule.mjs +21 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isContextFunctionalPseudoClass.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterIncrementCustomIdentValue.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCounterResetCustomIdentValue.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomElement.mjs +34 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomFunction.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomMediaQuery.mjs +8 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomProperty.mjs +8 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isCustomSelector.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isDescriptorDeclaration.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNested.mjs +83 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isFirstNodeOfRoot.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isHexColor.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isInDocument.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeRule.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isKeyframeSelector.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isMathFunction.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNonNegativeInteger.mjs +6 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isNumbery.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isOnlyWhitespace.mjs +17 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isPathNotFoundError.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isScssVariable.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSharedLineComment.mjs +53 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isSingleLineString.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxAtRule.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxColorFunction.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxCombinator.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxComment.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxDeclaration.mjs +57 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxFunction.mjs +28 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxHexColor.mjs +14 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxKeyframesName.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxProperty.mjs +32 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxRule.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxSelector.mjs +56 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxTypeSelector.mjs +56 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxUrl.mjs +49 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isStandardSyntaxValue.mjs +51 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeRangeDescriptor.mjs +24 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUnicodeSupported.mjs +26 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isUrlFunction.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidFontSize.mjs +38 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidHex.mjs +11 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isValidIdentifier.mjs +39 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVarFunction.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isVariable.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/isWhitespace.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/matchesStringOrRegExp.mjs +97 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/mergeSyntaxDefinitions.mjs +137 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/narrowFixRange.mjs +68 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeContextLookup.mjs +41 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/nodeFieldIndices.mjs +119 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFilePath.mjs +26 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeFixMode.mjs +22 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/normalizeSelector.mjs +166 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/optionsMatches.mjs +20 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseCustomMediaQuery.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseMediaQuery.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/parseSelector.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/pathExists.mjs +16 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/pluralize.mjs +10 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/putIfAbsent.mjs +20 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/rangesOverlap.mjs +19 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/rawNodeString.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/regexes.mjs +135 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/removeEmptyLinesBefore.mjs +13 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/report.mjs +321 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/reportCommentProblem.mjs +39 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveFilePath.mjs +38 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveNestedSelectorsForRule.mjs +108 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveOptionValue.mjs +30 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/resolveSilent.mjs +144 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/ruleMessages.mjs +18 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/setAtRuleParams.mjs +18 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/setDeclarationValue.mjs +18 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/suppressionsService.mjs +317 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/toPath.mjs +23 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/typeGuards.mjs +90 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/uniteSets.mjs +9 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithArrayProps.mjs +29 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateObjectWithProps.mjs +28 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateOptions.mjs +176 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/validateTypes.mjs +148 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/utils/vendor.mjs +43 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/validateDisableSettings.mjs +67 -0
- package/packages/config-stylelint/node_modules/stylelint/lib/writeOutputFile.mjs +15 -0
- package/packages/config-stylelint/node_modules/stylelint/package.json +212 -0
- package/packages/config-stylelint/node_modules/stylelint/types/stylelint/index.d.ts +1590 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/default.d.ts +13 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/default.js +14 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/license +9 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/node.d.ts +125 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/node.js +49 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/package.json +68 -0
- package/packages/config-stylelint/node_modules/unicorn-magic/readme.md +31 -0
- package/packages/config-stylelint/package.json +2 -2
|
@@ -0,0 +1,488 @@
|
|
|
1
|
+
import process from 'node:process';
|
|
2
|
+
import fs from 'node:fs';
|
|
3
|
+
import nodePath from 'node:path';
|
|
4
|
+
import {Readable} from 'node:stream';
|
|
5
|
+
import mergeStreams from '@sindresorhus/merge-streams';
|
|
6
|
+
import fastGlob from 'fast-glob';
|
|
7
|
+
import {toPath} from 'unicorn-magic/node';
|
|
8
|
+
import {
|
|
9
|
+
GITIGNORE_FILES_PATTERN,
|
|
10
|
+
getIgnorePatternsAndPredicate,
|
|
11
|
+
getIgnorePatternsAndPredicateSync,
|
|
12
|
+
} from './ignore.js';
|
|
13
|
+
import {
|
|
14
|
+
bindFsMethod,
|
|
15
|
+
promisifyFsMethod,
|
|
16
|
+
isNegativePattern,
|
|
17
|
+
getStaticAbsolutePathPrefix,
|
|
18
|
+
normalizeNegativePattern,
|
|
19
|
+
normalizeDirectoryPatternForFastGlob,
|
|
20
|
+
adjustIgnorePatternsForParentDirectories,
|
|
21
|
+
convertPatternsForFastGlob,
|
|
22
|
+
} from './utilities.js';
|
|
23
|
+
|
|
24
|
+
const assertPatternsInput = patterns => {
|
|
25
|
+
if (patterns.some(pattern => typeof pattern !== 'string')) {
|
|
26
|
+
throw new TypeError('Patterns must be a string or an array of strings');
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
const getStatMethod = fsImplementation =>
|
|
31
|
+
bindFsMethod(fsImplementation?.promises, 'stat')
|
|
32
|
+
?? bindFsMethod(fs.promises, 'stat')
|
|
33
|
+
?? promisifyFsMethod(fsImplementation, 'stat');
|
|
34
|
+
|
|
35
|
+
const getStatSyncMethod = fsImplementation =>
|
|
36
|
+
bindFsMethod(fsImplementation, 'statSync')
|
|
37
|
+
?? bindFsMethod(fs, 'statSync');
|
|
38
|
+
|
|
39
|
+
const isDirectory = async (path, fsImplementation) => {
|
|
40
|
+
try {
|
|
41
|
+
const stats = await getStatMethod(fsImplementation)(path);
|
|
42
|
+
return stats.isDirectory();
|
|
43
|
+
} catch {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const isDirectorySync = (path, fsImplementation) => {
|
|
49
|
+
try {
|
|
50
|
+
const stats = getStatSyncMethod(fsImplementation)(path);
|
|
51
|
+
return stats.isDirectory();
|
|
52
|
+
} catch {
|
|
53
|
+
return false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const normalizePathForDirectoryGlob = (filePath, cwd) => {
|
|
58
|
+
const path = isNegativePattern(filePath) ? filePath.slice(1) : filePath;
|
|
59
|
+
return nodePath.isAbsolute(path) ? path : nodePath.join(cwd, path);
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const shouldExpandGlobstarDirectory = pattern => {
|
|
63
|
+
const match = pattern?.match(/\*\*\/([^/]+)$/);
|
|
64
|
+
if (!match) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
const dirname = match[1];
|
|
69
|
+
const hasWildcards = /[*?[\]{}]/.test(dirname);
|
|
70
|
+
const hasExtension = nodePath.extname(dirname) && !dirname.startsWith('.');
|
|
71
|
+
|
|
72
|
+
return !hasWildcards && !hasExtension;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const getDirectoryGlob = ({directoryPath, files, extensions}) => {
|
|
76
|
+
const extensionGlob = extensions?.length > 0 ? `.${extensions.length > 1 ? `{${extensions.join(',')}}` : extensions[0]}` : '';
|
|
77
|
+
return files
|
|
78
|
+
? files.map(file => nodePath.posix.join(directoryPath, `**/${nodePath.extname(file) ? file : `${file}${extensionGlob}`}`))
|
|
79
|
+
: [nodePath.posix.join(directoryPath, `**${extensionGlob ? `/*${extensionGlob}` : ''}`)];
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
const directoryToGlob = async (directoryPaths, {
|
|
83
|
+
cwd = process.cwd(),
|
|
84
|
+
files,
|
|
85
|
+
extensions,
|
|
86
|
+
fs: fsImplementation,
|
|
87
|
+
} = {}) => {
|
|
88
|
+
const globs = await Promise.all(directoryPaths.map(async directoryPath => {
|
|
89
|
+
// Check pattern without negative prefix
|
|
90
|
+
const checkPattern = isNegativePattern(directoryPath) ? directoryPath.slice(1) : directoryPath;
|
|
91
|
+
|
|
92
|
+
// Expand globstar directory patterns like **/dirname to **/dirname/**
|
|
93
|
+
if (shouldExpandGlobstarDirectory(checkPattern)) {
|
|
94
|
+
return getDirectoryGlob({directoryPath, files, extensions});
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// Original logic for checking actual directories
|
|
98
|
+
const pathToCheck = normalizePathForDirectoryGlob(directoryPath, cwd);
|
|
99
|
+
return (await isDirectory(pathToCheck, fsImplementation)) ? getDirectoryGlob({directoryPath, files, extensions}) : directoryPath;
|
|
100
|
+
}));
|
|
101
|
+
|
|
102
|
+
return globs.flat();
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
const directoryToGlobSync = (directoryPaths, {
|
|
106
|
+
cwd = process.cwd(),
|
|
107
|
+
files,
|
|
108
|
+
extensions,
|
|
109
|
+
fs: fsImplementation,
|
|
110
|
+
} = {}) => directoryPaths.flatMap(directoryPath => {
|
|
111
|
+
// Check pattern without negative prefix
|
|
112
|
+
const checkPattern = isNegativePattern(directoryPath) ? directoryPath.slice(1) : directoryPath;
|
|
113
|
+
|
|
114
|
+
// Expand globstar directory patterns like **/dirname to **/dirname/**
|
|
115
|
+
if (shouldExpandGlobstarDirectory(checkPattern)) {
|
|
116
|
+
return getDirectoryGlob({directoryPath, files, extensions});
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// Original logic for checking actual directories
|
|
120
|
+
const pathToCheck = normalizePathForDirectoryGlob(directoryPath, cwd);
|
|
121
|
+
return isDirectorySync(pathToCheck, fsImplementation) ? getDirectoryGlob({directoryPath, files, extensions}) : directoryPath;
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
const toPatternsArray = patterns => {
|
|
125
|
+
patterns = [...new Set([patterns].flat())];
|
|
126
|
+
assertPatternsInput(patterns);
|
|
127
|
+
return patterns;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
const checkCwdOption = (cwd, fsImplementation = fs) => {
|
|
131
|
+
if (!cwd || !fsImplementation.statSync) {
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
let stats;
|
|
136
|
+
try {
|
|
137
|
+
stats = fsImplementation.statSync(cwd);
|
|
138
|
+
} catch {
|
|
139
|
+
// If stat fails (e.g., path doesn't exist), let fast-glob handle it
|
|
140
|
+
return;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
if (!stats.isDirectory()) {
|
|
144
|
+
throw new Error(`The \`cwd\` option must be a path to a directory, got: ${cwd}`);
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
const normalizeOptions = (options = {}) => {
|
|
149
|
+
// Normalize ignore to an array (fast-glob accepts string but we need array internally)
|
|
150
|
+
const ignore = options.ignore
|
|
151
|
+
? (Array.isArray(options.ignore) ? options.ignore : [options.ignore])
|
|
152
|
+
: [];
|
|
153
|
+
|
|
154
|
+
options = {
|
|
155
|
+
...options,
|
|
156
|
+
ignore,
|
|
157
|
+
expandDirectories: options.expandDirectories ?? true,
|
|
158
|
+
cwd: toPath(options.cwd),
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
checkCwdOption(options.cwd, options.fs);
|
|
162
|
+
|
|
163
|
+
return options;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
const normalizeArguments = function_ => async (patterns, options) => function_(toPatternsArray(patterns), normalizeOptions(options));
|
|
167
|
+
const normalizeArgumentsSync = function_ => (patterns, options) => function_(toPatternsArray(patterns), normalizeOptions(options));
|
|
168
|
+
|
|
169
|
+
const getIgnoreFilesPatterns = options => {
|
|
170
|
+
const {ignoreFiles, gitignore} = options;
|
|
171
|
+
|
|
172
|
+
const patterns = ignoreFiles ? toPatternsArray(ignoreFiles) : [];
|
|
173
|
+
if (gitignore) {
|
|
174
|
+
patterns.push(GITIGNORE_FILES_PATTERN);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
return patterns;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
Apply gitignore patterns to options and return filter predicate.
|
|
182
|
+
|
|
183
|
+
When negation patterns are present (e.g., '!important.log'), we cannot pass positive patterns to fast-glob because it would filter out files before our predicate can re-include them. In this case, we rely entirely on the predicate for filtering, which handles negations correctly.
|
|
184
|
+
|
|
185
|
+
When there are no negations, we optimize by passing patterns to fast-glob's ignore option to skip directories during traversal (performance optimization).
|
|
186
|
+
|
|
187
|
+
All patterns (including negated) are always used in the filter predicate to ensure correct Git-compatible behavior.
|
|
188
|
+
|
|
189
|
+
@returns {Promise<{options: Object, filter: Function}>}
|
|
190
|
+
*/
|
|
191
|
+
const applyIgnoreFilesAndGetFilter = async options => {
|
|
192
|
+
const ignoreFilesPatterns = getIgnoreFilesPatterns(options);
|
|
193
|
+
|
|
194
|
+
if (ignoreFilesPatterns.length === 0) {
|
|
195
|
+
return {
|
|
196
|
+
options,
|
|
197
|
+
filter: createFilterFunction(false, options.cwd),
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// Read ignore files once and get both patterns and predicate
|
|
202
|
+
// Enable parent .gitignore search when using gitignore option
|
|
203
|
+
const includeParentIgnoreFiles = options.gitignore === true;
|
|
204
|
+
const {patterns, predicate, usingGitRoot} = await getIgnorePatternsAndPredicate(ignoreFilesPatterns, options, includeParentIgnoreFiles);
|
|
205
|
+
|
|
206
|
+
// Convert patterns to fast-glob format (may return empty array if predicate should handle everything)
|
|
207
|
+
const patternsForFastGlob = convertPatternsForFastGlob(patterns, usingGitRoot, normalizeDirectoryPatternForFastGlob);
|
|
208
|
+
|
|
209
|
+
const modifiedOptions = {
|
|
210
|
+
...options,
|
|
211
|
+
ignore: [...options.ignore, ...patternsForFastGlob],
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
return {
|
|
215
|
+
options: modifiedOptions,
|
|
216
|
+
filter: createFilterFunction(predicate, options.cwd),
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
Apply gitignore patterns to options and return filter predicate (sync version).
|
|
222
|
+
|
|
223
|
+
@returns {{options: Object, filter: Function}}
|
|
224
|
+
*/
|
|
225
|
+
const applyIgnoreFilesAndGetFilterSync = options => {
|
|
226
|
+
const ignoreFilesPatterns = getIgnoreFilesPatterns(options);
|
|
227
|
+
|
|
228
|
+
if (ignoreFilesPatterns.length === 0) {
|
|
229
|
+
return {
|
|
230
|
+
options,
|
|
231
|
+
filter: createFilterFunction(false, options.cwd),
|
|
232
|
+
};
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// Read ignore files once and get both patterns and predicate
|
|
236
|
+
// Enable parent .gitignore search when using gitignore option
|
|
237
|
+
const includeParentIgnoreFiles = options.gitignore === true;
|
|
238
|
+
const {patterns, predicate, usingGitRoot} = getIgnorePatternsAndPredicateSync(ignoreFilesPatterns, options, includeParentIgnoreFiles);
|
|
239
|
+
|
|
240
|
+
// Convert patterns to fast-glob format (may return empty array if predicate should handle everything)
|
|
241
|
+
const patternsForFastGlob = convertPatternsForFastGlob(patterns, usingGitRoot, normalizeDirectoryPatternForFastGlob);
|
|
242
|
+
|
|
243
|
+
const modifiedOptions = {
|
|
244
|
+
...options,
|
|
245
|
+
ignore: [...options.ignore, ...patternsForFastGlob],
|
|
246
|
+
};
|
|
247
|
+
|
|
248
|
+
return {
|
|
249
|
+
options: modifiedOptions,
|
|
250
|
+
filter: createFilterFunction(predicate, options.cwd),
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
const createFilterFunction = (isIgnored, cwd) => {
|
|
255
|
+
const seen = new Set();
|
|
256
|
+
const basePath = cwd || process.cwd();
|
|
257
|
+
const pathCache = new Map(); // Cache for resolved paths
|
|
258
|
+
|
|
259
|
+
return fastGlobResult => {
|
|
260
|
+
const pathKey = nodePath.normalize(fastGlobResult.path ?? fastGlobResult);
|
|
261
|
+
|
|
262
|
+
// Check seen set first (fast path)
|
|
263
|
+
if (seen.has(pathKey)) {
|
|
264
|
+
return false;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
// Only compute absolute path and check predicate if needed
|
|
268
|
+
if (isIgnored) {
|
|
269
|
+
let absolutePath = pathCache.get(pathKey);
|
|
270
|
+
if (absolutePath === undefined) {
|
|
271
|
+
absolutePath = nodePath.isAbsolute(pathKey) ? pathKey : nodePath.resolve(basePath, pathKey);
|
|
272
|
+
pathCache.set(pathKey, absolutePath);
|
|
273
|
+
|
|
274
|
+
// Only clear path cache if it gets too large
|
|
275
|
+
// Never clear 'seen' as it's needed for deduplication
|
|
276
|
+
if (pathCache.size > 10_000) {
|
|
277
|
+
pathCache.clear();
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
if (isIgnored(absolutePath)) {
|
|
282
|
+
return false;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
seen.add(pathKey);
|
|
287
|
+
return true;
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
const unionFastGlobResults = (results, filter) => results.flat().filter(fastGlobResult => filter(fastGlobResult));
|
|
292
|
+
|
|
293
|
+
const convertNegativePatterns = (patterns, options) => {
|
|
294
|
+
// If all patterns are negative and expandNegationOnlyPatterns is enabled (default),
|
|
295
|
+
// prepend a positive catch-all pattern to make negation-only patterns work intuitively
|
|
296
|
+
// (e.g., '!*.json' matches all files except JSON)
|
|
297
|
+
if (patterns.length > 0 && patterns.every(pattern => isNegativePattern(pattern))) {
|
|
298
|
+
if (options.expandNegationOnlyPatterns === false) {
|
|
299
|
+
return [];
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
patterns = ['**/*', ...patterns];
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
const positiveAbsolutePathPrefixes = [];
|
|
306
|
+
let hasRelativePositivePattern = false;
|
|
307
|
+
const normalizedPatterns = [];
|
|
308
|
+
|
|
309
|
+
for (const pattern of patterns) {
|
|
310
|
+
if (isNegativePattern(pattern)) {
|
|
311
|
+
normalizedPatterns.push(`!${normalizeNegativePattern(pattern.slice(1), positiveAbsolutePathPrefixes, hasRelativePositivePattern)}`);
|
|
312
|
+
continue;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
normalizedPatterns.push(pattern);
|
|
316
|
+
|
|
317
|
+
const staticAbsolutePathPrefix = getStaticAbsolutePathPrefix(pattern);
|
|
318
|
+
if (staticAbsolutePathPrefix === undefined) {
|
|
319
|
+
hasRelativePositivePattern = true;
|
|
320
|
+
continue;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
positiveAbsolutePathPrefixes.push(staticAbsolutePathPrefix);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
patterns = normalizedPatterns;
|
|
327
|
+
|
|
328
|
+
const tasks = [];
|
|
329
|
+
|
|
330
|
+
while (patterns.length > 0) {
|
|
331
|
+
const index = patterns.findIndex(pattern => isNegativePattern(pattern));
|
|
332
|
+
|
|
333
|
+
if (index === -1) {
|
|
334
|
+
tasks.push({patterns, options});
|
|
335
|
+
break;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
const ignorePattern = patterns[index].slice(1);
|
|
339
|
+
|
|
340
|
+
for (const task of tasks) {
|
|
341
|
+
task.options.ignore.push(ignorePattern);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
if (index !== 0) {
|
|
345
|
+
tasks.push({
|
|
346
|
+
patterns: patterns.slice(0, index),
|
|
347
|
+
options: {
|
|
348
|
+
...options,
|
|
349
|
+
ignore: [
|
|
350
|
+
...options.ignore,
|
|
351
|
+
ignorePattern,
|
|
352
|
+
],
|
|
353
|
+
},
|
|
354
|
+
});
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
patterns = patterns.slice(index + 1);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
return tasks;
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
const applyParentDirectoryIgnoreAdjustments = tasks => tasks.map(task => ({
|
|
364
|
+
patterns: task.patterns,
|
|
365
|
+
options: {
|
|
366
|
+
...task.options,
|
|
367
|
+
ignore: adjustIgnorePatternsForParentDirectories(task.patterns, task.options.ignore),
|
|
368
|
+
},
|
|
369
|
+
}));
|
|
370
|
+
|
|
371
|
+
const normalizeExpandDirectoriesOption = (options, cwd) => ({
|
|
372
|
+
...(cwd ? {cwd} : {}),
|
|
373
|
+
...(Array.isArray(options) ? {files: options} : options),
|
|
374
|
+
});
|
|
375
|
+
|
|
376
|
+
const generateTasks = async (patterns, options) => {
|
|
377
|
+
const globTasks = convertNegativePatterns(patterns, options);
|
|
378
|
+
|
|
379
|
+
const {cwd, expandDirectories, fs: fsImplementation} = options;
|
|
380
|
+
|
|
381
|
+
if (!expandDirectories) {
|
|
382
|
+
return applyParentDirectoryIgnoreAdjustments(globTasks);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
const directoryToGlobOptions = {
|
|
386
|
+
...normalizeExpandDirectoriesOption(expandDirectories, cwd),
|
|
387
|
+
fs: fsImplementation,
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
return Promise.all(globTasks.map(async task => {
|
|
391
|
+
let {patterns, options} = task;
|
|
392
|
+
|
|
393
|
+
[
|
|
394
|
+
patterns,
|
|
395
|
+
options.ignore,
|
|
396
|
+
] = await Promise.all([
|
|
397
|
+
directoryToGlob(patterns, directoryToGlobOptions),
|
|
398
|
+
directoryToGlob(options.ignore, {cwd, fs: fsImplementation}),
|
|
399
|
+
]);
|
|
400
|
+
|
|
401
|
+
// Adjust ignore patterns for parent directory references
|
|
402
|
+
options.ignore = adjustIgnorePatternsForParentDirectories(patterns, options.ignore);
|
|
403
|
+
|
|
404
|
+
return {patterns, options};
|
|
405
|
+
}));
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
const generateTasksSync = (patterns, options) => {
|
|
409
|
+
const globTasks = convertNegativePatterns(patterns, options);
|
|
410
|
+
const {cwd, expandDirectories, fs: fsImplementation} = options;
|
|
411
|
+
|
|
412
|
+
if (!expandDirectories) {
|
|
413
|
+
return applyParentDirectoryIgnoreAdjustments(globTasks);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
const directoryToGlobSyncOptions = {
|
|
417
|
+
...normalizeExpandDirectoriesOption(expandDirectories, cwd),
|
|
418
|
+
fs: fsImplementation,
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
return globTasks.map(task => {
|
|
422
|
+
let {patterns, options} = task;
|
|
423
|
+
patterns = directoryToGlobSync(patterns, directoryToGlobSyncOptions);
|
|
424
|
+
options.ignore = directoryToGlobSync(options.ignore, {cwd, fs: fsImplementation});
|
|
425
|
+
|
|
426
|
+
// Adjust ignore patterns for parent directory references
|
|
427
|
+
options.ignore = adjustIgnorePatternsForParentDirectories(patterns, options.ignore);
|
|
428
|
+
|
|
429
|
+
return {patterns, options};
|
|
430
|
+
});
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
export const globby = normalizeArguments(async (patterns, options) => {
|
|
434
|
+
// Apply ignore files and get filter (reads .gitignore files once)
|
|
435
|
+
const {options: modifiedOptions, filter} = await applyIgnoreFilesAndGetFilter(options);
|
|
436
|
+
|
|
437
|
+
// Generate tasks with modified options (includes gitignore patterns in ignore option)
|
|
438
|
+
const tasks = await generateTasks(patterns, modifiedOptions);
|
|
439
|
+
|
|
440
|
+
const results = await Promise.all(tasks.map(task => fastGlob(task.patterns, task.options)));
|
|
441
|
+
return unionFastGlobResults(results, filter);
|
|
442
|
+
});
|
|
443
|
+
|
|
444
|
+
export const globbySync = normalizeArgumentsSync((patterns, options) => {
|
|
445
|
+
// Apply ignore files and get filter (reads .gitignore files once)
|
|
446
|
+
const {options: modifiedOptions, filter} = applyIgnoreFilesAndGetFilterSync(options);
|
|
447
|
+
|
|
448
|
+
// Generate tasks with modified options (includes gitignore patterns in ignore option)
|
|
449
|
+
const tasks = generateTasksSync(patterns, modifiedOptions);
|
|
450
|
+
|
|
451
|
+
const results = tasks.map(task => fastGlob.sync(task.patterns, task.options));
|
|
452
|
+
return unionFastGlobResults(results, filter);
|
|
453
|
+
});
|
|
454
|
+
|
|
455
|
+
export const globbyStream = normalizeArgumentsSync((patterns, options) => {
|
|
456
|
+
// Apply ignore files and get filter (reads .gitignore files once)
|
|
457
|
+
const {options: modifiedOptions, filter} = applyIgnoreFilesAndGetFilterSync(options);
|
|
458
|
+
|
|
459
|
+
// Generate tasks with modified options (includes gitignore patterns in ignore option)
|
|
460
|
+
const tasks = generateTasksSync(patterns, modifiedOptions);
|
|
461
|
+
|
|
462
|
+
const streams = tasks.map(task => fastGlob.stream(task.patterns, task.options));
|
|
463
|
+
|
|
464
|
+
if (streams.length === 0) {
|
|
465
|
+
return Readable.from([]);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
const stream = mergeStreams(streams).filter(fastGlobResult => filter(fastGlobResult));
|
|
469
|
+
|
|
470
|
+
// Returning a web stream will require revisiting once Readable.toWeb integration is viable.
|
|
471
|
+
// return Readable.toWeb(stream);
|
|
472
|
+
|
|
473
|
+
return stream;
|
|
474
|
+
});
|
|
475
|
+
|
|
476
|
+
export const isDynamicPattern = normalizeArgumentsSync((patterns, options) => patterns.some(pattern => fastGlob.isDynamicPattern(pattern, options)));
|
|
477
|
+
|
|
478
|
+
export const generateGlobTasks = normalizeArguments(generateTasks);
|
|
479
|
+
export const generateGlobTasksSync = normalizeArgumentsSync(generateTasksSync);
|
|
480
|
+
|
|
481
|
+
export {
|
|
482
|
+
isGitIgnored,
|
|
483
|
+
isGitIgnoredSync,
|
|
484
|
+
isIgnoredByIgnoreFiles,
|
|
485
|
+
isIgnoredByIgnoreFilesSync,
|
|
486
|
+
} from './ignore.js';
|
|
487
|
+
|
|
488
|
+
export const {convertPathToPattern} = fastGlob;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "globby",
|
|
3
|
+
"version": "16.1.1",
|
|
4
|
+
"description": "User-friendly glob matching",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "sindresorhus/globby",
|
|
7
|
+
"funding": "https://github.com/sponsors/sindresorhus",
|
|
8
|
+
"author": {
|
|
9
|
+
"email": "sindresorhus@gmail.com",
|
|
10
|
+
"name": "Sindre Sorhus",
|
|
11
|
+
"url": "https://sindresorhus.com"
|
|
12
|
+
},
|
|
13
|
+
"type": "module",
|
|
14
|
+
"exports": {
|
|
15
|
+
"types": "./index.d.ts",
|
|
16
|
+
"default": "./index.js"
|
|
17
|
+
},
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=20"
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"bench": "npm update @globby/main-branch glob-stream fast-glob && node bench.js",
|
|
24
|
+
"test": "xo && ava && tsd"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"index.js",
|
|
28
|
+
"index.d.ts",
|
|
29
|
+
"ignore.js",
|
|
30
|
+
"utilities.js"
|
|
31
|
+
],
|
|
32
|
+
"keywords": [
|
|
33
|
+
"all",
|
|
34
|
+
"array",
|
|
35
|
+
"directories",
|
|
36
|
+
"expand",
|
|
37
|
+
"files",
|
|
38
|
+
"filesystem",
|
|
39
|
+
"filter",
|
|
40
|
+
"find",
|
|
41
|
+
"fnmatch",
|
|
42
|
+
"folders",
|
|
43
|
+
"fs",
|
|
44
|
+
"glob",
|
|
45
|
+
"globbing",
|
|
46
|
+
"globs",
|
|
47
|
+
"gulpfriendly",
|
|
48
|
+
"match",
|
|
49
|
+
"matcher",
|
|
50
|
+
"minimatch",
|
|
51
|
+
"multi",
|
|
52
|
+
"multiple",
|
|
53
|
+
"paths",
|
|
54
|
+
"pattern",
|
|
55
|
+
"patterns",
|
|
56
|
+
"traverse",
|
|
57
|
+
"util",
|
|
58
|
+
"utility",
|
|
59
|
+
"wildcard",
|
|
60
|
+
"wildcards",
|
|
61
|
+
"promise",
|
|
62
|
+
"gitignore",
|
|
63
|
+
"git"
|
|
64
|
+
],
|
|
65
|
+
"dependencies": {
|
|
66
|
+
"@sindresorhus/merge-streams": "^4.0.0",
|
|
67
|
+
"fast-glob": "^3.3.3",
|
|
68
|
+
"ignore": "^7.0.5",
|
|
69
|
+
"is-path-inside": "^4.0.0",
|
|
70
|
+
"slash": "^5.1.0",
|
|
71
|
+
"unicorn-magic": "^0.4.0"
|
|
72
|
+
},
|
|
73
|
+
"devDependencies": {
|
|
74
|
+
"@globby/main-branch": "sindresorhus/globby#main",
|
|
75
|
+
"@types/node": "^24.5.2",
|
|
76
|
+
"ava": "^6.4.1",
|
|
77
|
+
"benchmark": "2.1.4",
|
|
78
|
+
"glob-stream": "^8.0.3",
|
|
79
|
+
"tempy": "^3.1.0",
|
|
80
|
+
"tsd": "^0.33.0",
|
|
81
|
+
"xo": "^1.2.2"
|
|
82
|
+
},
|
|
83
|
+
"xo": {
|
|
84
|
+
"ignores": [
|
|
85
|
+
"fixtures"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"ava": {
|
|
89
|
+
"files": [
|
|
90
|
+
"!tests/utilities.js"
|
|
91
|
+
],
|
|
92
|
+
"workerThreads": false
|
|
93
|
+
}
|
|
94
|
+
}
|