17 releases (9 breaking)
new 0.9.0 | Jun 10, 2025 |
---|---|
0.7.0 | May 28, 2025 |
0.6.0 | Mar 20, 2025 |
0.4.0 | Dec 27, 2024 |
0.1.1 | Jul 23, 2024 |
#188 in Encoding
12,482 downloads per month
Used in 28 crates
(11 directly)
27KB
785 lines
deno_package_json
The package.json implementation used in the Deno CLI.
Versioning Strategy
This crate does not follow semver so make sure to pin it to a patch version. Instead a versioning strategy that optimizes for more efficient maintenance is used:
- Does deno_config still compile?
- If yes, it's a patch release.
- If no, it's a minor release.
Dependencies
~4.5–6.5MB
~113K SLoC