{
  "name": "@stdlib/number-float64-base-normalize",
  "version": "0.2.4",
  "description": "Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.",
  "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",
  "gypfile": false,
  "directories": {
    "doc": "./docs",
    "include": "./include",
    "lib": "./lib",
    "src": "./src",
    "dist": "./dist"
  },
  "types": "./docs/types",
  "scripts": {},
  "homepage": "https://stdlib.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/stdlib-js/number-float64-base-normalize.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/constants-float64-smallest-normal": "^0.2.3",
    "@stdlib/math-base-assert-is-infinite": "^0.2.2",
    "@stdlib/math-base-assert-is-nan": "^0.2.3",
    "@stdlib/math-base-special-abs": "^0.2.3",
    "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
    "@stdlib/utils-library-manifest": "^0.2.3"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.0",
    "npm": ">2.7.0"
  },
  "os": [
    "aix",
    "darwin",
    "freebsd",
    "linux",
    "macos",
    "openbsd",
    "sunos",
    "win32",
    "windows"
  ],
  "keywords": [
    "stdlib",
    "stdtypes",
    "base",
    "utilities",
    "utility",
    "utils",
    "util",
    "types",
    "type",
    "float64",
    "double",
    "dbl",
    "floating-point",
    "ieee754",
    "denormalized",
    "normalize",
    "subnormal",
    "number",
    "normal",
    "float"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
