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
2014-10-24reconcile init-* config with init-package-jsonForrest L Norvell
2014-10-21`npm version` should work in a git directory w/o gitTerin Stock
2014-10-17install peerDependencies from top (closes #6323)Forrest L Norvell
2014-10-17better errors for malformed .npmrc propertiesNick Santos
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-10git needs GIT_SSL_CAINFOwmertens
2014-10-08write builtin config on any global npm installisaacs
2014-10-07don't pass run arguments to pre & post scriptsLudwig Magnusson
2014-10-04inflight installs, prevent peerDependency problemsForrest L Norvell
2014-10-04inflight by URL rather than package specForrest L Norvell
2014-10-04improve loggingForrest L Norvell
2014-10-04fixed regex colors and added test to ensure it stays fixedChris Meyers
2014-10-04allow 'npm view --global' if package is specifiedEvan Lucas
2014-10-04minor cleanupsForrest L Norvell
2014-10-03log errors on multi-{install,build}Forrest L Norvell
2014-10-03style tweaksForrest L Norvell
2014-10-03only make cache creation requests in flightForrest L Norvell
2014-10-03wait to put Git URLs in flight until normalizedForrest L Norvell
2014-10-03log what is and isn't in flightForrest L Norvell
2014-10-03tweak locker logging for readabilityForrest L Norvell
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-10-03rm -rf npm submodule commandisaacs
2014-10-03bye bye customFds, hello stdioForrest L Norvell
2014-10-03minor cleanupForrest L Norvell
2014-10-02tweak lock logging for better postmortem analysisForrest L Norvell
2014-10-01Use realize-package-specifier in cache/addRebecca Turner
2014-09-30move locks back into cache, now path-awareForrest L Norvell
2014-09-30convert lib/utils/tar.js to use atomic streamsForrest L Norvell
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-28style tweaksForrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-28efficiently validate tmp tarballs safelyForrest 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-26lock cache → lock targetForrest L Norvell
2014-09-26Ensure that npm-debug.log file is created when rollbacks are doneisaacs
2014-09-23fix typoForrest L Norvell
2014-09-23Skip installation of installed scoped packages.Tim Oxley
2014-09-23npmconf decides what the default prefix isForrest L Norvell
2014-09-22Fix development dependency is preferred over dependency.Anders Janmyr
2014-09-22Re-apply a71615a. Fixes #3265 again, with a test!David Glasser
2014-09-21add `npm view .`Evan Lucas
2014-09-21fixes #5867, replaces #5790: no git hooksChristopher Hiller
2014-09-20Raise error when tar.unpack encounters a 0-byte tgzisaacs
2014-09-20trivial spacing fixisaacs
2014-09-20Make all write streams atomicisaacs
2014-09-19Allow init without promptMichael Nisi
2014-09-19reintroduce omitted chown (thx iarna!)Forrest L Norvell
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss