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
2020-09-29fix: listing deps of a linked depRuy Adorno
2020-09-29Add 'fetch-timeout' configisaacs
2020-09-29fix: npm ls <pkg> with depth cli configRuy Adorno
2020-09-29fix: added count on reify-outputRuy Adorno
2020-09-29Fix EBADPLATFORM error message (#1876)Brian Jenkins
2020-09-22Add `--strict-peer-deps` optionisaacs
2020-09-16fix: reenable npm link from registryRuy Adorno
2020-09-16test: add lib/link.js testsRuy Adorno
2020-09-16test: add outdated testsclaudiahdz
2020-09-08Add 'npm explain' commandisaacs
2020-09-07Tighten up the output of dep node explanationsisaacs
2020-09-04Explain ERESOLVE errorsisaacs
2020-09-04fix: scope configRuy Adorno
2020-09-01test: add lib/utils/error-handler.js testsRuy Adorno
2020-09-01fix: npm ls extraneous workspacesRuy Adorno
2020-08-25fix: fund with multiple funding sourcesRuy Adorno
2020-08-25Detect CI properly in flatOptions generationisaacs
2020-08-23ensure npm-command header is sent properlyisaacs
2020-08-20move flat-options.js from lib/config/ to lib/utils/isaacs
2020-08-18move cmd-list from lib/config/ to lib/utils/isaacs
2020-08-18a utility for config defaults, types, and shorthandsisaacs
2020-08-18fix: display multiple versions when --json on npm viewclaudiahdz
2020-08-07new npm-specific update-notifier implementationisaacs
2020-08-06Improve abbrevs for install and helpisaacs
2020-08-05update update-notifier snapshotisaacs
2020-08-04test: refactor dist-tag to test/libRuy Adorno
2020-08-04refactor and lint commands, make consistentisaacs
2020-08-04npx: add install prompt, handle options correctlyisaacs
2020-08-04chore: refactor npm view, add unit testsclaudiahdz
2020-08-04fix: npm fund colors :rainbow:Ruy Adorno
2020-08-04chore: refactor fund tests to test/libRuy Adorno
2020-07-31Add 'npm exec', port npx to use it directlyisaacs
2020-07-30unit test for flat-options in proper locationisaacs
2020-07-30fix: npm ls duplicated itemsRuy Adorno
2020-07-30fix: test/lib/publish.js testRuy Adorno
2020-07-29test: properly clean reify-output snapshotisaacs
2020-07-29move reify-output util test to proper locationisaacs
2020-07-29test coverage and bugfix for reify-output utilisaacs
2020-07-29make ll a first-class command to make the cmd implementation easierisaacs
2020-07-29tests for error-message utilisaacs
2020-07-29move update-notifier into separate moduleisaacs
2020-07-29add unit test for cmd-list moduleisaacs
2020-07-28test: refactor publish testsclaudiahdz
2020-07-27test: add utils/tar.js testsclaudiahdz
2020-07-23fix: more dedupe edge casesRuy Adorno
2020-07-23fix: unmet label on deduped depsRuy Adorno
2020-07-23fix: archy output dedupe label colorRuy Adorno
2020-07-23fix: better handle problemsRuy Adorno
2020-07-23fix: deduped+filter issuesRuy Adorno
2020-07-22fix: add support to global npm lsRuy Adorno