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
2021-01-28feat: add npm diffruyadorno/npm-diffRuy Adorno
2021-01-28chore(tests): skip coverage for results.sortGar
2021-01-28fix: publish: delay registry & login check till publishConfig mergedr-js
2021-01-15fix: npm ls global testsRuy Adorno
2021-01-15fix(docs): clean up `npm search` docsMichael Garvin
2021-01-15fix(link): already linked packages w/ global prefixnlf
2021-01-15fix(docs): clean up `npm token` docsMichael Garvin
2021-01-15fix(docs): clean up `npm unpublish` docsMichael Garvin
2021-01-15fix(docs): re-add `-S`Michael Garvin
2021-01-15fix(docs): re-add `--save` and explanation of when it is usefulMichael Garvin
2021-01-15fix(uninstall): match usage w/ docsMichael Garvin
2021-01-07add foreground-scripts optionisaacs/foreground-scriptsisaacs
2021-01-07fix(ci): pay attention to --ignore-scriptsMichael Garvin
2021-01-07pass extra arguments directly to run-script as an arraynlf/fix-script-argsnlf
2021-01-07Updated the url for RFC 19 so that it isn't a 404.Jeff Griffiths
2021-01-07fix: npm publish --dry-run should not check login statusfuhao.xu
2021-01-07Remove process.umask() call from config defaultisaacs/remove-process-umaskisaacs
2020-12-18tiny lint fixisaacs
2020-12-18remove the metrics sendernlf/remove-metricsnlf
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-18Pass full set of options to login helper functionsisaacs
2020-12-15remove some unused modulesnlf
2020-12-15add tests for org commandnlf
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-09fix: arborist inventory change updateRuy Adorno
2020-12-04chore: remove unused filesRuy 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