@ddbeck/mdn-content-inventory 0.2.20241211 → 0.2.20241213
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.json +1 -1
- package/package.json +1 -1
- package/readme.md +3 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# [@ddbeck/mdn-content-inventory](https://github.com/ddbeck/mdn-content-inventory)
|
|
2
2
|
|
|
3
|
+
`@ddbeck/mdn-content-inventory` is [MDN Web Docs content](https://github.com/mdn/content) metadata as a package.
|
|
4
|
+
You can use it to query MDN page metadata without having to clone the large repository and parse the frontmatter yourself.
|
|
5
|
+
|
|
3
6
|
MDN Web Docs page metadata and frontmatter by [Mozilla Contributors](https://developer.mozilla.org/en-US/docs/MDN/Community/Roles_teams#contributor) is licensed under [CC-BY-SA 2.5](https://creativecommons.org/licenses/by-sa/2.5/).
|
|
4
7
|
|
|
5
8
|
For the code that build, publishes, and exports the MDN data, see `LICENSE.txt`.
|