#deno #json #version #cli

deno_package_json

package.json implementation for the Deno CLI

13 releases (5 breaking)

new 0.5.2 Mar 11, 2025
0.5.0 Feb 24, 2025
0.4.0 Dec 27, 2024
0.2.1 Nov 25, 2024
0.1.1 Jul 23, 2024

#362 in HTTP server

Download history 2801/week @ 2024-11-20 2528/week @ 2024-11-27 2791/week @ 2024-12-04 3029/week @ 2024-12-11 3092/week @ 2024-12-18 2191/week @ 2024-12-25 1900/week @ 2025-01-01 3011/week @ 2025-01-08 3259/week @ 2025-01-15 3725/week @ 2025-01-22 3359/week @ 2025-01-29 2991/week @ 2025-02-05 2899/week @ 2025-02-12 3782/week @ 2025-02-19 3466/week @ 2025-02-26 2890/week @ 2025-03-05

13,465 downloads per month
Used in 26 crates (10 directly)

MIT license

25KB
711 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–6MB
~108K SLoC