File tree Expand file tree Collapse file tree 3 files changed +16
-18
lines changed
Expand file tree Collapse file tree 3 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 33![ hyparquet parakeets] ( hyparquet-compressors.jpg )
44
55[ ![ npm] ( https://img.shields.io/npm/v/hyparquet-compressors )] ( https://www.npmjs.com/package/hyparquet-compressors )
6+ [ ![ minzipped] ( https://img.shields.io/bundlephobia/minzip/hyparquet-compressors )] ( https://www.npmjs.com/package/hyparquet-compressors )
67[ ![ workflow status] ( https://github.com/hyparam/hyparquet-compressors/actions/workflows/ci.yml/badge.svg )] ( https://github.com/hyparam/hyparquet-compressors/actions )
7- [ ![ mit license] ( https://img.shields.io/badge/License-MIT-blue .svg )] ( https://opensource.org/licenses/MIT )
8+ [ ![ mit license] ( https://img.shields.io/badge/License-MIT-orange .svg )] ( https://opensource.org/licenses/MIT )
89![ coverage] ( https://img.shields.io/badge/Coverage-86-darkred )
910
1011This package exports a ` compressors ` object intended to be passed into [ hyparquet] ( https://github.com/hyparam/hyparquet ) .
@@ -24,7 +25,7 @@ import { compressors } from 'hyparquet-compressors'
2425await parquetRead ({ file, compressors, onComplete: console .log })
2526```
2627
27- See [ hyparquet] ( https://github.com/hyparam/hyparquet ) repo for further info.
28+ See [ hyparquet] ( https://github.com/hyparam/hyparquet ) repo for more info.
2829
2930# Compression formats
3031
Original file line number Diff line number Diff line change 22 "name" : " hyparquet-compressors" ,
33 "version" : " 1.0.0" ,
44 "description" : " Decompressors for hyparquet" ,
5+ "author" : " Hyperparam" ,
6+ "homepage" : " https://hyperparam.app" ,
57 "keywords" : [
68 " brotli" ,
79 " decompress" ,
3638 "hysnappy" : " 1.0.0"
3739 },
3840 "devDependencies" : {
39- "@babel/eslint-parser" : " 7.25.9 " ,
40- "@rollup/plugin-commonjs" : " 28.0.1 " ,
41- "@rollup/plugin-node-resolve" : " 15.3.0 " ,
41+ "@babel/eslint-parser" : " 7.26.10 " ,
42+ "@rollup/plugin-commonjs" : " 28.0.3 " ,
43+ "@rollup/plugin-node-resolve" : " 16.0.1 " ,
4244 "@rollup/plugin-terser" : " 0.4.4" ,
43- "@types/node" : " 22.10.1" ,
44- "@vitest/coverage-v8" : " 2.1.8" ,
45- "eslint" : " 9.16.0" ,
46- "eslint-plugin-import" : " 2.31.0" ,
47- "eslint-plugin-jsdoc" : " 50.6.0" ,
48- "hyparquet" : " 1.6.3" ,
49- "rollup" : " 4.28.1" ,
50- "typescript" : " 5.7.2" ,
51- "vitest" : " 2.1.8"
45+ "@types/node" : " 22.13.10" ,
46+ "@vitest/coverage-v8" : " 3.0.9" ,
47+ "eslint" : " 9.22.0" ,
48+ "eslint-plugin-jsdoc" : " 50.6.8" ,
49+ "hyparquet" : " 1.9.1" ,
50+ "rollup" : " 4.36.0" ,
51+ "typescript" : " 5.8.2" ,
52+ "vitest" : " 3.0.9"
5253 }
5354}
Original file line number Diff line number Diff line change @@ -13,7 +13,3 @@ export type Compressors = {
1313}
1414
1515export const compressors : Compressors
16-
17- declare module 'brotli/decompress' {
18- export default function ( input : Buffer , outputLength : number ) : Buffer
19- }
You can’t perform that action at this time.
0 commit comments