bifocal/node_modules/@stdlib/math-base-special-floor/package.json

95 lines
2.2 KiB
JSON

{
"name": "@stdlib/math-base-special-floor",
"version": "0.0.8",
"description": "Round a double-precision floating-point number toward negative infinity.",
"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": {
"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-special-floor.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/math-base-napi-unary": "^0.0.x",
"@stdlib/utils-library-manifest": "^0.0.x"
},
"devDependencies": {
"@stdlib/bench": "^0.0.x",
"@stdlib/constants-float64-ninf": "^0.0.x",
"@stdlib/constants-float64-pinf": "^0.0.x",
"@stdlib/math-base-assert-is-nan": "^0.0.x",
"@stdlib/math-base-assert-is-negative-zero": "^0.0.x",
"@stdlib/math-base-assert-is-positive-zero": "^0.0.x",
"@stdlib/random-base-randu": "^0.0.x",
"@stdlib/utils-try-require": "^0.0.x",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"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.floor",
"floor",
"round",
"integer",
"nearest",
"value",
"number",
"double",
"double-precision",
"dbl"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/athan"
}
}