aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_copy_paste_select_all/node-packages.nix
blob: 504bee2412b4225c3bda7126118932f0b8646643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file has been generated by node2nix 1.8.0. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
  sources = {};
in
{
  ep_copy_paste_select_all = nodeEnv.buildNodePackage {
    name = "ep_copy_paste_select_all";
    packageName = "ep_copy_paste_select_all";
    version = "0.0.4";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_copy_paste_select_all/-/ep_copy_paste_select_all-0.0.4.tgz";
      sha1 = "41b89ece9da8e549a7ca4b11cdfa0a27344f21c8";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add support to do Copy, Paste, Select All and Find and Replace, this plugin requires the file menu";
      homepage = https://github.com/ether/ep_copy_paste_select_all;
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}