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/lib
AgeCommit message (Expand)Author
2022-11-09chore: use mock-registry in cli testsLuke Karrys
2022-11-02fix: don't set `stdioString` for any spawn/run-script callsLuke Karrys
2022-11-02fix: use promiseSpawn.open instead of openernlf
2022-11-02fix: use an absolute path to notepad.exe by default, correct docsnlf
2022-11-01feat: set --no-audit when installing outside of a project (like --global)Nathan Fritz
2022-10-19feat: output json formatted errors on stdout (#5716)Luke Karrys
2022-10-19feat: refuse to set deprecated/invalid config (#5719)Gar
2022-10-19fix: `npm hook ls` duplicates hook name prefixes (#5295)Gennadiy Gashev
2022-10-19feat: separate configs for `--timing` and `--loglevel`Luke Karrys
2022-10-19fix: account for new npm-package-arg behaviorGar
2022-10-19feat: add --install-strategy=hoisted|nested|shallow, deprecate --global-style...Nathan Fritz
2022-10-19deps: update the following dependenciesLuke Karrys
2022-10-13feat: introduce the `npm config fix` commandnlf
2022-10-13feat: explicitly validate config within the clinlf
2022-10-13fix(config): remove `node-version` and `npm-version`Gar
2022-10-13deps: hosted-git-info@6.0.0Luke Karrys
2022-10-12feat: rewrite docs generationLuke Karrys
2022-10-04fix: `npm link` should override `--install-links` (#5633)Nathan Fritz
2022-10-04feat: use v3 lockfiles by default (#5605)Nathan Fritz
2022-09-30feat: implement new `npm-packlist` behaviorLuke Karrys
2022-09-29docs: update docs/logging for new --access defaultGar
2022-09-27feat: write eresolve error files to the logs directoryLuke Karrys
2022-09-27feat: timings are now written alongside debug log filesLuke Karrys
2022-09-21feat: default auth-type to web (#5551)Gar
2022-09-21fix(audit): add a condition to allow third-party registries returning E400 (#...Juan Heyns
2022-09-21feat: separate login/adduser, remove auth types (#5550)Gar
2022-09-15feat(rewrite): rewrite `npm access`Gar
2022-09-08feat: remove `npm birthday` (#5455)Gar
2022-09-08feat: remove `npm set-script` (#5456)Gar
2022-09-08feat: remove `npm bin` (#5459)Gar
2022-09-08chore: fix failing tests in windows + node 18Luke Karrys
2022-08-25feat: add deprecation warnings to access commandsGar
2022-08-22fix: lintingGar
2022-08-17fix(explain): display override informationnlf
2022-08-17fix(ls): display overridden nodesnlf
2022-08-10chore: fix tests for @npmcli/run-script@4.2.1nlf
2022-08-10deps: @npmcli/config@4.2.1Gar
2022-08-10fix: ignore global prefix if --prefix is used (#5291)Gar
2022-08-09chore: allow for much slower tests (#5276)Gar
2022-08-03fix: properly find and run global scoped packages (#5250)Gar
2022-08-03fix: fix exec tests and clean up workspace-location-msgGar
2022-08-02fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the new...Neel Dani
2022-08-01feat: add npm query cmd (#5000)Ruy Adorno
2022-08-01fix(ls): when filtering workspaces, make sure the edge has a to before checki...nlf
2022-07-28fix: allow hash character in paths (#5122)Patryk Ludwikowski
2022-07-28fix(init): allow for spec on scope-only arg (#5206)Gar
2022-07-21fix: don't fail immediately if cache dir is not accessible (#5197)Luke Karrys
2022-07-20feat: Support pure web authentication for commandsJulian Møller Ellehauge
2022-07-20feat: accept registry-scoped certfile and keyfile as credentials (#5160)Jon Jensen
2022-07-12feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-typeNathan Fritz