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
2021-10-27fix(publish): clean args before loggingGar
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-07-12fix(publish): obey --ignore-scripts flagGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-05-27fix(publish): skip private workspacesRuy Adorno
2021-05-20feat(unpublish): add workspace/dry-run supportGar
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-05-13feat(publish): add workspace supportGar
2021-03-22fix(usage): tie usage to configGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18update lib/*.js to use new config structuresisaacs
2021-03-18fix(publish): handle case where multiple config list is presentKenrick
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-22fix(runScript): obey silent loglevelGar
2021-02-05fix(publish): follow configs for registry authGar
2021-01-28fix: publish: delay registry & login check till publishConfig mergedr-js
2021-01-07fix: npm publish --dry-run should not check login statusfuhao.xu
2020-12-18raise an error early if publishing without login, registryisaacs/publish-fail-when-no-registry-no-loginisaacs
2020-12-11Remove 'use strict'isaacs
2020-11-04Support publishing any kind of spec, not just directoriesisaacs
2020-11-03Support *all* conf keys in publishConfigisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-13fix: make sure publishConfig is passed throughnlf
2020-08-04refactor and lint commands, make consistentisaacs
2020-07-29lint the lib folderisaacs
2020-07-28test: refactor publish testsclaudiahdz
2020-07-08remove trailing whitespaceisaacs
2020-05-08feat: publish only from local directoryclaudiahdz
2020-05-08chore: update/removed usages of libnpmMichael Perrotte
2018-12-11pacote: get rid of legacy pacoteOptsKat Marchán
2018-12-11publish: stop using npm-registry-clientKat Marchán
2018-11-26publish: Close the file descriptor if exiting upload via an error. (#80)Jacob
2018-08-21docs: add --dry-run to install and pack (#41)Francis Gulotta
2018-04-12publish: Better message when an "OTP" error occursJulien Deniau
2018-04-11pack: add shasum and integrity info to previewKat Marchán
2018-03-23standardizeRebecca Turner
2018-03-23pack/publish: --dry-run, --json, and package previews (#19908)Kat Marchán
2017-11-28pack/publish/install: fix git and tarball specs and checksum errors (#19163)Kat Marchán
2017-10-04publish: Prompt for OTP when required and we have a TTYRebecca Turner
2017-05-26lifecycle: added prepack and postpack (#16725)Kat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2016-11-04publish: simplify lifecycle invocationForrest L Norvell
2016-10-20prepublish: added prepublish warnings to npm installKat Marchán
2016-10-20lifecycle: prepublish-on-installForrest L Norvell