nodejs-polars
Version:
Polars: Blazingly fast DataFrames in Rust, Python, Node.js, R and SQL
91 lines • 2.63 kB
JSON
{
"name": "nodejs-polars",
"version": "0.23.4",
"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": ">= 20"
},
"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",
"type": "tsc --noEmit -p tsconfig.test.json",
"version": "napi version",
"precommit": "yarn lint && yarn type && yarn test"
},
"devDependencies": {
"@biomejs/biome": "=2.3.7",
"@napi-rs/cli": "^3.4.1",
"@types/chance": "^1.1.7",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"chance": "^1.1.13",
"jest": "^30.2.0",
"jest-get-type": "^29.6.3",
"source-map-support": "^0.5.21",
"ts-expect": "^1.3.0",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typedoc": "^0.28.14",
"typedoc-plugin-missing-exports": "^4.1.2",
"typescript": "5.9.3"
},
"packageManager": "yarn@4.12.0",
"workspaces": [
"benches"
],
"trustedDependencies": [
"@biomejs/biome"
],
"optionalDependencies": {
"nodejs-polars-linux-x64-gnu": "0.23.4",
"nodejs-polars-win32-x64-msvc": "0.23.4",
"nodejs-polars-darwin-x64": "0.23.4",
"nodejs-polars-linux-x64-musl": "0.23.4",
"nodejs-polars-darwin-arm64": "0.23.4",
"nodejs-polars-linux-arm64-gnu": "0.23.4",
"nodejs-polars-linux-arm64-musl": "0.23.4",
"nodejs-polars-android-arm64": "0.23.4"
}
}