{ "name": "@stdlib/math-base-napi-unary", "version": "0.0.9", "description": "C APIs for registering a Node-API module exporting an interface for invoking a unary numerical 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", "browser": "./lib/browser.js", "gypfile": false, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", "include": "./include", "lib": "./lib", "src": "./src", "test": "./test" }, "types": "./docs/types", "scripts": { "test": "make test", "test-cov": "make test-cov", "examples": "make examples", "benchmark": "make benchmark" }, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-napi-unary.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/complex-float32": "^0.0.7", "@stdlib/complex-float64": "^0.0.8", "@stdlib/complex-reim": "^0.0.6", "@stdlib/complex-reimf": "^0.0.1", "@stdlib/utils-library-manifest": "^0.0.8" }, "devDependencies": { "@stdlib/assert-is-browser": "^0.0.8", "@stdlib/bench": "^0.0.12", "@stdlib/math-base-assert-is-nan": "^0.0.8", "@stdlib/utils-try-require": "^0.0.7", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git" }, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "mathematics", "math", "napi", "n-api", "node-api", "addon", "unary", "map", "transform" ], "__stdlib__": { "envs": { "browser": false } }, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }