From b882b0faf18b5a39e66e9fb99b152d3360e9270f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 19 Aug 2023 19:01:30 -0700 Subject: [PATCH] nodePackages.ionic: drop It was replaced by @ionic/cli in January 2020. --- pkgs/development/node-packages/aliases.nix | 1 + .../node-packages/node-packages.json | 1 - .../node-packages/node-packages.nix | 317 ------------------ 3 files changed, 1 insertion(+), 318 deletions(-) diff --git a/pkgs/development/node-packages/aliases.nix b/pkgs/development/node-packages/aliases.nix index 90aa467bd5ea..bf620dae9aa8 100644 --- a/pkgs/development/node-packages/aliases.nix +++ b/pkgs/development/node-packages/aliases.nix @@ -60,6 +60,7 @@ mapAliases { inherit (pkgs) htmlhint; # added 2023-08-19 hueadm = pkgs.hueadm; # added 2023-07-31 indium = throw "indium was removed because it was broken"; # added 2023-08-19 + ionic = throw "ionic was replaced by @ionic/cli"; # added 2023-08-19 inherit (pkgs) javascript-typescript-langserver; # added 2023-08-19 karma = pkgs.karma-runner; # added 2023-07-29 manta = pkgs.node-manta; # Added 2023-05-06 diff --git a/pkgs/development/node-packages/node-packages.json b/pkgs/development/node-packages/node-packages.json index 1ee6dd6e46aa..d5525df5abbf 100644 --- a/pkgs/development/node-packages/node-packages.json +++ b/pkgs/development/node-packages/node-packages.json @@ -169,7 +169,6 @@ , "immich" , "insect" , "intelephense" -, "ionic" , "jake" , "joplin" , "js-beautify" diff --git a/pkgs/development/node-packages/node-packages.nix b/pkgs/development/node-packages/node-packages.nix index be13f1cffbdd..6b0cbdf5cc72 100644 --- a/pkgs/development/node-packages/node-packages.nix +++ b/pkgs/development/node-packages/node-packages.nix @@ -109021,323 +109021,6 @@ in bypassCache = true; reconstructLock = true; }; - ionic = nodeEnv.buildNodePackage { - name = "ionic"; - packageName = "ionic"; - version = "5.4.16"; - src = fetchurl { - url = "https://registry.npmjs.org/ionic/-/ionic-5.4.16.tgz"; - sha512 = "MlHmcctGxxUdvjKJGDUQOZEJMMTrZk3ZtC0tkMUy/im53c0giZrKQtkBKXOLK6uYXBnhlOXn0jrs97PnfNadyg=="; - }; - dependencies = [ - sources."@ionic/cli-framework-3.0.6" - sources."@ionic/cli-framework-prompts-1.0.4" - sources."@ionic/discover-2.0.8" - sources."@ionic/utils-array-1.2.2" - sources."@ionic/utils-fs-2.0.9" - sources."@ionic/utils-network-1.0.6" - sources."@ionic/utils-object-1.0.6" - sources."@ionic/utils-process-1.0.9" - sources."@ionic/utils-stream-2.0.5" - sources."@ionic/utils-subprocess-1.0.13" - sources."@ionic/utils-terminal-1.1.2" - sources."@tootallnate/once-1.1.2" - sources."agent-base-6.0.2" - sources."ansi-escapes-3.2.0" - sources."ansi-regex-4.1.1" - sources."ansi-styles-3.2.1" - (sources."ast-types-0.13.4" // { - dependencies = [ - sources."tslib-2.6.1" - ]; - }) - sources."astral-regex-2.0.0" - sources."asynckit-0.4.0" - sources."balanced-match-1.0.2" - sources."brace-expansion-1.1.11" - sources."bufferutil-4.0.7" - sources."bytes-3.1.2" - sources."call-bind-1.0.2" - (sources."chalk-3.0.0" // { - dependencies = [ - sources."ansi-styles-4.3.0" - sources."color-convert-2.0.1" - sources."color-name-1.1.4" - ]; - }) - sources."chardet-0.7.0" - sources."chownr-1.1.4" - sources."cli-cursor-2.1.0" - sources."cli-width-3.0.0" - sources."color-convert-1.9.3" - sources."color-name-1.1.3" - sources."combined-stream-1.0.8" - sources."component-emitter-1.3.0" - sources."concat-map-0.0.1" - sources."cookiejar-2.1.4" - sources."core-util-is-1.0.3" - sources."cross-spawn-7.0.3" - sources."data-uri-to-buffer-3.0.1" - sources."debug-4.3.4" - sources."deep-is-0.1.4" - sources."degenerator-2.2.0" - sources."delayed-stream-1.0.0" - sources."depd-2.0.0" - sources."diff-4.0.2" - (sources."duplexer2-0.1.4" // { - dependencies = [ - sources."readable-stream-2.3.8" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) - sources."elementtree-0.1.7" - sources."emoji-regex-7.0.3" - sources."end-of-stream-1.4.4" - sources."escape-string-regexp-1.0.5" - sources."escodegen-1.14.3" - sources."esprima-4.0.1" - sources."estraverse-4.3.0" - sources."esutils-2.0.3" - (sources."execa-1.0.0" // { - dependencies = [ - sources."cross-spawn-6.0.5" - sources."path-key-2.0.1" - sources."semver-5.7.2" - sources."shebang-command-1.2.0" - sources."shebang-regex-1.0.0" - sources."which-1.3.1" - ]; - }) - sources."external-editor-3.1.0" - sources."fast-levenshtein-2.0.6" - sources."figures-3.2.0" - sources."file-uri-to-path-2.0.0" - sources."form-data-2.5.1" - sources."formidable-1.2.6" - sources."fs-extra-8.1.0" - sources."fs-minipass-1.2.7" - sources."fs.realpath-1.0.0" - (sources."ftp-0.3.10" // { - dependencies = [ - sources."isarray-0.0.1" - sources."readable-stream-1.1.14" - sources."string_decoder-0.10.31" - ]; - }) - sources."function-bind-1.1.1" - sources."get-intrinsic-1.2.1" - sources."get-stream-4.1.0" - sources."get-uri-3.0.2" - sources."glob-7.2.3" - sources."graceful-fs-4.2.11" - sources."has-1.0.3" - sources."has-flag-4.0.0" - sources."has-proto-1.0.1" - sources."has-symbols-1.0.3" - sources."http-errors-2.0.0" - sources."http-proxy-agent-4.0.1" - sources."https-proxy-agent-5.0.1" - sources."iconv-lite-0.4.24" - sources."imurmurhash-0.1.4" - sources."inflight-1.0.6" - sources."inherits-2.0.4" - (sources."inquirer-7.3.3" // { - dependencies = [ - sources."ansi-escapes-4.3.2" - sources."ansi-styles-4.3.0" - sources."chalk-4.1.2" - sources."cli-cursor-3.1.0" - sources."color-convert-2.0.1" - sources."color-name-1.1.4" - sources."mimic-fn-2.1.0" - sources."onetime-5.1.2" - sources."restore-cursor-3.1.0" - ]; - }) - sources."ip-1.1.8" - sources."is-docker-2.2.1" - sources."is-fullwidth-code-point-2.0.0" - sources."is-stream-1.1.0" - sources."is-typedarray-1.0.0" - sources."is-wsl-2.2.0" - sources."isarray-1.0.0" - sources."isexe-2.0.0" - sources."jsonfile-4.0.0" - (sources."leek-0.0.24" // { - dependencies = [ - sources."debug-2.6.9" - sources."ms-2.0.0" - ]; - }) - sources."levn-0.3.0" - sources."lodash-4.17.21" - sources."lodash._baseassign-3.2.0" - sources."lodash._basecopy-3.0.1" - sources."lodash._bindcallback-3.0.1" - sources."lodash._createassigner-3.1.1" - sources."lodash._getnative-3.9.1" - sources."lodash._isiterateecall-3.0.9" - sources."lodash.assign-3.2.0" - sources."lodash.isarguments-3.1.0" - sources."lodash.isarray-3.0.4" - sources."lodash.keys-3.1.2" - sources."lodash.restparam-3.6.1" - (sources."log-update-3.4.0" // { - dependencies = [ - sources."string-width-3.1.0" - sources."strip-ansi-5.2.0" - sources."wrap-ansi-5.1.0" - ]; - }) - sources."lru-cache-5.1.1" - sources."macos-release-2.5.1" - sources."methods-1.1.2" - sources."mime-2.6.0" - sources."mime-db-1.52.0" - sources."mime-types-2.1.35" - sources."mimic-fn-1.2.0" - sources."minimatch-3.1.2" - sources."minimist-1.2.8" - sources."minipass-2.9.0" - sources."minizlib-1.3.3" - sources."mkdirp-0.5.6" - sources."ms-2.1.2" - sources."mute-stream-0.0.8" - sources."netmask-1.0.6" - sources."nice-try-1.0.5" - sources."node-gyp-build-4.6.0" - (sources."npm-run-path-2.0.2" // { - dependencies = [ - sources."path-key-2.0.1" - ]; - }) - sources."object-inspect-1.12.3" - sources."once-1.4.0" - sources."onetime-2.0.1" - sources."open-7.4.2" - sources."optionator-0.8.3" - sources."os-name-3.1.0" - sources."os-tmpdir-1.0.2" - sources."p-finally-1.0.0" - sources."pac-proxy-agent-4.1.0" - (sources."pac-resolver-4.2.0" // { - dependencies = [ - sources."netmask-2.0.2" - ]; - }) - sources."path-is-absolute-1.0.1" - sources."path-key-3.1.1" - sources."prelude-ls-1.1.2" - sources."process-nextick-args-2.0.1" - sources."proxy-agent-4.0.1" - sources."proxy-from-env-1.1.0" - sources."pump-3.0.0" - sources."qs-6.11.2" - sources."raw-body-2.5.2" - sources."readable-stream-3.6.2" - sources."restore-cursor-2.0.0" - sources."rimraf-3.0.2" - sources."rsvp-3.6.2" - sources."run-async-2.4.1" - sources."rxjs-6.6.7" - sources."safe-buffer-5.2.1" - sources."safer-buffer-2.1.2" - sources."sax-1.1.4" - sources."semver-6.3.1" - sources."setprototypeof-1.2.0" - sources."shebang-command-2.0.0" - sources."shebang-regex-3.0.0" - sources."side-channel-1.0.4" - sources."signal-exit-3.0.7" - (sources."slice-ansi-3.0.0" // { - dependencies = [ - sources."ansi-styles-4.3.0" - sources."color-convert-2.0.1" - sources."color-name-1.1.4" - sources."is-fullwidth-code-point-3.0.0" - ]; - }) - sources."smart-buffer-4.2.0" - (sources."socks-2.7.1" // { - dependencies = [ - sources."ip-2.0.0" - ]; - }) - sources."socks-proxy-agent-5.0.1" - sources."source-map-0.6.1" - sources."split2-3.2.2" - sources."ssh-config-1.1.6" - sources."statuses-2.0.1" - (sources."stream-combiner2-1.1.1" // { - dependencies = [ - sources."readable-stream-2.3.8" - sources."safe-buffer-5.1.2" - sources."string_decoder-1.1.1" - ]; - }) - (sources."string-width-4.2.3" // { - dependencies = [ - sources."emoji-regex-8.0.0" - sources."is-fullwidth-code-point-3.0.0" - ]; - }) - sources."string_decoder-1.3.0" - (sources."strip-ansi-6.0.1" // { - dependencies = [ - sources."ansi-regex-5.0.1" - ]; - }) - sources."strip-eof-1.0.0" - sources."superagent-4.1.0" - (sources."superagent-proxy-2.1.0" // { - dependencies = [ - sources."debug-3.2.7" - ]; - }) - sources."supports-color-7.2.0" - sources."tar-4.4.19" - sources."through-2.3.8" - sources."through2-3.0.2" - sources."tmp-0.0.33" - sources."toidentifier-1.0.1" - sources."tree-kill-1.2.2" - sources."tslib-1.14.1" - sources."type-check-0.3.2" - sources."type-fest-0.21.3" - sources."typedarray-to-buffer-3.1.5" - sources."universalify-0.1.2" - sources."unpipe-1.0.0" - sources."untildify-4.0.0" - sources."utf-8-validate-5.0.10" - sources."util-deprecate-1.0.2" - sources."uuid-3.4.0" - sources."which-2.0.2" - sources."windows-release-3.3.3" - sources."word-wrap-1.2.5" - (sources."wrap-ansi-6.2.0" // { - dependencies = [ - sources."ansi-styles-4.3.0" - sources."color-convert-2.0.1" - sources."color-name-1.1.4" - ]; - }) - sources."wrappy-1.0.2" - sources."write-file-atomic-3.0.3" - sources."ws-7.5.9" - sources."xregexp-2.0.0" - sources."yallist-3.1.1" - ]; - buildInputs = globalBuildInputs; - meta = { - description = "A tool for creating and developing Ionic Framework mobile apps."; - homepage = "https://ionicframework.com"; - license = "MIT"; - }; - production = true; - bypassCache = true; - reconstructLock = true; - }; jake = nodeEnv.buildNodePackage { name = "jake"; packageName = "jake";