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 (Collapse)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
Allow objects in config files, and leverage the ini format's ability to handle them intelligently.
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
I cannot stop typing 'tst' when I mean 'test'.
2012-06-28Make 'engines' field advisoryisaacs
Discussion: https://groups.google.com/group/nodejs/browse_thread/thread/fd98204ce250d919
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
This feels so good. lib/utils/log.js is the worst kind of glue code that keeps the npm project from being properly abstracted into independent pieces. In the process, also cleaned up a lot of unproductive logging, and made the npm-debug.log generated on errors be a bit more easy to read.
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
See docs/cli/json.md for details.
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
npm-bin returned a path using the prefix instead of the root, i.e. "./.bin" instead of "./node_modules/.bin".
2011-10-22Close #1582 Make prefixes better on windowsisaacs
1. Make prefixes and paths more windows-like on windows. 2. Abstract out all path-munging behavior to lib/npm.js where it belongs.
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