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
2014-04-30cache: Handle 404s and other HTTP errors as errorsisaacs
2014-04-29bump tap dep, make tests stderr a bit quieterisaacs
2014-04-23Include npm version in user-agent confisaacs
2014-04-18Make `npm install` respect `config.unicode`Sean McGivern
2014-04-18Add test for lifecycle.makeEnv()Yeonghoon Park
2014-04-18Fix lifecycle to pass `Infinity` for config env valueYeonghoon Park
2014-04-18Don't return 0 exit code on invalid commandEvan Lucas
2014-04-13view: handle unpublished packages properlyisaacs
2014-04-10update tap tests to hit no external dependencies.bcoe
2014-04-10do not log if silentRaynos (Jake Verbaten)
2014-04-10fix no such property errorJulian Gruber
2014-04-10adding save-prefix configuration optionThorsten Lorenz
2014-04-10cache: treat missing versions as a 404isaacs
2014-04-10cache: Save shasum, write resolved/etc data to cacheisaacs
2014-04-10cache: Always fetch root docisaacs
2014-04-10cache: don't repack unnecessarily from tmpisaacs
2014-04-06Don't crash if shrinkwrap-dependencies were not passed in pkginfoAndrey Kislyuk
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-18alias 't' to 'test'isaacs
2014-02-17serialize shrinkwrap payload in orderRaynos (Jake Verbaten)
2014-02-17assert that only files we locked get unlockedNeil Gentleman
2014-02-17clean git url before lockingNeil Gentleman
2014-02-17npm outdated --parseable fixYounghoon Park
2014-02-17more legible error message in config.get/setYazhong Liu
2014-02-17Respect --color settings in outdated.Tim Oxley
2014-02-17outdated: optimize out an extra HTTP requestisaacs
2014-02-16Check for file-ness in /-containing install argsisaacs
2014-02-16"install ./pkg@1.2.3" should install local moduleAlex Kocharin
2014-02-16default to ^ instead of ~Mikola Lysenko
2014-02-16prune: Added back --production supportDav Glass
2014-02-15dedupe: respect dependency versionsRafael de Oleza
2014-02-15Forbid deleting important npm dirsisaacs
2014-02-15link: do not allow linking unnamed packagesisaacs
2014-02-15read-installed@1.0.0isaacs
2014-02-14view: remove arbitrary cache limitisaacs
2014-02-13shrinkwrap: don't ignore devdevps that are also depsDi Wu
2014-02-08Skip changing ownership on win32Denis Gladkikh
2014-02-08Verify ownership of git cloned/fetched filesDenis Gladkikh
2014-02-07Show error to user on npm updateEvan Lucas
2014-02-07Replace references to isaacs/npm with npm/npm.Dylan Greene
2014-02-07factor out npm-install-checksRobert Kowalski
2014-02-03publishConfig: conf.save() should save actual config, not pubConfisaacs
2014-02-02Typo, "err" variable name should be "er".Andrew Horton
2014-01-20adduser: All defaults are empty strings if unfoundisaacs
2014-01-19Revert "prune: --production option to unbuild devDependencies"isaacs
2014-01-11npm-run: fix commands with whitespaces on windowsRobert Kowalski
2014-01-09Correct comment in lib/install.jsisaacs
2014-01-08Support multiple packagenames in `npm docs`.Tim Oxley