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
path: root/lib/utils
AgeCommit message (Expand)Author
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-25feat(explain): mark when dependency is bundledkumavis
2021-02-22Move implementation to separate packageisaacs/hide-easter-egg-betterisaacs
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-01Add test for ansi-trim moduleisaacs
2021-02-01test: Add test for npm-usage.js, and fix 'npm --long' outputisaacs
2021-02-01elaborate that npm help uses browserAlexander Riccio
2021-02-01remove aproba as top-level depisaacs
2021-01-28feat: add npm diffruyadorno/npm-diffRuy Adorno
2021-01-07add foreground-scripts optionisaacs/foreground-scriptsisaacs
2021-01-07Remove process.umask() call from config defaultisaacs/remove-process-umaskisaacs
2020-12-18remove the metrics sendernlf/remove-metricsnlf
2020-12-18Add max-len to lint rulesEdu93Jer
2020-12-15remove some unused modulesnlf
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-09fix: arborist inventory change updateRuy Adorno
2020-12-04chore: remove unused filesRuy Adorno
2020-12-04feat: add npm set-scriptYash-Singh1
2020-12-03Use @npmcli/run-script for exec, explore; add interactive execisaacs
2020-11-20fix: npm unstarRuy Adorno
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-30chore: cherry-pick cleanup logsclaudiahdz
2020-10-30use sh as default unix shell, not bashisaacs
2020-10-27pack: do not show individual files of bundled depsisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-23eslint-plugin-standard@4.0.2isaacs
2020-10-23docs: npm-dedupe through npm-installisaacs
2020-10-16Handle errors from audit endpoint appropriatelyisaacs
2020-10-13Integration code for @npmcli/arborist@1.0.0isaacs
2020-10-13fix: patch config.js to remove duplicate valuesDarcy Clarke
2020-10-13docs: v7 using npm config refreshRuy Adorno
2020-10-13fix: init config aliasesRuy Adorno
2020-10-09add file-exists util functionnlf
2020-10-07remove user-agent related codenlf
2020-10-07remove unused group config type, add some commentsnlf
2020-10-07expose npm-version through config defaultsnlf
2020-10-07expose ci-name through default confignlf
2020-10-07chore: alphabetize config propertiesnlf
2020-09-30add proxyzhaoxuxu