{
  "name": "@stdlib/math-base-special-kernel-tan",
  "version": "0.2.4",
  "description": "Compute the tangent of a double-precision floating-point number on [-π/4, π/4].",
  "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-kernel-tan.git"
  },
  "bugs": {
    "url": "https://github.com/stdlib-js/stdlib/issues"
  },
  "dependencies": {
    "@stdlib/napi-argv": "^0.2.3",
    "@stdlib/napi-argv-double": "^0.2.2",
    "@stdlib/napi-argv-int32": "^0.2.3",
    "@stdlib/napi-create-double": "^0.0.3",
    "@stdlib/napi-export": "^0.3.1",
    "@stdlib/number-float64-base-get-high-word": "^0.2.3",
    "@stdlib/number-float64-base-set-low-word": "^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.tan",
    "tan",
    "tangent",
    "kernel",
    "trig",
    "trigonometry",
    "radians",
    "angle"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/stdlib"
  }
}
