{
    "$schema": "https://www.schemastore.org/package.json",
    "name": "eslint-plugin-etc-misc",
    "version": "3.0.1",
    "private": false,
    "description": "ESLint Plugin combining eslint-plugin-etc and eslint-plugin-misc!",
    "keywords": [
        "eslint",
        "eslint-plugin",
        "eslintplugin",
        "etc",
        "misc",
        "tslint"
    ],
    "homepage": "https://nick2bad4u.github.io/eslint-plugin-etc-misc",
    "bugs": {
        "url": "https://github.com/Nick2bad4u/eslint-plugin-etc-misc/issues",
        "email": "20943337+Nick2bad4u@users.noreply.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Nick2bad4u/eslint-plugin-etc-misc.git"
    },
    "license": "MIT",
    "author": "Nick2bad4u",
    "contributors": [
        {
            "name": "Nick2bad4u",
            "email": "20943337+Nick2bad4u@users.noreply.github.com",
            "url": "https://nick2bad4u.github.io/eslint-plugin-etc-misc"
        }
    ],
    "sideEffects": false,
    "type": "module",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/plugin.d.ts",
                "default": "./dist/plugin.js"
            },
            "require": {
                "types": "./dist/plugin.d.cts",
                "default": "./dist/plugin.cjs"
            },
            "default": "./dist/plugin.js"
        },
        "./package.json": "./package.json"
    },
    "main": "./dist/plugin.cjs",
    "module": "./dist/plugin.js",
    "types": "./dist/plugin.d.cts",
    "files": [
        "dist",
        "docs/rules",
        "THIRD_PARTY_NOTICES.md"
    ],
    "workspaces": [
        "docs/docusaurus"
    ],
    "scripts": {
        "bench:eslint:stats": "node benchmarks/run-eslint-stats.mjs",
        "bench:eslint:timing": "npx cross-env TIMING=1 npx eslint --config benchmarks/eslint-timing.config.mjs benchmarks/fixtures/recommended-valid.fixture.ts",
        "prebuild": "npm run build:clean",
        "build": "npx tsc -b tsconfig.build.json --force && npm run build:types:cjs && npm run build:cjs && npm run build:verify",
        "build:cjs": "npx esbuild dist/plugin.js --bundle --format=cjs --platform=node --packages=external --sourcemap --outfile=dist/plugin.cjs --footer:js=\"module.exports = module.exports.default;\"",
        "build:clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
        "build:eslint-inspector": "npx @eslint/config-inspector build --outDir \"docs/docusaurus/static/eslint-inspector\" --base \"/eslint-plugin-etc-misc/eslint-inspector/\"",
        "build:eslint-inspector:local": "npx @eslint/config-inspector",
        "build:types:cjs": "node scripts/build-cjs-types.mjs",
        "build:verify": "node scripts/verify-built-plugin-meta.mjs",
        "changelog:generate": "git cliff --config node_modules/gitcliff-config-nick2bad4u/cliff.toml --github-repo Nick2bad4u/eslint-plugin-etc-misc --output CHANGELOG.md",
        "changelog:preview": "git cliff --config node_modules/gitcliff-config-nick2bad4u/cliff.toml --github-repo Nick2bad4u/eslint-plugin-etc-misc --unreleased",
        "changelog:release-notes": "git cliff --config node_modules/gitcliff-config-nick2bad4u/cliff.toml --github-repo Nick2bad4u/eslint-plugin-etc-misc --current",
        "clean:cache": "node scripts/remove-paths.mjs dist coverage cache .cache .vite .turbo",
        "clean:cache:coverage": "node scripts/remove-paths.mjs coverage .coverage",
        "clean:cache:dist": "node scripts/remove-paths.mjs dist release",
        "clean:cache:eslint": "node scripts/remove-paths.mjs .cache/.eslintcache",
        "clean:cache:ncu": "node scripts/remove-paths.mjs .cache/.ncu-cache.json",
        "clean:cache:prettier": "node scripts/remove-paths.mjs .cache/.prettier-cache .prettier-cache .prettiercache",
        "clean:cache:stryker": "node scripts/remove-paths.mjs .stryker-tmp",
        "clean:cache:stylelint": "node scripts/remove-paths.mjs .cache/stylelintcache stylelintcache .stylelintcache",
        "clean:cache:temp": "node scripts/remove-paths.mjs \".temp/.**\"",
        "clean:cache:typescript": "node scripts/remove-paths.mjs .cache/**.tsbuildinfo .cache/builds",
        "clean:cache:vite": "node scripts/remove-paths.mjs .cache/vite .cache/vitest .cache/vitest-zero-coverage .cache/vite-zero-coverage",
        "clean:database": "node scripts/remove-paths.mjs %appdata%/uptime-watcher/uptime-watcher.sqlite",
        "clean:docs": "node scripts/remove-paths.mjs docs/docusaurus/.docusaurus/** docs/docusaurus/build/** docs/docusaurus/site-docs/developer/api/**",
        "clean:docusaurus": "npm run clean:docs && npm run --workspace docs/docusaurus clear",
        "commit": "npx git-cz",
        "contrib": "npx all-contributors",
        "contrib:add": "npx all-contributors add",
        "contrib:check": "npx all-contributors check",
        "contrib:compare": "npm run contrib:check",
        "contrib:generate": "npx all-contributors generate",
        "coverage": "npx vitest run --coverage",
        "docs:api": "npm run --workspace docs/docusaurus docs:api",
        "docs:build": "npm run --workspace docs/docusaurus build",
        "docs:build:local": "npm run --workspace docs/docusaurus build:local",
        "docs:check-links": "node ./scripts/check-doc-links.mjs",
        "docs:serve": "npm run --workspace docs/docusaurus serve",
        "docs:start": "npm run --workspace docs/docusaurus start",
        "docs:toc": "npx remark docs --use remark-toc --output",
        "docs:typecheck": "npm run --workspace docs/docusaurus typecheck",
        "docs:typedoc": "node scripts/run-typedoc-docs.mjs",
        "docs:validate-links": "npx remark docs --use remark-validate-links --frail",
        "knip": "node scripts/run-knip.mjs",
        "prelint": "npm run build",
        "lint": "npx cross-env NODE_OPTIONS=--max_old_space_size=16384 npx eslint --cache --cache-strategy content --cache-location .cache/.eslintcache",
        "lint:action": "npm run lint:actions",
        "lint:actions": "actionlint -color -shellcheck= -pyflakes=",
        "lint:all": "npm run lint && npm run lint:css && npm run lint:prettier && npm run lint:remark && npm run lint:package && npm run lint:gitleaks && npm run lint:secretlint && npm run lint:yaml && npm run lint:yamllint && npm run lint:actions && npm run lint:circular",
        "lint:all:fix": "npm run lint:fix && npm run lint:remark:fix && npm run lint:css:fix && npm run lint:prettier:fix && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml:fix && npm run lint:actions && npm run lint:circular",
        "lint:all:fix:quiet": "npm run lint:fix:quiet && npm run lint:css:fix && npm run lint:prettier:fix && npm run lint:remark && npm run lint:package && npm run lint:secretlint && npm run lint:yaml:fix && npm run lint:actions && npm run lint:circular",
        "lint:circular": "node scripts/check-module-graph.mjs --circular",
        "prelint:compat:eslint9": "npm run build",
        "lint:compat:eslint9": "node scripts/eslint9-compat-smoke.mjs",
        "lint:config:build": "npm run build:eslint-inspector",
        "lint:config:inspect": "npx eslint --inspect-config",
        "lint:css": "npx stylelint --cache --config stylelint.config.mjs --cache-strategy content --cache-location .cache/stylelintcache src/ docs/ --custom-formatter stylelint-formatter-pretty && echo \"Stylelint done!\"",
        "lint:css:fix": "npx stylelint --cache --config stylelint.config.mjs --cache-strategy content --cache-location .cache/stylelintcache src/ docs/ --custom-formatter stylelint-formatter-pretty --fix && echo \"Stylelint done!\"",
        "lint:depcheck": "node scripts/run-knip.mjs --dependencies",
        "lint:deps": "node scripts/run-knip.mjs --dependencies && npm run knip",
        "lint:dupes": "npx jscpd src/ --config node_modules/jscpd-config-nick2bad4u/jscpd.json",
        "lint:dupes:all": "npx jscpd src/ --config node_modules/jscpd-config-nick2bad4u/jscpd.json --min-lines 3",
        "lint:dupes:skiplocal": "npx jscpd src/ --skipLocal --config node_modules/jscpd-config-nick2bad4u/jscpd.json",
        "lint:dupes:skiplocal:all": "npx jscpd src/ --skipLocal --config node_modules/jscpd-config-nick2bad4u/jscpd.json --min-lines 3",
        "lint:duplicates": "npm run lint:dupes",
        "lint:exports": "npx ts-unused-exports tsconfig.json src/plugin.ts --excludePathsFromReport=plugin.ts",
        "lint:fix": "npx cross-env NODE_OPTIONS=--max_old_space_size=16384 npx eslint --cache --cache-strategy content --cache-location .cache/.eslintcache --fix",
        "lint:fix:quiet": "npx cross-env ESLINT_PROGRESS=off NODE_OPTIONS=--max_old_space_size=16384 eslint --cache --cache-strategy content --cache-location .cache/.eslintcache --fix && echo \"Eslint fix done!\"",
        "lint:gitleaks": "gitleaks dir --config .gitleaks.toml .",
        "lint:grype": "grype . -c .grype.yaml --name eslint-plugin-etc-misc",
        "lint:jscpd": "npx jscpd --config node_modules/jscpd-config-nick2bad4u/jscpd.json",
        "lint:knip": "npm run knip",
        "lint:knip:exports": "node scripts/run-knip.mjs --include exports,nsExports,types,nsTypes,enumMembers,duplicates",
        "lint:knip:unused:exports": "node scripts/run-knip.mjs --dependencies --exports",
        "lint:leaves": "node scripts/check-module-graph.mjs --leaves",
        "lint:lychee": "lychee --config node_modules/lychee-config-nick2bad4u/lychee.toml .",
        "lint:lychee:smoke": "lychee --config node_modules/lychee-config-nick2bad4u/lychee.toml --dump-inputs README.md",
        "lint:node-version-files": "node scripts/sync-node-version-files.mjs --check",
        "lint:npm-version": "node scripts/setup-package-manager.mjs --check",
        "lint:orphans": "node scripts/check-module-graph.mjs --orphans",
        "lint:package": "npm run lint:npm-version && npm run lint:node-version-files && npm run lint:package-sort && npm run lint:packagelintrc && echo \"Package.json lint done!\"",
        "lint:package:strict": "npm run lint:npm-version && npm run lint:node-version-files && npm run lint:package-sort && npm run lint:package-check:strict && npm run lint:packagelintrc && echo \"Package.json lint done!\"",
        "lint:package-check": "npx publint && npx attw --pack .",
        "lint:package-check:strict": "npx publint && npx attw --pack . --profile strict --config-path ./.attw.json",
        "lint:package-json": "npx npmPkgJsonLint . --config .npmpackagejsonlintrc.json",
        "lint:package-sort": "npx sort-package-json \"./package.json\" \"./docs/docusaurus/package.json\"",
        "lint:package-sort-check": "npx sort-package-json --check \"./package.json\" \"./docs/docusaurus/package.json\"",
        "lint:packagelintrc": "npx npmPkgJsonLint . --config .npmpackagejsonlintrc.json",
        "lint:prettier": "npx prettier . --log-level warn --cache --cache-location=.cache/.prettier-cache --cache-strategy=content --check",
        "lint:prettier:fix": "npx prettier . --log-level warn --cache --cache-location=.cache/.prettier-cache --cache-strategy=content --write",
        "lint:publint": "npx publint",
        "lint:quiet": "npx cross-env ESLINT_PROGRESS=nofile NODE_OPTIONS=--max_old_space_size=16384 eslint --cache --cache-strategy content --cache-location .cache/.eslintcache && echo \"Eslint done!\"",
        "lint:remark": "npx remark . --frail --ignore-path .remarkignore",
        "lint:remark:fix": "npx remark . --ignore-path .remarkignore --output",
        "lint:secretlint": "npx secretlint --secretlintrc .secretlintrc.cjs --secretlintignore .secretlintignore \"./*\" \".vscode/**\" \"assets/**\" \"src/**\" \"electron/**\" \"shared/**\" \"config/**\" \"scripts/**\" \"playwright/**\" \"storybook/**\" \".storybook\" \"tests/**\" \"benchmarks/**\" \".devin/**\" \"public/**\" \".github/**\" \"docs/Architecture/**\" \"docs/*\" \"docs/assets/**\" \"docs/Guides/**\" \"docs/Testing/**\" \"docs/TSDoc/**\" \"docs/docusaurus/src/**\" \"docs/docusaurus/static/**\" \"docs/docusaurus/blog/**\" \"docs/docusaurus/docs/**\" \"docs/docusaurus/docs/*\"",
        "lint:secrets": "detect-secrets scan",
        "lint:unused": "node scripts/run-knip.mjs --include unlisted,unresolved,duplicates",
        "lint:unused-deps": "node scripts/run-knip.mjs --dependencies",
        "lint:yaml": "npx cross-env NODE_OPTIONS=--max_old_space_size=16384 npx eslint --cache --cache-strategy content --cache-location .cache/.eslintcache \"**/*.{yml,yaml}\" && echo \"YAML lint done!\"",
        "lint:yaml:fix": "npx cross-env NODE_OPTIONS=--max_old_space_size=16384 npx eslint --cache --cache-strategy content --cache-location .cache/.eslintcache --fix \"**/*.{yml,yaml}\" && echo \"YAML lint (fix) done!\"",
        "lint:yamllint": "yamllint -c .yamllint .",
        "open:coverage": "npx open-cli coverage/index.html",
        "prepublishOnly": "npm run release:check",
        "release:check": "npm run release:verify",
        "release:verify": "npm run lint:all && npm run typecheck && npm run test && npm pack --dry-run",
        "remark:fix": "npx remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail --quiet --output -- \"*.{md,mdx}\" \"docs/**/*.{md,mdx}\"",
        "remark:test-config": "npx remark --rc-path .remarkrc.mjs --silently-ignore --ignore-path .remarkignore --frail \"README.md\"",
        "setup:npm": "node scripts/setup-package-manager.mjs --install",
        "sync:node-version-files": "node scripts/sync-node-version-files.mjs",
        "sync:peer-eslint-range": "node scripts/sync-peer-eslint-range.mjs",
        "sync:preset-rule-links": "node scripts/sync-preset-rule-links.mjs",
        "sync:readme-rules-table": "node scripts/sync-readme-rules-table.mjs",
        "sync:rule-catalog-ids": "node scripts/sync-rule-catalog-ids.mjs",
        "sync:rules:write": "npm run sync:readme-rules-table && npm run sync:peer-eslint-range && npm run sync:node-version-files",
        "pretest": "npm run build",
        "test": "npx vitest run",
        "test:ci": "npx cross-env CI=true npx vitest run --reporter=default",
        "test:coverage": "npx vitest run --coverage --reporter=default",
        "test:coverage:detailed": "npx vitest run --coverage --reporter=verbose",
        "test:coverage:minimal": "npx vitest run --coverage --reporter=dot",
        "test:coverage:open": "npm run test:coverage && npm run open:coverage",
        "test:coverage:quiet": "npx vitest run --coverage --reporter=default --silent",
        "test:coverage:verbose": "npx vitest run --coverage --reporter=verbose",
        "test:detailed": "npx vitest run --reporter=verbose",
        "test:minimal": "npx vitest run --reporter=dot",
        "test:open": "npm run test:coverage && npm run open:coverage",
        "test:quiet": "npx vitest run --reporter=default --silent",
        "test:serial": "npx cross-env MAX_THREADS=1 npx vitest run",
        "test:stryker": "npx stryker run --ignoreStatic --concurrency 12 --incrementalFile .cache/stryker/incremental-fast.json",
        "test:stryker:ci": "npx cross-env CI=true npx stryker run --ignoreStatic --concurrency 2 --incrementalFile .cache/stryker/incremental-fast-ci.json",
        "test:stryker:full": "npx stryker run --concurrency 12 --incrementalFile .cache/stryker/incremental-full.json",
        "test:stryker:full:ci": "npx cross-env CI=true npx stryker run --concurrency 2 --incrementalFile .cache/stryker/incremental-full-ci.json",
        "test:verbose": "npx vitest run --reporter=verbose",
        "test:watch": "npx vitest",
        "typecheck": "npx tsc -p tsconfig.json --noEmit && npx tsc -p tsconfig.build.json --noEmit && npx tsc -p tsconfig.eslint.json --noEmit && npx tsc -p tsconfig.js.json --noEmit && npm run --workspace docs/docusaurus typecheck",
        "typecheck:all": "npm run typecheck",
        "types:update": "npx typesync",
        "update-actions": "npx actions-up --yes --style sha",
        "update-all": "npm run update-actions && npm run update-deps",
        "update-deps": "npx ncu --configFileName .ncurc.workspaces.json --configFilePath node_modules/ncu-config-nick2bad4u && npm install && npm run sync:rules:write"
    },
    "dependencies": {
        "@typescript-eslint/parser": "^8.67.0",
        "@typescript-eslint/type-utils": "^8.67.0",
        "@typescript-eslint/utils": "^8.67.0",
        "globals": "^17.11.0",
        "minimatch": "^10.2.6",
        "recheck": "^4.5.0",
        "ts-extras": "^1.3.0",
        "tsutils": "^3.21.0",
        "type-fest": "^5.8.0"
    },
    "devDependencies": {
        "@arethetypeswrong/cli": "^0.18.5",
        "@eslint/config-inspector": "^3.3.0",
        "@eslint/json": "^2.0.1",
        "@microsoft/tsdoc-config": "^0.18.1",
        "@stryker-ignorer/console-all": "^0.3.2",
        "@stryker-mutator/api": "^9.6.1",
        "@stryker-mutator/core": "^9.6.1",
        "@stryker-mutator/typescript-checker": "^9.6.1",
        "@stryker-mutator/vitest-runner": "^9.6.1",
        "@types/mdast": "^4.0.4",
        "@types/node": "^26.2.0",
        "@types/unist": "^3.0.3",
        "@typescript-eslint/rule-tester": "^8.67.0",
        "@vitest/coverage-v8": "^4.1.11",
        "@vitest/ui": "^4.1.11",
        "all-contributors-cli": "^6.26.1",
        "cross-env": "^10.1.0",
        "esbuild": "^0.28.2",
        "eslint": "^10.8.1",
        "eslint-config-nick2bad4u": "^14.1.0",
        "eslint-plugin-eslint-plugin": "^7.6.2",
        "fast-check": "^4.9.0",
        "git-cliff": "^2.13.1",
        "gitcliff-config-nick2bad4u": "^1.5.0",
        "gitleaks-config-nick2bad4u": "^1.0.4",
        "jscpd": "^5.0.16",
        "jscpd-config-nick2bad4u": "^1.1.0",
        "knip": "^6.32.2",
        "lychee-config-nick2bad4u": "^2.0.0",
        "ncu-config-nick2bad4u": "^0.2.1",
        "npm-check-updates": "^22.2.9",
        "npm-package-json-lint": "^10.4.1",
        "npm-package-json-lint-config-nick2bad4u": "^1.0.4",
        "picocolors": "^1.1.1",
        "prettier": "^3.9.6",
        "prettier-config-nick2bad4u": "^2.0.2",
        "publint": "^0.3.23",
        "remark": "^15.0.1",
        "remark-cli": "^12.0.1",
        "remark-config-nick2bad4u": "^1.1.3",
        "secretlint": "^13.0.4",
        "secretlint-config-nick2bad4u": "^1.1.2",
        "sort-package-json": "^4.0.0",
        "stylelint": "^17.14.1",
        "stylelint-config-nick2bad4u": "^2.1.0",
        "stylelint-formatter-pretty": "^4.0.1",
        "tinyglobby": "^0.2.17",
        "ts-unused-exports": "^11.0.1",
        "tsdoc-config-nick2bad4u": "^1.0.6",
        "typedoc": "^0.28.20",
        "typescript": "^6.0.3",
        "typesync": "^0.14.3",
        "vfile": "^6.0.3",
        "vite": "^8.2.1",
        "vitest": "^4.1.11",
        "yamllint-config-nick2bad4u": "^1.1.1",
        "yamllint-js": "^0.2.4"
    },
    "peerDependencies": {
        "eslint": "^9.0.0 || ^10.7.0",
        "typescript": ">=5.0.0 <6.1.0"
    },
    "packageManager": "npm@12.0.2",
    "engines": {
        "node": ">=20.19.0"
    },
    "devEngines": {
        "runtime": {
            "name": "node",
            "version": ">=20.19.0",
            "onFail": "error"
        },
        "packageManager": {
            "name": "npm",
            "version": "12.0.2",
            "onFail": "error"
        }
    },
    "publishConfig": {
        "provenance": true,
        "registry": "https://registry.npmjs.org/"
    },
    "allowScripts": {
        "@swc/core@1.15.43": true,
        "core-js@3.49.0": false,
        "esbuild@0.28.2": true,
        "fsevents@2.3.3": false,
        "unrs-resolver@1.12.2": true
    },
    "readme": "README.md"
}
