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
2012-07-18typo in root cmdisaacs
2012-07-17Simplify color config settingisaacs
2012-07-17Remove extraneous config optionisaacs
2012-07-17Remove unnecessary output utilisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-07-15fix broken outdated cmd #2557Don Park
2012-07-14Fix #2597 Don't set GIT_* envs in child processesisaacs
2012-07-12Still show tree for non-global installsisaacs
2012-07-12Add sign-git-tag config for 'npm version' commandisaacs
2012-07-12Don't show the stack trace multiple times on errorisaacs
2012-07-12Show the install tree for global installsisaacs
2012-07-11cache: Let the registry client handle --no-regisaacs
2012-07-11Un-break cache-min and cache-max configsisaacs
2012-07-11Positional args for lsisaacs
2012-07-10Stash registry login token in .npmrc fileisaacs
2012-07-10Don't swallow non-test failures in npm testisaacs
2012-07-06Fix #2590 Keep lockFile names shortisaacs
2012-07-06Fix #2602 Invalidate package.json cache on unbuildisaacs
2012-06-29Adding proxy to RegClientRibettes
2012-06-29Stronger protection around parallel installsisaacs
2012-06-29Make the fetch retry behavior configurableisaacs
2012-06-29only retry on 408, 5xx or no responseTrent Mick
2012-06-29retry failed registry gets for more reliable 'npm install'Trent Mick
2012-06-28alias 'npm tst' to 'npm test'isaacs
2012-06-28fetch.js: Remove onResponse methodTrent Mick
2012-06-28Make 'engines' field advisoryisaacs
2012-06-28Lock files need the cache to be there alreadyisaacs
2012-06-28Merge branch 'lockfile'isaacs
2012-06-28Lock all the thingsisaacs
2012-06-28Bump up default cache-lock times and retriesisaacs
2012-06-28s/lock-file/lockfile/isaacs
2012-06-27Fix #2567 Swallow errors from missing progsisaacs
2012-06-27note about long cache folder namesisaacs
2012-06-27Lockfile wip. Not actually working yet. Requires that the cache encode the ...isaacs
2012-06-27pid is not a function, derpisaacs
2012-06-27Include pid in npm temp dirisaacs
2012-06-27Fix #2572 Make bin symlinks relative on Unixisaacs
2012-06-27include process.pid in tmp dirTrent Mick
2012-06-24use new zsh completion, if availableJeremy Cantrell
2012-06-23windows: Correct the cmd shim pathsisaacs
2012-06-20Avoid circular errors in config ls -lisaacs
2012-06-20Terser test failure outputisaacs
2012-06-19Only default data.dependencies if necessaryisaacs
2012-06-19If `dependencies` is not set, default to empty objectMaciej Małecki
2012-06-19Set `production` if `NODE_ENV` equals "production"Maciej Małecki
2012-06-19Fix #2538 Properly ignore false ancestorsJames Halliday
2012-06-18`logstream` option to replace removed `logfd`Rod Vagg
2012-06-18Move os-specific environment checking to osenvisaacs
2012-06-18Finish removing bindist and binpublishisaacs
2012-06-17Add the --save-bundle configisaacs