mirror of
https://github.com/asadbek064/hyparquet-compressors.git
synced 2026-01-11 05:16:36 +00:00
Publish v0.1.0
This commit is contained in:
parent
567d14617e
commit
c73ac7e5b7
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ coverage
|
||||
node_modules
|
||||
package-lock.json
|
||||
dist
|
||||
*.tgz
|
||||
.vscode
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
# hyparquet decompressors
|
||||
|
||||
[](https://www.npmjs.com/package/hyparquet-compressors)
|
||||
[](https://github.com/hyparam/hyparquet-compressors/actions)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||

|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
{
|
||||
"name": "hyparquet-compressors",
|
||||
"version": "0.1.0",
|
||||
"description": "hyparquet decompressors",
|
||||
"description": "Decompressors for hyparquet",
|
||||
"keywords": [
|
||||
"brotli",
|
||||
"decompress",
|
||||
"decompression",
|
||||
"decompressor",
|
||||
@ -17,6 +18,9 @@
|
||||
"url": "git+https://github.com/hyparam/hyparquet-compressors.git"
|
||||
},
|
||||
"main": "src/index.js",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"type": "module",
|
||||
"types": "src/index.d.ts",
|
||||
"scripts": {
|
||||
|
||||
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
@ -1,3 +1,3 @@
|
||||
import { Compressors } from 'hyparquet'
|
||||
import type { Compressors } from 'hyparquet'
|
||||
|
||||
export const compressors: Compressors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user