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/utils
AgeCommit message (Expand)Author
2015-01-23add 'npm dist-tag {add,del,list}'Forrest L Norvell
2015-01-16scripts: use full path for cmd.exe on Win32Ed Morley
2015-01-16report umask as zero-padded octalsmikes
2014-12-25pack tarballs to their final locations atomicallyForrest L Norvell
2014-12-23registry URL always ends in / (fixes #6982)Forrest L Norvell
2014-12-19call path.normalize() in gently-rm.js to fix windows drive letter caseBen Page
2014-12-12tar detection looks for magic number (fixes #6868)David Volm
2014-11-28correct spacingForrest L Norvell
2014-11-28test the fix for #6767smikes
2014-11-26resolve symlinks on source & target (fixes #6774)Kazuhito Hokamura
2014-11-20Fix leak into global scopesmikes
2014-11-14`npm cache ls` output was way too cleverForrest L Norvell
2014-11-12never remove project directories (fixes #5754)Forrest L Norvell
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-04improve loggingForrest L Norvell
2014-10-03tweak locker logging for readabilityForrest L Norvell
2014-10-03rm -rf npm submodule commandisaacs
2014-10-02tweak lock logging for better postmortem analysisForrest L Norvell
2014-09-30move locks back into cache, now path-awareForrest L Norvell
2014-09-28style tweaksForrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-27clean up locking; prefix lockfile with "."Forrest L Norvell
2014-09-27remove locking code around packing and unpackingForrest L Norvell
2014-09-26code style tweaksForrest L Norvell
2014-09-26Ensure that npm-debug.log file is created when rollbacks are doneisaacs
2014-09-20Raise error when tar.unpack encounters a 0-byte tgzisaacs
2014-09-20Make all write streams atomicisaacs
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-09-13Defer rollbacks to end of install.isaacs
2014-09-13style tweaks & dead variable removalForrest L Norvell
2014-09-13lifecycle: clean up callback mutation codeisaacs
2014-09-12consistently use double quotesForrest L Norvell
2014-09-12tweak output formatting for consistencyForrest L Norvell
2014-09-12Error output cleanupisaacs
2014-09-05remove pre-publish check for a future PRDylan Greene
2014-09-05allow local paths in package.json, but disallow publishingDylan Greene
2014-08-26ensure lifecycle spawn errors caught properlyisaacs
2014-08-15Do not add the directory containing node executableChulki Lee
2014-08-13tar.js: Comment should describe why not whatisaacs
2014-08-13rename .gitignore when unpacking foreign tarballsisaacs
2014-08-13Detect non-gzipped tar files more reliablyisaacs
2014-08-08move fetch into npm-registry-clientForrest L Norvell
2014-07-23making it so that you can pass arguments to run-scripts.bcoe
2014-07-02replace some.js with (Zalgo-safe) async-some@1.0.0Forrest L Norvell
2014-07-02make gentlyRm safer and tidierForrest L Norvell
2014-07-02npm-package-arg@2.0.0Forrest L Norvell
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-07-02chasing down errant uses of old auth, part 1Forrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell