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
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
2012-06-07Replace the log util with npmlog moduleisaacs
2012-03-23Fix #2293 Don't try to 'uninstall' /isaacs
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-09-08Remove all reference to activate/deactivate from docs and commentsisaacs
2011-08-07Use rimraf instead of local thingisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Use asyncMap from slide moduleisaacs
2011-07-20Use chain function from slide moduleisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-05-11Close #872 Don't destroy the world on 'rm .'isaacs
2011-04-07Closes GH-780 unlink as reverse to linkisaacs
2011-03-22remove extraneous linesisaacs
2011-03-22completion for uninstallisaacs
2011-03-22Use prefix, and delete all the old commented-out crapisaacs
2011-03-22uninstallation in a folderisaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-02-11closes gh-569 Support stomping half-installsisaacs
2011-01-25Allow argless npm rm in package.json folder.isaacs