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-07-21fix: don't fail immediately if cache dir is not accessible (#5197)Luke Karrys
2022-05-19fix: remove dead code from get-identityGar
2022-05-03feat: make npm owner workspace aware (#4835)Gar
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-10chore: mocknpm improvementsGar
2022-03-02fix: ignore implict workspace for some commands (#4479)Nathan Fritz
2021-12-02feat: streaming debug logfileLuke Karrys
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-12chore(refactor): refactor exit handler and testsGar
2021-06-23chore(tests): expose real mock npm objectGar
2021-06-23chore(refactor): async npm.loadGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-04-14tap@15.0.2Gar
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(usage): clean up usage declarationsGar
2021-03-05Get correct npm prefix on all Windows unix shellsisaacs/fix-windows-shell-binsisaacs
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-22Do not print error banner for shell proxy commandsisaacs
2020-12-18remove the metrics sendernlf/remove-metricsnlf
2020-12-18Support multiple set/get/deletes in npm configisaacs/config-set-multiisaacs
2020-12-11Remove 'use strict'isaacs
2020-11-27test: fix npm run testRuy Adorno
2020-11-17lint tests before publishingisaacs
2020-11-13Set process.title a bit more usefullyisaacs
2020-10-23Properly set npm_command environment variable.isaacs
2020-08-25Detect CI properly in flatOptions generationisaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-08-07new npm-specific update-notifier implementationisaacs
2020-08-04test: enforce full coverageisaacs
2020-07-29test: more affordances for Windowsisaacs
2020-07-29tests for main npm moduleisaacs