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-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
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2015-07-01publish: Label and clear progress bar on publishAndrew Crites
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-04-24unpublish: extract config into functionForrest L Norvell
2015-03-03publish, config: move tag-semver testsmikes
2015-01-29publish: only set `access` when explicitly setForrest L Norvell
2015-01-23add access qualifier to publishingForrest L Norvell
2014-12-23registry URL always ends in / (fixes #6982)Forrest L Norvell
2014-10-31handle caching of metadata in npm itselfForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell