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-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-25feat(explain): mark when dependency is bundledkumavis
2021-02-22chore(refactor): clean up lifecycle-cmdsGar
2021-02-22Do not print error banner for shell proxy commandsisaacs
2021-02-12[fix] node v10.0 lacks `fs.promises`Jordan Harband
2021-02-05chore: utils cleanup and testsnlf
2021-02-01test: do not depend on npm.version in usage testisaacs
2021-02-01Add test for ansi-trim moduleisaacs
2021-02-01test: Add test for npm-usage.js, and fix 'npm --long' outputisaacs
2021-01-07Remove process.umask() call from config defaultisaacs/remove-process-umaskisaacs
2020-12-18remove the metrics sendernlf/remove-metricsnlf
2020-12-18(docs,test): assorted typo fixesXhmikosR
2020-12-18Add max-len to lint rulesEdu93Jer
2020-12-15move splitPackageNames to its own modulenlf
2020-12-11Remove 'use strict'isaacs
2020-12-11Set NODE_ENV=production if 'dev' is on the omit listisaacs/set-node-env-productionisaacs
2020-12-09allow for passing object keys to searchopts to allow paginationnlf/search-optsnlf
2020-12-03Use @npmcli/run-script for exec, explore; add interactive execisaacs
2020-11-17test: fix line-endings for builtin config saving testisaacs
2020-11-17lint tests before publishingisaacs
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-11-13explain-dep: handle shortening edge from root projectisaacs
2020-11-13send json errors to stderr, not stdoutisaacs
2020-11-13fix: legacy auth tokensRuy Adorno
2020-11-03Support *all* conf keys in publishConfigisaacs
2020-10-30test: add tests for test/lib/utils/replace-info.jsRuy Adorno
2020-10-30use sh as default unix shell, not bashisaacs
2020-10-16Handle errors from audit endpoint appropriatelyisaacs
2020-10-13Integration code for @npmcli/arborist@1.0.0isaacs
2020-10-09add file-exists util functionnlf
2020-10-07update config related testsnlf
2020-10-07remove user-agent related codenlf
2020-09-30add proxyzhaoxuxu
2020-09-29Add 'fetch-timeout' configisaacs
2020-09-29fix: added count on reify-outputRuy Adorno
2020-09-29Fix EBADPLATFORM error message (#1876)Brian Jenkins
2020-09-21chore: add tests for ping util and cmdNathan LaFreniere
2020-09-18chore: add get-identity testsNathan LaFreniere
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-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-18a utility for getting the PATH env as an arrayisaacs
2020-08-18chore: migrate to levenjamesgeorge007