@flightstream/utils-arrow
Version:
Advanced utilities for working with Arrow data and Flight protocol in FlightStream for Node.js
59 lines (58 loc) • 1.47 kB
JSON
{
"name": "@flightstream/utils-arrow",
"version": "1.0.0-alpha.5",
"description": "Advanced utilities for working with Arrow data and Flight protocol in FlightStream for Node.js",
"main": "src/index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./src/index.js",
"./arrow-builder": "./src/arrow-builder.js",
"./schema-inference": "./src/schema-inference.js",
"./streaming-utils": "./src/streaming-utils.js"
},
"scripts": {
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix"
},
"keywords": [
"arrow",
"arrow-flight",
"advanced-utilities",
"schema-inference",
"streaming",
"data-conversion",
"type-system",
"flightstream"
],
"author": "gggauravr@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ggauravr/flightstream.git",
"directory": "packages/utils/arrow"
},
"bugs": {
"url": "https://github.com/ggauravr/flightstream/issues"
},
"homepage": "https://github.com/ggauravr/flightstream#readme",
"dependencies": {
"pino": "^8.17.0",
"pino-pretty": "^10.3.0"
},
"peerDependencies": {
"apache-arrow": "^14.0.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"src/",
"README.md",
"LICENSE"
],
"gitHead": "9daafb02dad795c2e3bfe7b2f29c6b609e0e3c16"
}