Gar

Results 494 comments of Gar

- [ ] Revert all of the hacks around "globstar" in packlist. Just use node-glob's patterns. This is just a [bug](https://github.com/npm/cli/issues/7514) [factory](https://github.com/npm/npm-packlist/issues/152) at this point.

https://github.com/npm/rfcs/pull/776

We should remove the npm audit fallback to the old endpoint. I don't think it works with lockfile v3 anyways.

#305 is still the next step but this isn't an active epic so it's ok to be closed.

https://github.com/npm/statusboard/issues/810

`npm query` shipped in npm 8

We should definitely be linking to the Node.js docs for these. These are not fields that npm parses per se, so they aren't really "npm" docs. Node interprets these and...

~~Typically we try to avoid unit tests like those written in `test/is-workspace-safe.js`~~ ~~Our testing approach is that we need to be able to reach it all from the surface area...

I think what's left is to fix the merge conflicts and to make sure we're ok with the tag it will make. Workspaces need to be tagged differently than the...

This is blocked while we figure out a feature flag approach for things like this.