nodePackages.inliner: drop
Upstream hasn't seen any commits in almost seven years.
This commit is contained in:
@@ -110,6 +110,7 @@ mapAliases {
|
||||
inherit (pkgs) hyperpotamus; # added 2023-08-19
|
||||
immich = pkgs.immich-cli; # added 2023-08-19
|
||||
indium = throw "indium was removed because it was broken"; # added 2023-08-19
|
||||
inliner = throw "inliner was removed because it was abandoned upstream"; # added 2024-08-23
|
||||
ionic = throw "ionic was replaced by @ionic/cli"; # added 2023-08-19
|
||||
inherit (pkgs) jake; # added 2023-08-19
|
||||
inherit (pkgs) javascript-typescript-langserver; # added 2023-08-19
|
||||
|
||||
@@ -115,7 +115,6 @@
|
||||
, "he"
|
||||
, "hs-airdrop"
|
||||
, "ijavascript"
|
||||
, "inliner"
|
||||
, "imapnotify"
|
||||
, "insect"
|
||||
, "intelephense"
|
||||
|
||||
-220
@@ -72210,226 +72210,6 @@ in
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
inliner = nodeEnv.buildNodePackage {
|
||||
name = "inliner";
|
||||
packageName = "inliner";
|
||||
version = "1.13.1";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/inliner/-/inliner-1.13.1.tgz";
|
||||
sha512 = "yoS+56puOu+Ug8FBRtxtTFnEn2NHqFs8BNQgSOvzh3J0ommbwNw8VKiaVNYjWK6fgPuByq95KyV0LC+qV9IwLw==";
|
||||
};
|
||||
dependencies = [
|
||||
sources."ajv-6.12.6"
|
||||
sources."align-text-0.1.4"
|
||||
sources."ansi-escapes-1.4.0"
|
||||
sources."ansi-regex-2.1.1"
|
||||
sources."ansi-styles-2.2.1"
|
||||
sources."argparse-1.0.10"
|
||||
sources."asap-2.0.6"
|
||||
sources."asn1-0.2.6"
|
||||
sources."assert-plus-1.0.0"
|
||||
sources."asynckit-0.4.0"
|
||||
sources."aws-sign2-0.7.0"
|
||||
sources."aws4-1.13.0"
|
||||
sources."bcrypt-pbkdf-1.0.2"
|
||||
sources."boolbase-1.0.0"
|
||||
sources."camelcase-1.2.1"
|
||||
sources."caseless-0.12.0"
|
||||
sources."center-align-0.1.3"
|
||||
sources."chalk-1.1.3"
|
||||
sources."charset-1.0.1"
|
||||
sources."cheerio-0.19.0"
|
||||
sources."clap-1.2.3"
|
||||
sources."cliui-2.1.0"
|
||||
sources."coa-1.0.4"
|
||||
sources."colors-1.1.2"
|
||||
sources."combined-stream-1.0.8"
|
||||
(sources."configstore-1.4.0" // {
|
||||
dependencies = [
|
||||
sources."uuid-2.0.3"
|
||||
];
|
||||
})
|
||||
sources."core-util-is-1.0.3"
|
||||
sources."css-select-1.0.0"
|
||||
sources."css-what-1.0.0"
|
||||
sources."csso-2.0.0"
|
||||
sources."dashdash-1.14.1"
|
||||
sources."debug-2.6.9"
|
||||
sources."decamelize-1.2.0"
|
||||
sources."deep-extend-0.6.0"
|
||||
sources."delayed-stream-1.0.0"
|
||||
sources."dom-serializer-0.1.1"
|
||||
sources."domelementtype-1.3.1"
|
||||
sources."domhandler-2.3.0"
|
||||
sources."domutils-1.4.3"
|
||||
(sources."duplexify-3.7.1" // {
|
||||
dependencies = [
|
||||
sources."isarray-1.0.0"
|
||||
sources."readable-stream-2.3.8"
|
||||
sources."safe-buffer-5.1.2"
|
||||
sources."string_decoder-1.1.1"
|
||||
];
|
||||
})
|
||||
sources."ecc-jsbn-0.1.2"
|
||||
sources."end-of-stream-1.4.4"
|
||||
sources."entities-1.1.2"
|
||||
sources."es6-promise-2.3.0"
|
||||
sources."escape-string-regexp-1.0.5"
|
||||
sources."esprima-2.7.3"
|
||||
sources."extend-3.0.2"
|
||||
sources."extsprintf-1.3.0"
|
||||
sources."fast-deep-equal-3.1.3"
|
||||
sources."fast-json-stable-stringify-2.1.0"
|
||||
sources."forever-agent-0.6.1"
|
||||
sources."form-data-2.3.3"
|
||||
sources."getpass-0.1.7"
|
||||
(sources."got-3.3.1" // {
|
||||
dependencies = [
|
||||
sources."object-assign-3.0.0"
|
||||
];
|
||||
})
|
||||
sources."graceful-fs-4.2.11"
|
||||
sources."har-schema-2.0.0"
|
||||
sources."har-validator-5.1.5"
|
||||
sources."has-ansi-2.0.0"
|
||||
(sources."htmlparser2-3.8.3" // {
|
||||
dependencies = [
|
||||
sources."domutils-1.5.1"
|
||||
sources."entities-1.0.0"
|
||||
];
|
||||
})
|
||||
sources."http-signature-1.2.0"
|
||||
sources."iconv-lite-0.4.24"
|
||||
sources."imurmurhash-0.1.4"
|
||||
sources."infinity-agent-2.0.3"
|
||||
sources."inherits-2.0.4"
|
||||
sources."ini-1.3.8"
|
||||
sources."is-buffer-1.1.6"
|
||||
sources."is-finite-1.1.0"
|
||||
sources."is-npm-1.0.0"
|
||||
sources."is-redirect-1.0.0"
|
||||
sources."is-stream-1.1.0"
|
||||
sources."is-typedarray-1.0.0"
|
||||
sources."isarray-0.0.1"
|
||||
sources."isstream-0.1.2"
|
||||
sources."js-yaml-3.6.1"
|
||||
sources."jsbn-0.1.1"
|
||||
sources."jschardet-1.6.0"
|
||||
sources."json-schema-0.4.0"
|
||||
sources."json-schema-traverse-0.4.1"
|
||||
sources."json-stringify-safe-5.0.1"
|
||||
sources."jsprim-1.4.2"
|
||||
sources."kind-of-3.2.2"
|
||||
sources."latest-version-1.0.1"
|
||||
sources."lazy-cache-1.0.4"
|
||||
sources."lodash-3.10.1"
|
||||
sources."lodash._arrayeach-3.0.0"
|
||||
sources."lodash._baseassign-3.2.0"
|
||||
sources."lodash._basecopy-3.0.1"
|
||||
sources."lodash._baseeach-3.0.4"
|
||||
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.defaults-3.1.2"
|
||||
sources."lodash.foreach-3.0.3"
|
||||
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."longest-1.0.1"
|
||||
sources."lowercase-keys-1.0.1"
|
||||
sources."mime-1.6.0"
|
||||
sources."mime-db-1.52.0"
|
||||
sources."mime-types-2.1.35"
|
||||
sources."minimist-1.2.8"
|
||||
sources."mkdirp-0.5.6"
|
||||
sources."ms-2.0.0"
|
||||
sources."nested-error-stacks-1.0.2"
|
||||
sources."nth-check-1.0.2"
|
||||
sources."oauth-sign-0.9.0"
|
||||
sources."object-assign-4.1.1"
|
||||
sources."once-1.4.0"
|
||||
sources."os-homedir-1.0.2"
|
||||
sources."os-tmpdir-1.0.2"
|
||||
sources."osenv-0.1.5"
|
||||
sources."package-json-1.2.0"
|
||||
sources."performance-now-2.1.0"
|
||||
sources."pinkie-2.0.4"
|
||||
sources."pinkie-promise-2.0.1"
|
||||
sources."prepend-http-1.0.4"
|
||||
sources."process-nextick-args-2.0.1"
|
||||
sources."promise-7.3.1"
|
||||
sources."psl-1.9.0"
|
||||
sources."punycode-2.3.1"
|
||||
sources."q-1.5.1"
|
||||
sources."qs-6.5.3"
|
||||
sources."rc-1.2.8"
|
||||
(sources."read-all-stream-3.1.0" // {
|
||||
dependencies = [
|
||||
sources."isarray-1.0.0"
|
||||
sources."readable-stream-2.3.8"
|
||||
sources."safe-buffer-5.1.2"
|
||||
sources."string_decoder-1.1.1"
|
||||
];
|
||||
})
|
||||
sources."readable-stream-1.1.14"
|
||||
sources."registry-url-3.1.0"
|
||||
sources."repeat-string-1.6.1"
|
||||
sources."repeating-1.1.3"
|
||||
sources."request-2.88.2"
|
||||
sources."right-align-0.1.3"
|
||||
sources."safe-buffer-5.2.1"
|
||||
sources."safer-buffer-2.1.2"
|
||||
sources."sax-1.2.4"
|
||||
sources."semver-5.7.2"
|
||||
sources."semver-diff-2.1.0"
|
||||
sources."slide-1.1.6"
|
||||
sources."source-map-0.5.7"
|
||||
sources."sprintf-js-1.0.3"
|
||||
sources."sshpk-1.18.0"
|
||||
sources."stream-shift-1.0.3"
|
||||
sources."string-length-1.0.1"
|
||||
sources."string_decoder-0.10.31"
|
||||
sources."strip-ansi-3.0.1"
|
||||
sources."strip-json-comments-2.0.1"
|
||||
sources."supports-color-2.0.0"
|
||||
sources."svgo-0.6.6"
|
||||
sources."then-fs-2.0.0"
|
||||
sources."timed-out-2.0.0"
|
||||
sources."tough-cookie-2.5.0"
|
||||
sources."tunnel-agent-0.6.0"
|
||||
sources."tweetnacl-0.14.5"
|
||||
sources."uglify-js-2.8.29"
|
||||
sources."uglify-to-browserify-1.0.2"
|
||||
sources."update-notifier-0.5.0"
|
||||
sources."uri-js-4.4.1"
|
||||
sources."util-deprecate-1.0.2"
|
||||
sources."uuid-3.4.0"
|
||||
(sources."verror-1.10.0" // {
|
||||
dependencies = [
|
||||
sources."core-util-is-1.0.2"
|
||||
];
|
||||
})
|
||||
sources."whet.extend-0.9.9"
|
||||
sources."window-size-0.1.0"
|
||||
sources."wordwrap-0.0.2"
|
||||
sources."wrappy-1.0.2"
|
||||
sources."write-file-atomic-1.3.4"
|
||||
sources."xdg-basedir-2.0.0"
|
||||
sources."yargs-3.10.0"
|
||||
];
|
||||
buildInputs = globalBuildInputs;
|
||||
meta = {
|
||||
description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
|
||||
homepage = "http://github.com/remy/inliner";
|
||||
license = "MIT";
|
||||
};
|
||||
production = true;
|
||||
bypassCache = true;
|
||||
reconstructLock = true;
|
||||
};
|
||||
imapnotify = nodeEnv.buildNodePackage {
|
||||
name = "imapnotify";
|
||||
packageName = "imapnotify";
|
||||
|
||||
Reference in New Issue
Block a user