Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-25make docisaacs
2010-08-25notes for 0.1.27isaacs
2010-08-25Remove the install-docs script, since npm does this itself now.isaacs
2010-08-25Handle mans in deactivate/uninstallisaacs
2010-08-25Activate mans!isaacs
2010-08-25trinary attack!isaacs
2010-08-25Throw if no cb provided, since that's an annoying error to track down.isaacs
2010-08-25Note that configs affect the settings in the json, as wellisaacs
2010-08-25Remove the doc installing script from the package.json, since this is done by...isaacs
2010-08-25require the symlink util at the top of the fileisaacs
2010-08-25Load package default data when objects are providedisaacs
2010-08-25Load mans properly from the folder, and install them when building.isaacs
2010-08-25Document the hidden feature of disabling bins by setting binroot to "false"isaacs
2010-08-25document "manroot" configisaacs
2010-08-25default "manroot" configisaacs
2010-08-25Add documentation for "bin" directory behavior.isaacs
2010-08-25Documentation for the "man" package.json entry.isaacs
2010-08-25Strip extensions from bin keys that are created from filenamesisaacs
2010-08-25Replace all invalid chars in keys with _isaacs
2010-08-25Don't buffer logs unless we know that the config is coming.isaacs
2010-08-25Add support for package defaults in uninstall and deactivateisaacs
2010-08-25Load the default bins and whatnot in activateisaacs
2010-08-25Use the abstracted-out package default loader thingisaacs
2010-08-25Load default data from the directories provided.isaacs
2010-08-25A simple async find type of thingisaacs
2010-08-25First pass at installing a default bin hash from a "bin" directory. Doesn't ...isaacs
2010-08-25move some stuff around, add various meta things that are niceisaacs
2010-08-25Docs for new unpublish functionalityisaacs
2010-08-25Support unpublishing an entire project when all versions are removed, or if n...isaacs
2010-08-25primarily outputting commands should write to stdout, not stderrisaacs
2010-08-25make the packTar log verboseisaacs
2010-08-25remove the link field from documentation. no one uses it.isaacs
2010-08-25Put directories.lib info back in the doc, and document the repository setisaacs
2010-08-25fixupisaacs
2010-08-25Better messaging when the node version isn't supportedisaacs
2010-08-25Make uninstall more parallel and logged betterisaacs
2010-08-24lug butterisaacs
2010-08-24add sillinessisaacs
2010-08-24Do the uninstallation steps all at onceisaacs
2010-08-24handle the "must install" list betterisaacs
2010-08-24make sure that falsey args get set rightisaacs
2010-08-24Fix #145isaacs
2010-08-24lob getterisaacs
2010-08-24a better way to roll back publishesisaacs
2010-08-24log betterisaacs
2010-08-24log betterisaacs
2010-08-24Do the building AFTER everything is there, since the installed versions affec...isaacs
2010-08-24Handle the case when there is no active versionisaacs
2010-08-24Handle errors smarterisaacs
2010-08-24Make the error messages a bit more erroryisaacs