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-08-21replace a 'let' with 'const' in lib/logout.jsisaacs
2020-08-21config.del() -> config.delete()isaacs
2020-08-21test: add lib/logout.js unit testsRuy Adorno
2020-08-21lint fixesisaacs
2020-08-21fix pulseWhileDone promise handlingisaacs
2020-08-21help: show usage when help-search finds no resultsisaacs
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-18use @npmcli/config for configurationisaacs
2020-08-18bin: use our path util instead of osenvisaacs
2020-08-18remove files replaced by the @npmcli/config moduleisaacs
2020-08-18a utility for config defaults, types, and shorthandsisaacs
2020-08-18a utility for getting the PATH env as an arrayisaacs
2020-08-18tests: add npm-auditclaudiahdz
2020-08-18chore: refactor adduserRuy Adorno
2020-08-18chore: migrate to levenjamesgeorge007
2020-08-18fix: display multiple versions when --json on npm viewclaudiahdz
2020-08-11set-envs: include booleans, skip already-set envsisaacs
2020-08-11@npmcli/run-script@1.5.0isaacs
2020-08-07Direct users to our GitHub issues instead of npm.communityisaacs
2020-08-07update doctor commandisaacs
2020-08-07refactor and test for installed-shallow completionisaacs
2020-08-07new npm-specific update-notifier implementationisaacs
2020-08-06Improve abbrevs for install and helpisaacs
2020-08-05pack: set correct filename for scoped packagesisaacs
2020-08-05pack: output generated tarball filenameisaacs
2020-08-04test: refactor dist-tag to test/libRuy Adorno
2020-08-04reify-output: do not blow up if diff is missingisaacs
2020-08-04feat: `npm repo` support `repository.directory` fieldMasafumi Koba
2020-08-04test: enforce full coverageisaacs
2020-08-04remove qw dependencyisaacs
2020-08-04refactor and lint commands, make consistentisaacs
2020-08-04Fix lingering figgy puddy in loginisaacs
2020-08-04refactor npm init, use npm exec instead of libnpxisaacs
2020-08-04remove unused lifecycle utilisaacs
2020-08-04completion: code cleanup. still pending full unit testsisaacs
2020-08-04update: depth defaults to 0 now, not Infinityisaacs
2020-08-04Set stdioString: true on install scriptsisaacs
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-30lint fixesisaacs
2020-07-30unit tests for npm run-scriptisaacs
2020-07-30Fix completion for partial commandsisaacs
2020-07-30tests for start, stop, restartisaacs
2020-07-30test for npm testisaacs
2020-07-30unit test and bugfix for lifecycle-cmd utilisaacs
2020-07-30fix lintfix script, use flat ternariesisaacs