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/test
AgeCommit message (Expand)Author
2020-12-11Set NODE_ENV=production if 'dev' is on the omit listisaacs/set-node-env-productionisaacs
2020-12-11tests for npm doctornlf/doctor-testsnlf
2020-12-11ci: run install scripts for root projectisaacs/ci-scriptsisaacs
2020-12-11fix: lib/team.js tweaks and testsRuy Adorno
2020-12-11minor cleanup of completion command and add testsnlf/completion-testsnlf
2020-12-11fix: npm search include/excludeRuy Adorno
2020-12-09fix: minor tweaks to lib/unpublish.jsRuy Adorno
2020-12-09allow for passing object keys to searchopts to allow paginationnlf/search-optsnlf
2020-12-09refactor deprecate command and add testsnlf/deprecate-testsnlf
2020-12-09test: add lib/shrinkwrap.js testsRuy Adorno
2020-12-04test: add lib/uninstall.js testsRuy Adorno
2020-12-04feat: add npm set-scriptYash-Singh1
2020-12-04test: add lib/update.js testsRuy Adorno
2020-12-04Do not run interactive exec in CI when a TTYisaacs
2020-12-03Use @npmcli/run-script for exec, explore; add interactive execisaacs
2020-11-27fix: npm link <pkg> should not save package.jsonRuy Adorno
2020-11-27test: add lib/rebuild.js testsRuy Adorno
2020-11-27test: add tests to lib/stars.jsRuy Adorno
2020-11-27test: fix npm run testRuy Adorno
2020-11-20fix: npm init flat-optionsRuy Adorno
2020-11-20fix: npm version usageRuy Adorno
2020-11-20fix: npm unstarRuy Adorno
2020-11-17test: fix line-endings for builtin config saving testisaacs
2020-11-17lint tests before publishingisaacs
2020-11-17test: catch errors and fix coverage slippageisaacs
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-11-17test: add tests for lib/init.jsRuy Adorno
2020-11-13explain-dep: handle shortening edge from root projectisaacs
2020-11-13send json errors to stderr, not stdoutisaacs
2020-11-13Set process.title a bit more usefullyisaacs
2020-11-13fix: legacy auth tokensRuy Adorno
2020-11-13fix: pass flatOptions through to Arborist.reify in npm ciDarcy Clarke
2020-11-10Support exec auto pick bin when all bin is aliasDr
2020-11-06tests for `npm cache` command, and 2 tiny bugfixesnlf
2020-11-06npmlog.notice the registry when using 'npm login'Jason Attwood
2020-11-06run: default the 'start' script when server.js presentisaacs
2020-11-04Support publishing any kind of spec, not just directoriesisaacs
2020-11-03Support *all* conf keys in publishConfigisaacs
2020-10-30test: add tests for test/lib/utils/replace-info.jsRuy Adorno
2020-10-30fix: in run-script, if loglevel is silent, disable banner optionMichele Azzolari
2020-10-30delete the contents of node_modules onlynlf
2020-10-30fix: npm exec on folders missing package.jsonRuy Adorno
2020-10-30use sh as default unix shell, not bashisaacs
2020-10-27view: Better errors when package.json is not JSONisaacs
2020-10-27skip the prompt when in a known ci environmentnlf
2020-10-23fix: npm owner refactorRuy Adorno
2020-10-23fix: npm configRuy Adorno
2020-10-23test: add lib/config.js testsRuy Adorno
2020-10-23Properly set npm_command environment variable.isaacs
2020-10-20fix: don't suppress run output when `--silent` is passedGareth Jones