mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-31 17:36:36 +00:00
Hugging Face Open-Source Grant
This commit is contained in:
parent
54934d916c
commit
60630f9963
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user