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-11-04chore: refactor commandsGar
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-06-11fix(link): do not prune packagesRuy Adorno
2021-05-27feat(link): add workspace supportisaacs
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-03-24fix(progress): re-add progress bar to reifyGar
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-02-25chore(refactor): promisify completion scriptsGar
2021-01-15fix(link): already linked packages w/ global prefixnlf
2020-12-11Remove 'use strict'isaacs
2020-11-27fix: npm link <pkg> should not save package.jsonRuy Adorno
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-09-16fix: reenable npm link from registryRuy Adorno
2020-09-16test: add lib/link.js testsRuy Adorno
2020-07-29lint the lib folderisaacs
2020-05-08fix(link): missing exportsRuy Adorno
2020-05-08Consistent output for most reify() commandsisaacs
2018-03-23standardizeRebecca Turner
2017-10-12build: Extract bin-links and gentle-fs to a separate library. (#18500)Mike Sherov
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-09-10link: allow npm link to run on windows with prerelease versions of nodeJon Hall
2015-08-08install: don't run lifecycle for `install --link`murgatroid99
2015-07-17link: Fix linking of scoped modulesRebecca Turner
2015-07-01link: fix `npm link package-name`Rebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-03-27link: use absolute links when `npm link`ing.Kazuhito Hokamura
2015-03-12link: rm rmForrest L Norvell
2014-07-22path.basename(pp) => npa(pkgId).name (fixes #5758)fengmk2
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-02-15Forbid deleting important npm dirsisaacs
2014-02-15link: do not allow linking unnamed packagesisaacs
2013-01-19readdir more carefullyisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-12No long silly relative pathsisaacs
2012-06-12Replace relativize with path.relativeisaacs
2012-06-11Use read-package-json depisaacs
2012-06-09Enable npm link on windowsisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-02-25Add XXX comments regarding --json supportisaacs