Gar

Results 55 issues of Gar

### Summary Config like bare `_auth` is confusing, and should be removed. Users should tie it to a registry like `_authToken` ### Exit Criteria - [ ] Remove `_auth` config...

feature

As per feedback in https://github.com/npm/cli/pull/3484 perhaps an `undeprecate` command is in order?

It should only represent issues not both

bug

We want to refactor the commands to end up in a place where we can do per-command options and subcommands. - First refactor will be to move commands into isolated...

refactor
epic

BREAKING CHANGE: `x` and `x@` now return the same spec as `x@*` From https://github.com/npm/npm-package-arg/issues/45: Right now, `name@` and `name` are parsed with `{type:'tag', fetchSpec: 'latest'}`, but `name@*` is parsed as...

A refactor that pulls the commands into a well defined place, where npm can programmatically build its command list and aliases.

refactor

There is no need to manually call npm.load after you've initialized npm. It should happen automatically, and functions that npm exports can asynchronously block on load finishing before running. We...

refactor

There is a contribute.md for docs, which is great. There needs to be one for the code itself, just one for the whole org hopefully. Each repo can have a...

documentation
new contributor

A bunch of tiny tweaks to Arborist, in service of eventually cleaning it up and removing the mixin approach. Most of the fixes are like before: removing symbols in favor...