{
  "name": "@stdlib/utils-safe-int-max",
  "version": "0.2.2",
  "description": "Return the maximum safe integer capable of being represented by a numeric real type.",
  "license": "Apache-2.0",
  "author": {
    "name": "The Stdlib Authors",
    "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
  },
  "contributors": [
    {
      "name": "The Stdlib Authors",
      "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
    }
  ],
  "main": "./lib",
  "directories": {
    "doc": "./docs",
    "lib": "./lib",
    "dist": "./dist"
  },
  "types": "./docs/types",
  "scripts": {},
  "homepage": "https://stdlib.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/stdlib-js/utils-safe-int-max.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/constants-float16-max-safe-integer": "^0.2.2",
    "@stdlib/constants-float32-max-safe-integer": "^0.2.1",
    "@stdlib/constants-float64-max-safe-integer": "^0.2.2",
    "@stdlib/string-format": "^0.2.2",
    "@stdlib/error-tools-fmtprodmsg": "^0.2.2"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.0",
    "npm": ">2.7.0"
  },
  "os": [
    "aix",
    "darwin",
    "freebsd",
    "linux",
    "macos",
    "openbsd",
    "sunos",
    "win32",
    "windows"
  ],
  "keywords": [
    "stdlib",
    "stdutils",
    "utilities",
    "utility",
    "utils",
    "util",
    "mathematics",
    "math",
    "type",
    "max",
    "maximum",
    "value",
    "largest",
    "greatest",
    "real",
    "floating-point",
    "ieee754",
    "double",
    "half",
    "single",
    "precision",
    "float64",
    "float32",
    "float16",
    "float",
    "safe",
    "integer",
    "int"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
