Go to file
Microsoft Provenance Contributions 161a92474a
Update package.json to include the repository key (#31)
With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to enable OSS consumers to track packages back to their public sources.
We've identified that the following packages published to NPM do not report where sources can be found, typically accomplished by including a link to your GitHub repository in your `package.json` REPOSITORY field. This PR was created to add this value, ensuring future releases will include this provenance information.
Published NPM packages with repository information:
* tree-sitter-html
2021-08-17 11:20:56 -07:00
bindings Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
corpus Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 -07:00
examples Fix memory errors for deeply-nested HTML 2018-07-18 11:24:15 -07:00
queries Update queries to make use of new features 2020-07-20 12:46:52 -07:00
src Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 -07:00
.appveyor.yml Use node 10 on travis and appveyor 2019-05-10 12:49:19 -07:00
.gitattributes Count scanner but not parser in GH language stats 2018-06-13 09:34:38 -07:00
.gitignore Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
.npmignore Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
.travis.yml Use node 10 on travis and appveyor 2019-05-10 12:49:19 -07:00
Cargo.toml Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
LICENSE Initial commit 2018-06-11 16:59:22 -07:00
README.md Add README, CI config files 2018-06-11 17:22:50 -07:00
binding.gyp Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
grammar.js Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 -07:00
package.json Update package.json to include the repository key (#31) 2021-08-17 11:20:56 -07:00

README.md

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References