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-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-03-18feat(help): refactor npm help/help-searchGar
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-01-15fix(docs): clean up `npm unpublish` docsMichael Garvin
2020-12-18Add max-len to lint rulesEdu93Jer
2020-12-11Remove 'use strict'isaacs
2020-12-09fix: minor tweaks to lib/unpublish.jsRuy Adorno
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-04refactor and lint commands, make consistentisaacs
2020-07-29lint the lib folderisaacs
2020-07-08remove trailing whitespaceisaacs
2020-07-08fix completion call signature in several commandsisaacs
2020-05-08chore: remove figgy-pudding from cliclaudiahdz
2020-05-08Fix (with hacky temporary code in some cases) usage output for all commandsisaacs
2020-05-08chore: update/removed usages of libnpmMichael Perrotte
2020-03-03chore(docs): update unpublish docs with both commands, removing policy info f...Amal Hussein
2019-06-30fix(unpublish): add space after hyphenFlorian Keller
2018-12-11unpublish: stop using npm-registry-clientKat Marchán
2018-03-23standardizeRebecca Turner
2017-05-26fixup: standard fixesKat Marchán
2017-05-26fix(unpublish): stop clearing caches for nowKat Marchán
2016-06-16output: Standardize how we write to stdoutRebecca Turner
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-04-24unpublish: check the publishConfig field as same behavior as npm publishDaijiro Wachi
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-08-30Run commands in prefix, not cwdisaacs
2014-07-17a.split('@') → npa(a)Forrest L Norvell
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-01relative URLS for working non-root registry URLSForrest 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
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2011-12-08Make it harder to accidentally the projectisaacs
2011-11-20Output something on publish/unpublishisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-29Closes #1199 Support 'npm unpublish .'isaacs
2011-03-22completion for unpublishisaacs