@stdlib/math-base-assert-is-nonpositive-integer
Version:
Test if a finite double-precision floating-point number is a nonpositive integer.
104 lines (103 loc) • 2.46 kB
JSON
{
"name": "@stdlib/math-base-assert-is-nonpositive-integer",
"version": "0.2.1",
"description": "Test if a finite double-precision floating-point number is a nonpositive integer.",
"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-assert-is-nonpositive-integer.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/math-base-special-floor": "^0.2.3",
"@stdlib/utils-library-manifest": "^0.2.2"
},
"devDependencies": {
"@stdlib/assert-is-boolean": "^0.2.2",
"@stdlib/boolean-ctor": "^0.2.2",
"@stdlib/constants-float64-ninf": "^0.2.2",
"@stdlib/constants-float64-pinf": "^0.2.2",
"@stdlib/math-base-special-round": "^0.3.0",
"@stdlib/math-base-special-trunc": "^0.2.1",
"@stdlib/random-base-randu": "^0.2.1",
"@stdlib/utils-try-require": "^0.2.2",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.1"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdmath",
"assertion",
"assert",
"utilities",
"utility",
"utils",
"util",
"math",
"mathematics",
"nonpositive",
"negative",
"integer",
"number",
"int",
"is",
"isinteger",
"isint",
"type",
"check",
"double",
"dbl"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}