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
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-17install peerDependencies from top (closes #6323)Forrest L Norvell
2014-10-04inflight installs, prevent peerDependency problemsForrest L Norvell
2014-10-03log errors on multi-{install,build}Forrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-27clean up locking; prefix lockfile with "."Forrest L Norvell
2014-09-26code style tweaksForrest L Norvell
2014-09-26lock cache β†’ lock targetForrest L Norvell
2014-09-23fix typoForrest L Norvell
2014-09-23Skip installation of installed scoped packages.Tim Oxley
2014-09-23npmconf decides what the default prefix isForrest L Norvell
2014-09-22Fix development dependency is preferred over dependency.Anders Janmyr
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-09-16Disabled `prepublish` when running production mode install.Jussi Kalliokoski
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-09-13Defer rollbacks to end of install.isaacs
2014-09-05stylistic cleanupsForrest L Norvell
2014-09-05move from fs.statSync ot fs.stat using asyncMapDylan Greene
2014-09-05use file:, fix tests.Dylan Greene
2014-09-05when saving, using file://Dylan Greene
2014-09-05allow local paths in package.json, but disallow publishingDylan Greene
2014-08-22make sure already install work for scoped packages不四
2014-07-17npm-package-arg replacements for split in installForrest L Norvell
2014-07-17invalid names in optional deps are an early errorForrest L Norvell
2014-07-17use npm-package-arguments when savingForrest L Norvell
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-05-23Always sort saved bundleDependenciesisaacs
2014-05-08devariadify cache.*Forrest L Norvell
2014-04-18Make `npm install` respect `config.unicode`Sean McGivern
2014-04-10adding save-prefix configuration optionThorsten Lorenz
2014-03-16read-installed@2.0.0isaacs
2014-02-21Add --save-exact config for --save[-dev|-optional].Tim Oxley
2014-02-21Sort dependencies when --save'ing.Domenic Denicola
2014-02-16default to ^ instead of ~Mikola Lysenko
2014-02-15read-installed@1.0.0isaacs
2014-02-07factor out npm-install-checksRobert Kowalski
2014-01-09Correct comment in lib/install.jsisaacs
2014-01-08Fix updating Git URLs with credentials in themDaniel Santiago
2014-01-06Fixes #3767 (npm install overwrites npm link)Evan Lucas
2013-12-26Handle circular dep installs properlyJames Halliday
2013-12-23On a 404, specify the parent package if it existsEvan Lucas
2013-12-17Avoid installing URL dependencies multiple times.Steve Mason
2013-12-16do not add root pkg to ancestorsisaacs
2013-12-11Revert "Avoid installing URL dependencies multiple times."isaacs
2013-11-26Avoid installing URL dependencies multiple times.Steve Mason
2013-11-26Always update git urlsRobert Kowalski