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
path: root/lib
AgeCommit message (Expand)Author
2011-10-26Close #1598 Don't set global path until after figuring out node locationisaacs
2011-10-25fix link regression, regarding new path gettersisaacs
2011-10-22Close #1581 windows cmd: Look in local folder for interpreterisaacs
2011-10-22Close #1582 Make prefixes better on windowsisaacs
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-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-17Add auto-increment support to version commandStephen Sugden
2011-10-15Fix #1555 Queue tar operations for windowsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
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-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-13Use the logprefix if colors enabled on windowsisaacs
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-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-12Apply umask correctly, completely, and remove all literal mode valuesisaacs
2011-10-12Close #1509 Add 'umask' config optionisaacs
2011-10-12Don't always assume that save() is saving 3 files. Might be only 1isaacs
2011-10-12close #1542 don't chown if uid/gid aren't numbersisaacs
2011-10-12Explicitly inject builtinconfig into any npm installisaacs
2011-10-12typo in search.jsisaacs
2011-10-12s/stdio/tty/gisaacs
2011-10-12Close #1493 Return values from npm.commands.view sanerisaacs
2011-10-12Push -o, not [-o]isaacs
2011-10-10Fix #1525 Cast password to a stringisaacs
2011-10-10Be more careful about when the npm builtin config gets savedisaacs
2011-10-08Output builtin config values with 'npm config ls'isaacs
2011-10-08When installing npm, keep the builtin configisaacs
2011-10-08Put builtinconfig file between defaults and globalisaacs
2011-10-07No need to shorten tar.name, since file list isn't thereisaacs
2011-10-07Fix #1488 pass filenames to tar through stdincspotcode
2011-10-07Close #1510 Don't write npm-debug.log if loglevel is silentisaacs
2011-10-06Still subject tagged versions to engine filtrationisaacs
2011-10-04star should output usage if no argsisaacs
2011-10-04mkdir typo: p is not definedisaacs
2011-10-04Fix #1491 Don't try to mkdir('/')isaacs
2011-10-03Close #1120 Don't pass -o for windows or non-root usersisaacs
2011-10-03npm usage banner: userconfig path might be longisaacs
2011-10-03Windows is weird. Exec child procs with verbatim argumentsisaacs
2011-10-03Only open github issues page if it's a github repoisaacs