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-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
2013-10-27Add better error message for missing package.jsonRobert Kowalski
2013-07-24install: Replace warnings, reduce strictnessisaacs
2013-07-11Don't print 'unbuild' on installisaacs
2013-06-25Fix bare `npm install` with npm_config_save=true.Robert Kowalski
2013-06-21Update everything to work with semver@2isaacs
2013-06-03install: Partial revert of 6ef60235f10a4caeac2038844fe9e1489d9aaf7disaacs
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-18Revert "Use log.write instead of console.log to output pretty tree after inst...isaacs
2013-05-11Use log.write instead of console.log to output pretty tree after installJohan Nordberg
2013-03-20pass data along in addNamedTagisaacs
2013-02-11Fix leaking 'name' varisaacs
2013-02-06install: Fix regression introduced in 4fdd3c5isaacs
2013-02-06Guard against RangeError in findPeerInvalidisaacs
2013-01-30Error out if an installation results in invalid peer dependencies.Domenic Denicola
2013-01-30style: trivialisaacs
2013-01-30Avoid trying to simultaneously install invalid peer dependencies.Domenic Denicola
2013-01-30Don't build parent for peer depsisaacs
2013-01-28Fix bug in prettyWhere calculationDomenic Denicola
2013-01-19readdir more carefullyisaacs
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2013-01-19Add ENOTDIR check. (may need to be added to more checks)Carl Lange
2013-01-18fix #3046 --save properly when installing github shorthandsisaacs
2013-01-15Use stashed git sha in shrinkwrap installisaacs
2013-01-15stash resolved data on data._resolvedisaacs
2013-01-10install: Run prepublish on local top-level no-args installisaacs
2013-01-09Install peerDependencies.Domenic Denicola
2013-01-09install: Don't freak out if node_modules is emptyisaacs