UNPKG

@dpkit/zip

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

35 lines 772 B
{ "name": "@dpkit/zip", "type": "module", "main": "build/index.js", "version": "0.5.0", "license": "MIT", "author": "Evgeny Karev", "repository": "https://github.com/datisthq/dpkit", "description": "Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames", "keywords": [ "data", "polars", "dataframe", "datapackage", "tableschema", "typescript", "validation", "quality", "fair", "zip" ], "dependencies": { "yauzl-promise": "^4.0.0", "yazl": "^3.3.1", "@dpkit/core": "0.6.0", "@dpkit/file": "0.6.0" }, "devDependencies": { "@types/yauzl-promise": "^4.0.1", "@types/yazl": "^3.0.0" }, "scripts": { "build": "tsc --build" } }