# This file has been generated by node2nix 1.6.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: let sources = {}; in { ep_cursortrace = nodeEnv.buildNodePackage { name = "ep_cursortrace"; packageName = "ep_cursortrace"; version = "2.0.15"; src = fetchurl { url = "https://registry.npmjs.org/ep_cursortrace/-/ep_cursortrace-2.0.15.tgz"; sha1 = "fa374f2d4be2708af998fbb407633c55d9031326"; }; buildInputs = globalBuildInputs; meta = { description = "Show cursor/caret movements of other users in real time"; homepage = https://github.com/redhog/ep_cursortrace; }; production = true; bypassCache = false; }; }