# This file has been generated by node2nix 1.8.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: let sources = {}; in { ep_font_size = nodeEnv.buildNodePackage { name = "ep_font_size"; packageName = "ep_font_size"; version = "0.2.0"; src = fetchurl { url = "https://registry.npmjs.org/ep_font_size/-/ep_font_size-0.2.0.tgz"; sha512 = "63D+PoWgXY/DpqS3NGunFanIzCTF5js7rKD8R979b1daPRc/vI6To8HD69iknb5F3APC/G64g9BiRJIYNnIYmA=="; }; buildInputs = globalBuildInputs; meta = { description = "Add support for Font Sizes"; homepage = "https://github.com/JohnMcLear/ep_font_size#readme"; license = "Apache-2.0"; }; production = true; bypassCache = true; reconstructLock = true; }; }