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
2017-05-26standard: fix some loose endsKat Marchán
2017-05-26install: call saveRequested even if no changes, to regenerate package-lockKat Marchán
2017-05-26install: Run preinstall prior to reading the treeRebecca Turner
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-26fix(link): a package is a link if any of its ancestors is a linkKat Marchán
2017-05-26fix(pkg-lock): refetch metadata for unfamiliar pkgsKat Marchán
2017-05-26fix(save): write a package-lock even if no changes madeKat Marchán
2017-05-26install: Still save changes when node_modules started out emptyRebecca Turner
2017-05-26install: Don't show removed or failed modules in debugging treesRebecca Turner
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26fix(save): pay attention to save typeKat Marchán
2017-05-26fix(shrinkwrap): force installs to use the shrinkwrap treeRebecca Turner
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-05-26install: Fetch as much registry metadata we can at once (#16422)Rebecca Turner
2017-05-26install: Print warnings before summaryRebecca Turner
2017-05-26install: Replace post install module list with summary reportRebecca Turner
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2017-02-24install: Guard against super early errors crashing the installerRebecca Turner
2016-12-13metrics: Record and report success metricsRebecca Turner
2016-11-18install: Pass in better context to rollbacksRebecca Turner
2016-10-20install: Use readShrinkwrap to read top level shrinkwrapRebecca Turner
2016-10-20install: rename prepublish.js to prepare.jsForrest L Norvell
2016-10-19npat: Remove the npat featureRebecca Turner
2016-09-09install: Include warning details at verbose log levelRebecca Turner
2016-08-11install: Run top level preinstall before installing dependenciesJason Palmer
2016-07-01install: Load shrinkwrap before arg metadataRebecca Turner
2016-07-01install: Resolve local args relative to cwdRebecca Turner
2016-07-01doc: Fix old reference to `doc/install` in commentAdam Stankiewicz
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-06-16todo: Add notes about eventually calls to recalculateMetadataRebecca Turner
2016-06-16install: Remove install pruning stageRebecca Turner
2016-06-16install: Rewrite computeLinked to not use _requiredByRebecca Turner
2016-06-16deps: Consistently use userRequired & existingRebecca Turner
2016-06-16install: Use removeObsoleteDep when removing from phys treeRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-04-22install: failing to parse package.json should be errorDaijiro Wachi
2016-03-04ls: Don't pass through options intended for install to ls summary at end.Chris Warren
2016-03-04install: Make install reports only include versions installedRebecca Turner
2015-12-04install: stop special-casing commits after removesRebecca Turner
2015-11-20install: Emit install warnings using error-handlerRebecca Turner
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09install: Update --only option to install only the argument env regardless of ...Daijiro Wachi
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-10-01install: Switch from clone to a tree-copier that's aware of our datastructuresRebecca Turner
2015-09-25get-package-id: Don't infer package names outside of UXRebecca Turner
2015-09-18ls: install: Stop warning about cruft in module directoriesRebecca Turner