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-06-16fix(workspaces): explicitly error in global modeGar
2021-05-20Add workspaces support to reify/rebuild commandsisaacs
2021-03-24fix(progress): re-add progress bar to reifyGar
2021-03-24fix(uninstall): use correct local prefixJames Chen-Smith
2021-03-22fix(usage): tie usage to configGar
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-05fix(npm) pass npm context everywhereGar
2021-01-15fix(docs): re-add `-S`Michael Garvin
2021-01-15fix(docs): re-add `--save` and explanation of when it is usefulMichael Garvin
2021-01-15fix(uninstall): match usage w/ docsMichael Garvin
2020-12-11Remove 'use strict'isaacs
2020-12-04test: add lib/uninstall.js testsRuy Adorno
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-07-29lint the lib folderisaacs
2020-05-08Consistent output for most reify() commandsisaacs
2020-05-08Fix (with hacky temporary code in some cases) usage output for all commandsisaacs
2018-03-23standardizeRebecca Turner
2017-07-06install: Insist on full tree when mutating with a package.lockRebecca Turner
2017-05-26uninstall: defer arg clearing till after global dir is filteredRebecca Turner
2017-05-26test: modernize uninstall-saveRebecca Turner
2017-05-26install,uninstall: Disable fake children when installing one mod or uninstallingRebecca Turner
2017-05-26install: Make removing packages work w/o package.jsonRebecca Turner
2017-05-26uninstall: remove stray console.logKat Marchán
2017-05-26uninstall: When removing direct deps don't remove if also transitive depRebecca Turner
2017-05-26feat(save): fix update and improve experience of moving deps between dep typesKat Marchán
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2016-12-13uninstall: Skip top level lifecycles when uninstallingRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2015-07-10install: uninstall: Limit global tree manipulation to named pkgsRebecca Turner
2015-06-26uninstall: Support "no arguments"=global action semanticsRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Make `npm uninstall -g` uninstall the current packageRebecca Turner
2015-06-26Add logging of current install stageRebecca Turner
2015-06-26Filter out all of the modules not currently in play with global operationsRebecca Turner
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
2015-02-27rm: npm rm <noargs> globally removes (unlinks) '.'isaacs
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2013-06-21Update everything to work with semver@2isaacs
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-06-17Add the --save-bundle configisaacs
2012-06-17Fix #2452 Use --save(-dev|-optional) in npm rmisaacs
2012-06-11Use read-package-json depisaacs