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
2012-08-15Fix #2717 Don't hasOwnProperty on objects lacking itisaacs
2012-08-15Use new npmconf moduleisaacs
2012-07-31The token is an object. Treat it as one.isaacs
2012-07-23couchLogin.tokenSet does not take a cbisaacs
2012-07-17Simplify color config settingisaacs
2012-07-11Un-break cache-min and cache-max configsisaacs
2012-07-10Stash registry login token in .npmrc fileisaacs
2012-06-29Adding proxy to RegClientRibettes
2012-06-29Make the fetch retry behavior configurableisaacs
2012-06-28alias 'npm tst' to 'npm test'isaacs
2012-06-28Make 'engines' field advisoryisaacs
2012-06-27pid is not a function, derpisaacs
2012-06-27Include pid in npm temp dirisaacs
2012-06-18`logstream` option to replace removed `logfd`Rod Vagg
2012-06-09Handle errors in the more modern fashionisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-04-18Don't fail on false mkdirp failuresisaacs
2012-03-29Update to use mkdirp and chownr modulesisaacs
2012-03-27Remove some unnecessary rename hacksisaacs
2012-03-27Abstract out 'uid-number' to a separate dependencyisaacs
2012-03-13Fix #472 Adds support for os/cpu fields in package.jsonAdam Blackburn
2012-03-12Remove unused set/get modulesisaacs
2012-02-29Alias adduser to add-userisaacs
2012-02-24add "npm shrinkwrap"Dave Pacheco
2011-12-21alias adduser to loginisaacs
2011-12-20Fix #1877 Don't require global prefix to exist for non-global commandsisaacs
2011-12-11https://twitter.com/jedschmidt/status/145897187719647232isaacs
2011-12-05move process.title to correct spotisaacs
2011-11-09Pass a real mode to mkdir to avoid null-related exceptions.Martin Cooper
2011-11-06Fix incorrect path returned by npm-binMichael Budde
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-21Close #1509 Don't chmod the npm.prefix folder, just ensure it's there.isaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs