parquetjs-lite
Version:
fully asynchronous, pure JavaScript implementation of the Parquet file format
35 lines (34 loc) • 742 B
JSON
{
"name": "parquetjs-lite",
"description": "fully asynchronous, pure JavaScript implementation of the Parquet file format",
"main": "parquet",
"version": "0.8.7",
"homepage": "https://github.com/ZJONSSON/parquetjs",
"author": "ironSource <npm@ironsrc.com>",
"license": "MIT",
"keywords": [
"dremel",
"parquet"
],
"repository": {
"type": "git",
"url": "git://github.com/ZJONSSON/parquetjs.git"
},
"dependencies": {
"int53": "^0.2.4",
"node-int64": "^0.3.3",
"snappyjs": "^0.6.0",
"varint": "^5.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"object-stream": "0.0.1",
"mocha": "^3.5.3"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=7.6"
}
}