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-02-25chore(refactor): promisify completion scriptsGar
2021-02-25feat(explain): mark when dependency is bundledkumavis
2021-02-22Move implementation to separate packageisaacs/hide-easter-egg-betterisaacs
2021-02-22chore(refactor): clean up lifecycle-cmdsGar
2021-02-22Do not print error banner for shell proxy commandsisaacs
2021-02-22fix(runScript): obey silent loglevelGar
2021-02-18throw an error when trying to dedupe in global modenlf/no-global-dedupenlf
2021-02-18restore the prefix on output from `npm version <inc>`nlf/restore-tag-prefix-on-versionnlf
2021-02-18fix: shrinkwrap in node v10.0Jordan Harband
2021-02-12[fix] node v10.0 lacks `fs.promises`Jordan Harband
2021-02-11fix(env): Do not clobber defined 'env' scriptisaacs
2021-02-08fix: prune optionalDeps ls compatRuy Adorno
2021-02-05fix(publish): follow configs for registry authGar
2021-02-05chore: utils cleanup and testsnlf
2021-02-02fix(lib/npm): do not clobber config.execPathGar
2021-02-02fix(exec): use latest version when possibleGar
2021-02-01Add test for ansi-trim moduleisaacs
2021-02-01test: Add test for npm-usage.js, and fix 'npm --long' outputisaacs
2021-02-01elaborate that npm help uses browserAlexander Riccio
2021-02-01wrap a timer around the rimraf call in npm-ciisaacs/ci-rm-timerisaacs
2021-02-01pass all settings through to pacote.packument, fixes #2060nlf/fix-proxy-outdatednlf
2021-02-01ignore the sort in help-search more broadlyisaacs/broader-istanbul-ignore-in-help-searchisaacs
2021-02-01remove aproba as top-level depisaacs
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