{
  "name": "@stdlib/math-base-special-pow",
  "version": "0.3.1",
  "description": "Exponential function.",
  "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",
    "scripts": "./scripts",
    "src": "./src",
    "dist": "./dist"
  },
  "types": "./docs/types",
  "scripts": {},
  "homepage": "https://stdlib.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/stdlib-js/math-base-special-pow.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/constants-float64-exponent-bias": "^0.2.3",
    "@stdlib/constants-float64-high-word-abs-mask": "^0.2.3",
    "@stdlib/constants-float64-high-word-significand-mask": "^0.2.3",
    "@stdlib/constants-float64-ln-two": "^0.2.3",
    "@stdlib/constants-float64-ninf": "^0.2.3",
    "@stdlib/constants-float64-num-high-word-significand-bits": "^0.1.1",
    "@stdlib/constants-float64-pinf": "^0.2.3",
    "@stdlib/math-base-assert-is-infinite": "^0.2.3",
    "@stdlib/math-base-assert-is-integer": "^0.2.7",
    "@stdlib/math-base-assert-is-nan": "^0.2.3",
    "@stdlib/math-base-assert-is-odd": "^0.3.2",
    "@stdlib/math-base-napi-binary": "^0.3.3",
    "@stdlib/math-base-special-abs": "^0.2.3",
    "@stdlib/math-base-special-copysign": "^0.2.3",
    "@stdlib/math-base-special-ldexp": "^0.2.4",
    "@stdlib/math-base-special-sqrt": "^0.2.3",
    "@stdlib/number-float64-base-get-high-word": "^0.2.3",
    "@stdlib/number-float64-base-set-high-word": "^0.2.3",
    "@stdlib/number-float64-base-set-low-word": "^0.2.3",
    "@stdlib/number-float64-base-to-words": "^0.2.3",
    "@stdlib/number-uint32-base-to-int32": "^0.2.3",
    "@stdlib/utils-library-manifest": "^0.2.4"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=0.10.0",
    "npm": ">2.7.0"
  },
  "os": [
    "aix",
    "darwin",
    "freebsd",
    "linux",
    "macos",
    "openbsd",
    "sunos",
    "win32",
    "windows"
  ],
  "keywords": [
    "stdlib",
    "stdmath",
    "mathematics",
    "math",
    "math.pow",
    "pow",
    "power",
    "natural",
    "exponential",
    "function",
    "number"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
