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
2021-01-07pass extra arguments directly to run-script as an arraynlf/fix-script-argsnlf
2021-01-07fix: npm publish --dry-run should not check login statusfuhao.xu
2021-01-07test: add code coverage to missing branchisaacs
2021-01-07Remove process.umask() call from config defaultisaacs/remove-process-umaskisaacs
2020-12-18remove the metrics sendernlf/remove-metricsnlf
2020-12-18(docs,test): assorted typo fixesXhmikosR
2020-12-18fix: npm profile refactorRuy Adorno
2020-12-18Include prerelease versions when deprecatingTieg Zaharia
2020-12-18Support multiple set/get/deletes in npm configisaacs/config-set-multiisaacs
2020-12-18Add max-len to lint rulesEdu93Jer
2020-12-18raise an error early if publishing without login, registryisaacs/publish-fail-when-no-registry-no-loginisaacs
2020-12-18fix doctor test to work correctly for node pre-release versionsnlf/fix-doctor-testsnlf
2020-12-18Pass full set of options to login helper functionsisaacs
2020-12-15add tests for set commandnlf
2020-12-15add tests for org commandnlf
2020-12-15add tests for npm hooknlf
2020-12-15tests for npm helpnlf
2020-12-15tests and minor fix for help-search commandnlf
2020-12-15refactor editor dependency out of lib/confignlf
2020-12-15refactor edit, add testsnlf
2020-12-15move splitPackageNames to its own modulenlf
2020-12-15allow for rebuilding by pathnlf
2020-12-11Remove 'use strict'isaacs
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