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-25Clean up exec usageisaacs
2010-08-25Clean up some loggingisaacs
2010-08-25Have to read data before linking modulesisaacs
2010-08-25trinary attack!isaacs
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-25Use the abstracted-out package default loader thingisaacs
2010-08-25First pass at installing a default bin hash from a "bin" directory. Doesn't ...isaacs
2010-08-24lug butterisaacs
2010-08-24lob getterisaacs
2010-08-24log betterisaacs
2010-08-24log configgy puddingisaacs
2010-08-24Upon closer examination, fuck it.isaacs
2010-08-24whitespaceisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23Make shim clobber when writtenisaacs
2010-08-23Increase the asynchronyisaacs
2010-08-23Make the build process as parallel as possible.isaacs
2010-08-23Don't have a special "main" module. Just make it the "index" in the modules h...isaacs
2010-08-23Don't unnecessarily serialize reading the JSON files.isaacs
2010-08-23No need to have it log that it's doing nothingisaacs
2010-08-22Add a log.warn function for warnings.isaacs
2010-08-22Build all the modules shims at once.isaacs
2010-08-22Link all the modules at once, don't chain them sequentiallyisaacs
2010-08-22Mostly style cleanup, but also use the linkModules function for "link" depend...isaacs
2010-08-22Don't expose all modules unless the 'directories.lib' option is defined. Also...Alex Wolfe
2010-08-22Clean upAlex Wolfe
2010-08-22Removed the 'directories' json member and added support for exposing all modu...Alex Wolfe
2010-08-22Initial implementation of package 'modules.' Issue 144.Alex Wolfe
2010-08-10update must come after activate in install processisaacs
2010-08-04Don't update unless it's a newer versionisaacs
2010-08-03Rename auto-update to update-dependents, and update docs to reflect thisisaacs
2010-08-03Auto-update when configs say toisaacs
2010-08-03Use relative link rather than fs.symlinkisaacs
2010-08-03Remove unnecessary varsisaacs
2010-07-27Don't link executables if binroot is falseyisaacs
2010-07-27Always shim js files rather than linking them, so as to work with relative li...isaacs
2010-07-26Relative links! Fix #104. Fix #21.isaacs
2010-07-25A few affordances for linkisaacs
2010-07-25Don't log "linkBins" if nothing is being done. Also: array snazziness.isaacs
2010-07-25Update activate to use name@version styleisaacs
2010-07-25Snazzy array functions.isaacs
2010-07-25Save ALL dependencies to a "dependson" folderisaacs
2010-07-25Sniff the contents for the shebang, not the filenameisaacs
2010-07-25Clean up logging, add warning for deprecating the directories.libisaacs
2010-07-25Abstract out the link and linkIfExists functions to a separate moduleisaacs
2010-07-25Move the postinstall/install events to after the dependency linking.isaacs
2010-07-25Clean up some noisy logs that are no longer helpfulisaacs
2010-07-25Considerably refactor the build command. Fix #103isaacs
2010-07-25add a TODOisaacs