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
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
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-14attach the node version to the published documentForrest L Norvell
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-09-05remove pre-publish check for a future PRDylan Greene
2014-09-05allow local paths in package.json, but disallow publishingDylan Greene
2014-07-02username and email are now always scoped to a registryForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-02@scope:registry-base-url → @scope:registryForrest L Norvell
2014-07-02publish to scoped registriesForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-05-08devariadify cache.*Forrest L Norvell
2014-02-03publishConfig: conf.save() should save actual config, not pubConfisaacs
2013-06-19publish -f: Fail with the first error if unpublish failedisaacs
2013-02-11Make version and name optional (mostly)isaacs