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/test
AgeCommit message (Expand)Author
2020-09-29fix: npm outdated parsing invalid specsRuy Adorno
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-29chore: test coverage for token commandnlf
2020-09-29Fix EBADPLATFORM error message (#1876)Brian Jenkins
2020-09-22Add a 'check-coverage' script so we can track towards completionisaacs
2020-09-21chore: add tests for ping util and cmdNathan LaFreniere
2020-09-18chore: add get-identity testsNathan LaFreniere
2020-09-17chore: add whoami command testsNathan LaFreniere
2020-09-17npm ci should never save package.json or lockfileisaacs
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-16fix: npm view should not output extra newlineMyles Borins
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-04view: always fetch fullMetadata, and preferOnlineisaacs
2020-09-01test: add lib/utils/error-handler.js testsRuy Adorno
2020-09-01fix: exec legacyPeerDepsRuy Adorno
2020-09-01fix: npm ls extraneous workspacesRuy Adorno
2020-08-25feat: add ability to skip pre/post hooksRuy 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-21config.del() -> config.delete()isaacs
2020-08-21test: add lib/logout.js unit testsRuy Adorno
2020-08-20test: fix adduser tests post-new-configRuy Adorno
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-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-07refactor and test for installed-shallow completionisaacs
2020-08-07new npm-specific update-notifier implementationisaacs
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