nodejs-polars
Version:
Polars: Blazingly fast DataFrames in Rust, Python, Node.js, R and SQL
91 lines • 2.59 kB
JSON
{
"name": "nodejs-polars",
"version": "0.21.0",
"repository": "https://github.com/pola-rs/nodejs-polars.git",
"license": "MIT",
"main": "bin/index.js",
"files": [
"bin"
],
"keywords": [
"csv",
"transform",
"parse",
"json",
"polars",
"dataframe",
"data-processing",
"rust"
],
"napi": {
"binaryName": "nodejs-polars",
"targets": [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"x86_64-apple-darwin",
"x86_64-unknown-linux-musl",
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"aarch64-linux-android"
]
},
"engines": {
"node": ">= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"artifacts": "napi artifacts",
"bench": "node -r @swc-node/register benchmark/bench.ts",
"build": "napi build --platform --release --output-dir polars",
"build:debug": "napi build --platform --output-dir polars",
"build:ts": " rm -rf bin; tsc -p tsconfig.build.json",
"cp:bin": "cp ./polars/*.node bin/",
"format:rs": "cargo fmt",
"lint:ts:fix": "biome check --write --unsafe {polars,__tests__} && biome format --write {polars,__tests__}",
"lint:ts": "biome check {polars,__tests__} && biome format {polars,__tests__}",
"lint": "yarn lint:ts && yarn format:rs",
"prepublishOnly": "napi prepublish -t npm",
"test": "jest",
"version": "napi version",
"precommit": "yarn lint && yarn test"
},
"devDependencies": {
"@biomejs/biome": "=2.1.3",
"@napi-rs/cli": "^3.0.4",
"@types/chance": "^1.1.7",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.0",
"chance": "^1.1.13",
"diff-sequences": "^29.6.3",
"jest": "^30.0.5",
"jest-get-type": "^29.6.3",
"source-map-support": "^0.5.21",
"ts-expect": "^1.3.0",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typedoc": "^0.28.9",
"typedoc-plugin-missing-exports": "^4.0.0",
"typescript": "5.9.2"
},
"packageManager": "yarn@4.9.2",
"workspaces": [
"benches"
],
"trustedDependencies": [
"@biomejs/biome"
],
"optionalDependencies": {
"nodejs-polars-linux-x64-gnu": "0.21.0",
"nodejs-polars-win32-x64-msvc": "0.21.0",
"nodejs-polars-darwin-x64": "0.21.0",
"nodejs-polars-linux-x64-musl": "0.21.0",
"nodejs-polars-darwin-arm64": "0.21.0",
"nodejs-polars-linux-arm64-gnu": "0.21.0",
"nodejs-polars-linux-arm64-musl": "0.21.0",
"nodejs-polars-android-arm64": "0.21.0"
}
}