npm-package-arg
npm-package-arg copied to clipboard
Parse the things that can be arguments to `npm install`
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.6.0 to 3.8.1. Release notes Sourced from @npmcli/template-oss's releases. v3.8.1 3.8.1 (2022-09-01) Bug Fixes 70782b3 #179 fix: update a few release nits after trying it on the...
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...
# What / Why These things are all effectively the same: - name - name@ - name@* Right now, `name@` and `name` are parsed with `{type:'tag', fetchSpec: 'latest'}`, but `name@*`...
### Is there an existing issue for this? - [X] I have searched the existing issues Cross-posting here as this library will need to bump `hosted-git-info` once the issue has...
It seems to me that this is a missing property. If you input a scoped package, parsing both the left and the right side seems like a good idea for...
## References
Not sure if this is the right place for this check, but too far down and the context is lost Fixes npm/cli#3029 This PR conflicts with #42 but solves anything...
This PR lets `npm-package-arg` understand the `ipfs://` and `ipns://` protocols as part of zkat/pacote#173.
Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 18.7.2. Release notes Sourced from tap's releases. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release...
:robot: I have created a release *beep* *boop* --- ## [11.0.2](https://github.com/npm/npm-package-arg/compare/v11.0.1...v11.0.2) (2024-03-20) ### Documentation * [`1765111`](https://github.com/npm/npm-package-arg/commit/17651118e122ea7c95a930285b228ccb1609652c) [#171](https://github.com/npm/npm-package-arg/pull/171) readme: fix broken badge URL (#171) (@10xLaCroixDrinker) ### Chores * [`207ba7d`](https://github.com/npm/npm-package-arg/commit/207ba7d5cf32c6daa4fd2aad644e8371dd33e0de) [#168](https://github.com/npm/npm-package-arg/pull/168) postinstall...