5 releases
0.1.3 | Aug 14, 2020 |
---|---|
0.1.2 | Aug 13, 2020 |
0.1.1 | Aug 12, 2020 |
0.1.0 | Aug 12, 2020 |
0.0.0 | Aug 11, 2020 |
#1950 in Encoding
1,640 downloads per month
Used in 3 crates
(2 directly)
12KB
174 lines
npm-package-json
A Rust library for parsing npm's
package.json
file.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
serde
mappings for npm's package.json
file format.
This does only implement the fields defined in the official npm documentation. It is common enough that packages define custom entries that are required by various tooling.
Dependencies
~0.8–1.7MB
~36K SLoC