node-reggie can do some of this: https://github.com/mbrevoort/node-reggie/
There's some info on how to load with with a "cache" of modules from npm proper in one of the closed issues https://github.com/mbrevoort/node-reggie/issues/9 Andy Sent from my iPhone > On Oct 11, 2013, at 8:31 AM, Timothy Rupe <[email protected]> wrote: > > I've been searching all over for a solution for this but always come across > unanswered questions, half-truths, and misinformation. I'm trying to set up > a private npm registry within an enterprise environment without replicating > the GIGANTIC 71GB dataset from npmjs.org. I only need to host our own > private modules and a few chosen open modules. I've followed instructions > from github.com/isaacs/npmjs.org, and can use it, but only if I replicate the > entire thing. The size of the replication isn't the part I'm most concerned > about. Due to our legal need to be compliant with licenses, we can't just > include all public modules, and risk inadvertently including a transitive > dependency on a module that has a conflicting license. > > Is there a way to set up a minimalistic registry that stores ONLY the modules > I want? > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
