# This file has been generated by node2nix 1.6.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: let sources = {}; in { ep_adminpads = nodeEnv.buildNodePackage { name = "ep_adminpads"; packageName = "ep_adminpads"; version = "0.0.12"; src = fetchurl { url = "https://registry.npmjs.org/ep_adminpads/-/ep_adminpads-0.0.12.tgz"; sha1 = "e8a04b6c77f76d9d8703c9b40e656950f2f5c125"; }; buildInputs = globalBuildInputs; meta = { description = "Gives the ability to list and administrate all pads on admin page"; homepage = "https://github.com/spcsser/ep_adminpads#readme"; license = "MIT"; }; production = true; bypassCache = false; }; }