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
2011-10-26v1.0.103v1.0.103isaacs
2011-10-26update requestisaacs
2011-10-26Close #1598 Don't set global path until after figuring out node locationisaacs
2011-10-25v1.0.102v1.0.102isaacs
2011-10-25Update install instructionsisaacs
2011-10-25Merge branch 'windows-paths'isaacs
2011-10-25fix link regression, regarding new path gettersisaacs
2011-10-25Document changed windows paths.isaacs
2011-10-22Close #1581 windows cmd: Look in local folder for interpreterisaacs
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-22Handle seds that don't support -eisaacs
2011-10-21v1.0.101v1.0.101isaacs
2011-10-21mkdir: A few more places where the noChmod wasn't setisaacs
2011-10-21Close #1509 Don't chmod the npm.prefix folder, just ensure it's there.isaacs
2011-10-20v1.0.100v1.0.100isaacs
2011-10-20Don't treat /-/xyz registry urls as packages for 404 errorsisaacs
2011-10-20Close #1571 Also check status code on 'error' resultsisaacs
2011-10-18Fix #1564 Pre-load install.js and build.js in update commandisaacs
2011-10-18Fail faster in cases like #1566isaacs
2011-10-17Add Stephen to AUTHORSisaacs
2011-10-17Add auto-increment support to version commandStephen Sugden
2011-10-15v1.0.99v1.0.99isaacs
2011-10-15Fix #1555 Queue tar operations for windowsisaacs
2011-10-15v1.0.98v1.0.98isaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-15Show reasonable error message when invoked with WSHisaacs
2011-10-14v1.0.97v1.0.97isaacs
2011-10-14Default user and group to 0 on win32, and always make String the last typeisaacs
2011-10-14Fix #1552 Make it impossible to chown with a non-int uid/gidisaacs
2011-10-14typoisaacs
2011-10-13Correct 'message' docisaacs
2011-10-13v1.0.96v1.0.96isaacs
2011-10-13Don't write log file for simple usage stuffisaacs
2011-10-13Close #1549 Missed a mode referenceisaacs
2011-10-13Close #1502 Better usage message for 'version'isaacs
2011-10-13v1.0.95v1.0.95isaacs
2011-10-13Use the logprefix if colors enabled on windowsisaacs
2011-10-13Update requestisaacs
2011-10-13Use my request fork instead of mikeal'sisaacs
2011-10-13add mmalekiisaacs
2011-10-13Add --message option and -m shorthandMaciej MaƂecki
2011-10-13Better command line handling for windowsisaacs
2011-10-13Get window size properlyisaacs
2011-10-13Adjust npm's own 'bugs' field to conform.Martin Cooper
2011-10-13Standardize the 'bugs' field in package.json.Martin Cooper
2011-10-13Close #1518 don't allow npm view .isaacs
2011-10-13Add verbose log for chown in lib/cache.jsisaacs
2011-10-12Set umask before calling mkdirisaacs
2011-10-12Apply umask correctly, completely, and remove all literal mode valuesisaacs
2011-10-12Close #1509 Add 'umask' config optionisaacs