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-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
2020-10-20fix: check `result` when determining exit code of `ls <filter>`Gareth Jones
2020-10-16Handle errors from audit endpoint appropriatelyisaacs
2020-10-13Integration code for @npmcli/arborist@1.0.0isaacs
2020-10-13fix: make sure publishConfig is passed throughnlf
2020-10-09restore old npx behavior of running existing bins firstnlf
2020-10-09add file-exists util functionnlf
2020-10-09fix npx for non-interactive shellsnlf
2020-10-07update config related testsnlf
2020-10-07remove user-agent related codenlf
2020-10-06tests: tests for birthday commandnlf
2020-10-05tests: tests for root commandnlf
2020-10-05tests: tests for prefix commandnlf
2020-10-05tests: tests for bin commandnlf
2020-10-02Support --omit options in npm outdatedisaacs
2020-09-30chore: removed old test suiteRuy Adorno
2020-09-30add proxyzhaoxuxu
2020-09-29fix: npm outdated parsing invalid specsRuy Adorno
2020-09-29fix: listing deps of a linked depRuy Adorno
2020-09-29Add 'fetch-timeout' configisaacs
2020-09-29fix: npm ls <pkg> with depth cli configRuy Adorno
2020-09-29fix: added count on reify-outputRuy Adorno
2020-09-29chore: test coverage for token commandnlf
2020-09-29Fix EBADPLATFORM error message (#1876)Brian Jenkins
2020-09-22Add a 'check-coverage' script so we can track towards completionisaacs
2020-09-21chore: add tests for ping util and cmdNathan LaFreniere
2020-09-18chore: add get-identity testsNathan LaFreniere
2020-09-17chore: add whoami command testsNathan LaFreniere
2020-09-17npm ci should never save package.json or lockfileisaacs
2020-09-16fix: reenable npm link from registryRuy Adorno
2020-09-16test: add lib/link.js testsRuy Adorno
2020-09-16test: add outdated testsclaudiahdz
2020-09-16fix: npm view should not output extra newlineMyles Borins
2020-09-08Add 'npm explain' commandisaacs