{
  "bin": {
    "arrow2csv": "bin/arrow2csv.js"
  },
  "version": "21.1.0",
  "name": "@apache-arrow/es5-umd",
  "unpkg": "Arrow.js",
  "jsdelivr": "Arrow.js",
  "browser": "Arrow.js",
  "main": "Arrow.js",
  "type": "commonjs",
  "types": "Arrow.dom.d.ts",
  "license": "Apache-2.0",
  "description": "Apache Arrow columnar in-memory format",
  "author": "Apache Software Foundation",
  "homepage": "https://arrow.apache.org/js/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/arrow-js.git"
  },
  "bugs": {
    "url": "https://github.com/apache/arrow-js/issues"
  },
  "keywords": [
    "apache",
    "arrow"
  ],
  "dependencies": {
    "@swc/helpers": "^0.5.11",
    "@types/command-line-args": "^5.2.3",
    "@types/command-line-usage": "^5.0.4",
    "@types/node": "^24.0.3",
    "command-line-args": "^6.0.1",
    "command-line-usage": "^7.0.1",
    "flatbuffers": "^25.1.24",
    "json-bignum": "^0.0.3",
    "tslib": "^2.6.2"
  }
}