# This file has been generated by node2nix 1.8.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: let sources = {}; in { ep_align = nodeEnv.buildNodePackage { name = "ep_align"; packageName = "ep_align"; version = "0.2.0"; src = fetchurl { url = "https://registry.npmjs.org/ep_align/-/ep_align-0.2.0.tgz"; sha512 = "bMrwsieCfz3LkxuIXiNu7UKkUQ7b+ceI09XRd1cCMskDwuJow3N3hB4/gecqfF+v4lS0qmDEa7bJvSTrhHiXBQ=="; }; buildInputs = globalBuildInputs; meta = { description = "Add Left/Center/Right/Justify to lines of text in a pad"; homepage = "https://github.com/johnmclear/ep_align#readme"; }; production = true; bypassCache = true; reconstructLock = true; }; }