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
AgeCommit message (Expand)Author
2022-05-25fix: add global getter to npm class (#4935)nlf
2022-05-03fix: start consolidating color outputGar
2022-04-04fix: remove dedupe --saveGar
2022-03-28fix: consolidate command alias codeGar
2022-03-28fix: move shellout logic into commandsGar
2022-03-24feat: add logs-dir config to set custom logging locationLuke Karrys
2022-03-02fix: ignore implict workspace for some commands (#4479)Nathan Fritz
2022-02-24chore(cli): remove log option from being passed anywhereLuke Karrys
2021-12-02feat: streaming debug logfileLuke Karrys
2021-11-22chore: remove get-project-scope utilsYucel Okcu
2021-11-05chore: update to latest eslint and linting rulesGar
2021-11-04chore: refactor commandsGar
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-10-07feat: drop node 10, 11, and programmatic apiGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-07-22fix(config): consolidate use of npm.colorGar
2021-07-12chore(refactor): refactor exit handler and testsGar
2021-07-12chore(exit): log any un-ended timingsGar
2021-06-23chore(refactor): async npm.loadGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-03-26Always set npm.command to canonical command nameisaacs/set-npm-command-to-canonical-commandisaacs
2021-03-19restore npm.flatOptions.npmCommandisaacs/restore-npm-command-flat-optionisaacs
2021-03-19feat: add run-script workspacesRuy Adorno
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18update lib/*.js to use new config structuresisaacs
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-03-04Remove unused arguments on various function callsNathan Shively-Sanders
2021-02-22Do not print error banner for shell proxy commandsisaacs
2021-02-02fix(lib/npm): do not clobber config.execPathGar
2020-12-18remove the metrics sendernlf/remove-metricsnlf
2020-12-18Add max-len to lint rulesEdu93Jer
2020-11-13Set process.title a bit more usefullyisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-23Properly set npm_command environment variable.isaacs
2020-10-07remove user-agent related codenlf
2020-08-20move flat-options.js from lib/config/ to lib/utils/isaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-08-07new npm-specific update-notifier implementationisaacs
2020-07-29test: more affordances for Windowsisaacs
2020-07-29lint the lib folderisaacs
2020-07-29refactor and test for main cli scriptisaacs
2020-07-29tests for main npm moduleisaacs
2020-07-29use set-user-agent utilisaacs
2020-07-29Assign usage/completion to npm.commands[x] for completion supportisaacs
2020-07-29update dependencies, refactor config loading to asyncisaacs
2020-07-29First pass refactoring npm.js and npm-cli.jsisaacs
2020-06-09feat: make find-dupes top-level commandclaudiahdz
2020-06-06feat: add dryRun to dedupeclaudiahdz