{
  "name": "nodejs-polars-linux-x64-gnu",
  "version": "0.25.1",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "main": "nodejs-polars.linux-x64-gnu.node",
  "files": [
    "nodejs-polars.linux-x64-gnu.node"
  ],
  "keywords": [
    "csv",
    "transform",
    "parse",
    "json",
    "polars",
    "dataframe",
    "data-processing",
    "rust"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "engines": {
    "node": ">= 22"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": "https://github.com/pola-rs/nodejs-polars.git",
  "libc": [
    "glibc"
  ]
}