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-08-15Fix #2717 Don't hasOwnProperty on objects lacking itisaacs
2012-08-15Use npmconf in lib/completion.jsisaacs
2012-08-15Remove obsolete config stuffisaacs
2012-08-15Use new npmconf moduleisaacs
2012-08-13Show all versions in 'npm version<noargs>'isaacs
2012-08-13Add _npmUser and _npmVersion on published dataisaacs
2012-08-08node exe dir to the PATH for lifestyle scriptsNathan Rajlich
2012-08-07publish: Remove extraneous 'readme' argisaacs
2012-08-07No need to check for a readme, read-package-json does that now.isaacs
2012-08-06Do not ignore GIT_PROXY_COMMAND on installMarsup
2012-08-06Avoid install failure from that the `treeify` get nullKei Son
2012-08-04removed superfluous and erroneous node-gyp command replacementeinaros
2012-08-03Fix reading of default parameters in `npm owner`Maciej MaƂecki
2012-07-31The token is an object. Treat it as one.isaacs
2012-07-27Fix 'cb called more than once' in npm config listisaacs
2012-07-24version: Print resulting version on successisaacs
2012-07-24Cleanup stack printingisaacs
2012-07-24Don't print the whole stack so oftenisaacs
2012-07-24adduser: Don't swallow errorsisaacs
2012-07-24adduser: Handle invalid inputs betterisaacs
2012-07-23couchLogin.tokenSet does not take a cbisaacs
2012-07-19fix commands using outdated command, like `npm update`Don Park
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