nodePackages.eslint: fix alias

This commit is contained in:
éclairevoyant 2024-09-04 18:17:17 -04:00
parent 8682d3f631
commit 912723b1b5
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -67041,118 +67041,6 @@ in
bypassCache = true;
reconstructLock = true;
};
eslint = nodeEnv.buildNodePackage {
name = "eslint";
packageName = "eslint";
version = "9.7.0";
src = fetchurl {
url = "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz";
sha512 = "FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==";
};
dependencies = [
(sources."@eslint-community/eslint-utils-4.4.0" // {
dependencies = [
sources."eslint-visitor-keys-3.4.3"
];
})
sources."@eslint-community/regexpp-4.11.0"
sources."@eslint/config-array-0.17.1"
sources."@eslint/eslintrc-3.1.0"
sources."@eslint/js-9.7.0"
sources."@eslint/object-schema-2.1.4"
sources."@humanwhocodes/module-importer-1.0.1"
sources."@humanwhocodes/retry-0.3.0"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
sources."acorn-8.12.1"
sources."acorn-jsx-5.3.2"
sources."ajv-6.12.6"
sources."ansi-regex-5.0.1"
sources."ansi-styles-4.3.0"
sources."argparse-2.0.1"
sources."balanced-match-1.0.2"
sources."brace-expansion-1.1.11"
sources."callsites-3.1.0"
sources."chalk-4.1.2"
sources."color-convert-2.0.1"
sources."color-name-1.1.4"
sources."concat-map-0.0.1"
sources."cross-spawn-7.0.3"
sources."debug-4.3.5"
sources."deep-is-0.1.4"
sources."escape-string-regexp-4.0.0"
sources."eslint-9.7.0"
sources."eslint-scope-8.0.2"
sources."eslint-visitor-keys-4.0.0"
sources."espree-10.1.0"
sources."esquery-1.6.0"
sources."esrecurse-4.3.0"
sources."estraverse-5.3.0"
sources."esutils-2.0.3"
sources."fast-deep-equal-3.1.3"
sources."fast-json-stable-stringify-2.1.0"
sources."fast-levenshtein-2.0.6"
sources."fastq-1.17.1"
sources."file-entry-cache-8.0.0"
sources."find-up-5.0.0"
sources."flat-cache-4.0.1"
sources."flatted-3.3.1"
sources."glob-parent-6.0.2"
sources."globals-14.0.0"
sources."has-flag-4.0.0"
sources."ignore-5.3.1"
sources."import-fresh-3.3.0"
sources."imurmurhash-0.1.4"
sources."is-extglob-2.1.1"
sources."is-glob-4.0.3"
sources."is-path-inside-3.0.3"
sources."isexe-2.0.0"
sources."js-yaml-4.1.0"
sources."json-buffer-3.0.1"
sources."json-schema-traverse-0.4.1"
sources."json-stable-stringify-without-jsonify-1.0.1"
sources."keyv-4.5.4"
sources."levn-0.4.1"
sources."locate-path-6.0.0"
sources."lodash.merge-4.6.2"
sources."minimatch-3.1.2"
sources."ms-2.1.2"
sources."natural-compare-1.4.0"
sources."optionator-0.9.4"
sources."p-limit-3.1.0"
sources."p-locate-5.0.0"
sources."parent-module-1.0.1"
sources."path-exists-4.0.0"
sources."path-key-3.1.1"
sources."prelude-ls-1.2.1"
sources."punycode-2.3.1"
sources."queue-microtask-1.2.3"
sources."resolve-from-4.0.0"
sources."reusify-1.0.4"
sources."run-parallel-1.2.0"
sources."shebang-command-2.0.0"
sources."shebang-regex-3.0.0"
sources."strip-ansi-6.0.1"
sources."strip-json-comments-3.1.1"
sources."supports-color-7.2.0"
sources."text-table-0.2.0"
sources."type-check-0.4.0"
sources."uri-js-4.4.1"
sources."which-2.0.2"
sources."word-wrap-1.2.5"
sources."yocto-queue-0.1.0"
];
buildInputs = globalBuildInputs;
meta = {
description = "An AST-based pattern checker for JavaScript.";
homepage = "https://eslint.org";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
esy = nodeEnv.buildNodePackage {
name = "esy";
packageName = "esy";