Go to file
Microsoft Provenance Contributions 7c39062216
Update package.json to include the repository key (#19)
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-css
2021-08-17 11:20:41 -07:00
bindings Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
corpus Fix parsing of negative numbers (#12) 2021-03-04 15:25:23 -08:00
examples Generalize plain value definition, add examples to parse 2018-10-30 11:10:03 -07:00
queries Add colon hl (#15) 2021-02-12 10:45:27 -08:00
src Fix parsing of negative numbers (#12) 2021-03-04 15:25:23 -08:00
.appveyor.yml Use node 10 on travis and appveyor 2019-05-10 13:21:49 -07:00
.gitattributes Don't count generated files in github language stats 2018-09-30 16:31:49 -07:00
.gitignore Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
.npmignore Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
.travis.yml Use node 10 on travis and appveyor 2019-05-10 13:21:49 -07:00
Cargo.toml 0.19.0 2021-03-04 14:45:38 -08:00
LICENSE Add MIT license 2018-11-21 14:02:16 -08:00
README.md Add README 2018-09-30 16:23:23 -07:00
binding.gyp Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
grammar.js Fix parsing of negative numbers (#12) 2021-03-04 15:25:23 -08:00
package.json Update package.json to include the repository key (#19) 2021-08-17 11:20:41 -07:00

README.md

tree-sitter-css

Build Status Build status

CSS grammar for tree-sitter.

References