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
2013-08-15use getCacheStat before lock, fixes joyent/node#3821François Frisch
2013-08-15Treat dep. as outdated if its _from changesMatt Lunn
2013-08-02Avoid assert in Node v0.11 by touching internal APIisaacs
2013-07-27cache: Never be strict (for now)isaacs
2013-07-25add ECONNRESET to 'network issues' categoryisaacs
2013-07-25show better error message for proxy usersRobert Kowalski
2013-07-24install: Replace warnings, reduce strictnessisaacs
2013-07-13fix global leakRobert Kowalski
2013-07-12build: Enforce uniqueness of man pages being installedisaacs
2013-07-12help: Limit line length wrapping to 60isaacs
2013-07-12help: Take an optional initial numeric section argisaacs
2013-07-11build: Don't prepend package name onto manpagesisaacs
2013-07-11help-search: update for new doc structureisaacs
2013-07-11help fixupisaacs
2013-07-11help: Use new doc file layoutisaacs
2013-07-11Don't print 'unbuild' on installisaacs
2013-07-10Put 6 bytes of random in tmp folder nameisaacs
2013-06-25produce output what unbuild deletesRobert Kowalski
2013-06-25Fix bare `npm install` with npm_config_save=true.Robert Kowalski
2013-06-25ls: show git urls in parenthesesRobert Kowalski
2013-06-25ls: Don't call path.resolve on non-stringsisaacs
2013-06-22Fix bad variable reference in submodule.js.Alexey Kreschuk
2013-06-21Update everything to work with semver@2isaacs
2013-06-19adduser: Delete token after signing inisaacs
2013-06-19publish -f: Fail with the first error if unpublish failedisaacs
2013-06-17Use git repo or tarball as update sourceMatt Lunn
2013-06-17init-package-json@0.0.9isaacs
2013-06-08Separate tar and cache lockfile usageisaacs
2013-06-07cache: Handle cases where git url contains host more than onceisaacs
2013-06-07Don't put a / on resolved gitosis-style git urlsisaacs
2013-06-03install: Partial revert of 6ef60235f10a4caeac2038844fe9e1489d9aaf7disaacs
2013-06-02Use os.EOL instead of custom solutionsRobert Kowalski
2013-06-02doc: Mention --nodedir in npm install documentationMatt McClure
2013-05-30install: Ignore shrinkwrap when --no-shrinkwrap is setisaacs
2013-05-30install: Fold devDeps into shrinkwrap on top level noargs installisaacs
2013-05-29shrinkwrap: Exclude devDependencies from shrinkwrap fileisaacs
2013-05-20call the cb if topPackage doesn't have dependenciesDi Wu
2013-05-20Fix #3443: Object.keys errorRobert Kowalski
2013-05-18Revert "Use log.write instead of console.log to output pretty tree after inst...isaacs
2013-05-12Merge branch 'weird'isaacs
2013-05-12explore: Use correct shell valueisaacs
2013-05-12remove unused SPLIT_CHARRobert Kowalski
2013-05-11Fixes bug where the man field is an arrayFlorian Margaine
2013-05-11Use log.write instead of console.log to output pretty tree after installJohan Nordberg
2013-05-11Ignore preferGlobal for dependenciesFlorian Margaine
2013-05-11Show an error message if git is missing, fixes #3297Robert Kowalski
2013-05-11Remove some unused completionsForbesLindesay
2013-05-10Create missing configured prefix (fixes #3431)Schabse Laks
2013-05-10better error message for proxy users, fixes #3415Robert Kowalski
2013-05-04introduce npm-user-validate, related to #3362Robert Kowalski