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-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
2011-10-03New 'bugs' command.Martin Cooper
2011-10-03Set the er.code for npm-specific errors, and s/EENGINE/ENOTSUP/isaacs
2011-10-03Warn about probable typos in package.json filesisaacs
2011-10-01Fix #1469 Don't recursively call writeLogFileisaacs
2011-10-01Report extra info on the error objectisaacs
2011-10-01Suggest a search if a redundant name isn't foundisaacs
2011-10-01No need to rm man pages on windowsisaacs
2011-10-01Remove shim files when uninstalling on windowsisaacs
2011-10-01Don't call filter on undefinedisaacs
2011-10-01Fix typoisaacs
2011-10-01Use ComSpec or cmd on windows as the shell configisaacs
2011-10-01Use cmd as the default shell on windowsisaacs
2011-10-01ENOTSUP completion on win32isaacs
2011-10-01npm link not supported on win32isaacs
2011-10-01Create .cmd shims for bin files on windowsisaacs
2011-09-29Merge branch 'master' into winbinisaacs
2011-09-29Fix #1466 Be more clear when version is missingisaacs
2011-09-29Add todo about creating cmd file instead of bin symlinkingisaacs
2011-09-29Soldier on in windows when tar exits with 1isaacs
2011-09-29Log tar stdout/stderr to silly levelisaacs
2011-09-29Path relativizing on windowsisaacs
2011-09-28Use -z flag to tar. Best way forward for now.isaacs