aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.nix
blob: b584d43d1e60e7b5172a97c8090f9b6c62c28cc6 (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_scrollto = nodeEnv.buildNodePackage {
    name = "ep_scrollto";
    packageName = "ep_scrollto";
    version = "0.0.7";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_scrollto/-/ep_scrollto-0.0.7.tgz";
      sha512 = "uUfpiUWO0xLhN2R89jMPUYD+vhyiPyH6b8QL7y+0bKiOYOqf9l/rgXwTLuf4iB3p0J1/oVXhgSkG0dlZ35bUWw==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Scroll to a specific line number based on a parameter of lineNumber in the URL IE http://test.com/p/foo#lineNumber=10 -- Users can click on the line number to get a link";
      homepage = "https://github.com/johnmclear/ep_scrollto#readme";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}