{
  "name": "@sheetxl/utils",
  "description": "Utils - Utilities used by most SheetXL components.",
  "version": "0.7.27",
  "license": "SEE LICENSE IN <LICENSE>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "browser": "./browser/esm/index.mjs",
      "node": "./node/esm/index.mjs",
      "import": "./browser/esm/index.mjs",
      "require": "./browser/cjs/index.cjs"
    }
  },
  "types": "./types/index.d.ts",
  "module": "./browser/esm/index.mjs",
  "main": "./browser/cjs/index.cjs",
  "sideEffects": false,
  "engines": {
    "node": ">=20 <21 || >=22"
  },
  "engineStrict": true,
  "homepage": "https://sheetxl.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/sheetxl/sheetxl.git"
  },
  "bugs": {
    "url": "https://github.com/sheetxl/sheetxl/issues"
  },
  "keywords": [
    "sheetxl",
    "spreadsheet",
    "javascript",
    "typescript",
    "data grid",
    "excel",
    "xlsx",
    "utilities"
  ]
}