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
AgeCommit message (Expand)Author
2020-12-09allow for passing object keys to searchopts to allow paginationnlf/search-optsnlf
2020-12-09refactor deprecate command and add testsnlf/deprecate-testsnlf
2020-12-09test: add lib/shrinkwrap.js testsRuy Adorno
2020-12-09fix: arborist inventory change updateRuy Adorno
2020-12-04chore: remove unused filesRuy Adorno
2020-12-04test: add lib/uninstall.js testsRuy Adorno
2020-12-04feat: add npm set-scriptYash-Singh1
2020-12-04test: add lib/update.js testsRuy Adorno
2020-12-04Do not run interactive exec in CI when a TTYisaacs
2020-12-03Use @npmcli/run-script for exec, explore; add interactive execisaacs
2020-11-27fix: npm link <pkg> should not save package.jsonRuy Adorno
2020-11-27test: add lib/rebuild.js testsRuy Adorno
2020-11-27test: add tests to lib/stars.jsRuy Adorno
2020-11-20fix: npm init flat-optionsRuy Adorno
2020-11-20fix: npm version usageRuy Adorno
2020-11-20fix: npm unstarRuy Adorno
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-11-17fix empty scriptsnlf
2020-11-17test: add tests for lib/init.jsRuy Adorno
2020-11-13explain-dep: handle shortening edge from root projectisaacs
2020-11-13send json errors to stderr, not stdoutisaacs
2020-11-13Set process.title a bit more usefullyisaacs
2020-11-13fix: legacy auth tokensRuy Adorno
2020-11-13fix: pass flatOptions through to Arborist.reify in npm ciDarcy Clarke
2020-11-10Support exec auto pick bin when all bin is aliasDr
2020-11-06tests for `npm cache` command, and 2 tiny bugfixesnlf
2020-11-06npmlog.notice the registry when using 'npm login'Jason Attwood
2020-11-06run: default the 'start' script when server.js presentisaacs
2020-11-04Support publishing any kind of spec, not just directoriesisaacs
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-30fix: in run-script, if loglevel is silent, disable banner optionMichele Azzolari
2020-10-30delete the contents of node_modules onlynlf
2020-10-30fix: npm exec on folders missing package.jsonRuy Adorno
2020-10-30use sh as default unix shell, not bashisaacs
2020-10-27view: Better errors when package.json is not JSONisaacs
2020-10-27pack: do not show individual files of bundled depsisaacs
2020-10-27skip the prompt when in a known ci environmentnlf
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-23eslint-plugin-standard@4.0.2isaacs
2020-10-23fix: npm owner refactorRuy Adorno
2020-10-23fix: npm configRuy Adorno
2020-10-23docs: use "dockhand" for static generationEdward Thomson
2020-10-23docs: update path to commandsEdward Thomson
2020-10-23Properly set npm_command environment variable.isaacs
2020-10-23docs: npm-dedupe through npm-installisaacs
2020-10-20fix: don't suppress run output when `--silent` is passedGareth Jones
2020-10-20Add --save-peer as a common option to npm installJake Champion
2020-10-20fix: check `result` when determining exit code of `ls <filter>`Gareth Jones