Hugging Face Open-Source Grant

This commit is contained in:
Kenny Daniel 2024-06-18 09:56:00 -07:00
parent 54934d916c
commit 60630f9963
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 9 additions and 3 deletions

@ -223,3 +223,9 @@ await parquetRead({ file, compressors, onComplete: console.log })
- https://github.com/google/snappy
- https://github.com/ironSource/parquetjs
- https://github.com/zhipeng-jia/snappyjs
## Contributions
Contributions are welcome!
Hyparquet development is supported by an open-source grant from Hugging Face :hugs:

@ -27,12 +27,12 @@
"typecheck": "tsc"
},
"devDependencies": {
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@types/node": "20.14.5",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.9",
"eslint-plugin-jsdoc": "48.2.12",
"http-server": "14.1.1",
"hyparquet-compressors": "0.1.4",
"typescript": "5.4.5",