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-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
2014-01-08Fix updating Git URLs with credentials in themDaniel Santiago
2014-01-07 Tidy search output via columnify.Tim Oxley
2014-01-06Fixes #3767 (npm install overwrites npm link)Evan Lucas
2014-01-02Note that email address is publicisaacs
2013-12-26Handle circular dep installs properlyJames Halliday
2013-12-26adduser: Default all fields to empty stringisaacs
2013-12-23Allow npm bugs for the current directoryEvan Lucas
2013-12-23On a 404, specify the parent package if it existsEvan Lucas
2013-12-18append original filename to shasum errorAlex Kocharin
2013-12-17Avoid installing URL dependencies multiple times.Steve Mason
2013-12-17Use path-is-inside@1.0.0 to fix #4313.Domenic Denicola
2013-12-16conf: Fix docs, add a test for docsisaacs
2013-12-16do not add root pkg to ancestorsisaacs
2013-12-16Add --ignore-scripts option.Quinn Slack
2013-12-11Revert "Avoid installing URL dependencies multiple times."isaacs
2013-12-09Add option for omitting `git tag` on `npm version`Evan Lucas
2013-12-03Fix error when using `npm help foo bar baz`.Sébastien Santoro
2013-12-03Fix incorrect is-inside-a-directory checking.Domenic Denicola