@dpkit/file
Version:
Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames
34 lines • 756 B
JSON
{
"name": "@dpkit/file",
"type": "module",
"version": "0.9.1",
"exports": "./build/index.js",
"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",
"file"
],
"dependencies": {
"chardet": "^2.1.0",
"exit-hook": "^4.0.0",
"hasha": "^6.0.0",
"isbinaryfile": "^5.0.4",
"tempy": "3.1.0",
"tiny-invariant": "^1.3.3",
"@dpkit/core": "0.10.0"
},
"scripts": {
"build": "tsc"
}
}