time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

package.json (1643B)


      1 {
      2   "name": "@stdlib/utils/real-min",
      3   "version": "0.0.0",
      4   "description": "Return the smallest positive normal value capable of being represented by a numeric real type.",
      5   "license": "Apache-2.0",
      6   "author": {
      7     "name": "The Stdlib Authors",
      8     "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
      9   },
     10   "contributors": [
     11     {
     12       "name": "The Stdlib Authors",
     13       "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
     14     }
     15   ],
     16   "bin": {
     17     "realmin": "./bin/cli"
     18   },
     19   "main": "./lib",
     20   "directories": {
     21     "benchmark": "./benchmark",
     22     "doc": "./docs",
     23     "example": "./examples",
     24     "lib": "./lib",
     25     "test": "./test"
     26   },
     27   "types": "./docs/types",
     28   "scripts": {},
     29   "homepage": "https://github.com/stdlib-js/stdlib",
     30   "repository": {
     31     "type": "git",
     32     "url": "git://github.com/stdlib-js/stdlib.git"
     33   },
     34   "bugs": {
     35     "url": "https://github.com/stdlib-js/stdlib/issues"
     36   },
     37   "dependencies": {},
     38   "devDependencies": {},
     39   "engines": {
     40     "node": ">=0.10.0",
     41     "npm": ">2.7.0"
     42   },
     43   "os": [
     44     "aix",
     45     "darwin",
     46     "freebsd",
     47     "linux",
     48     "macos",
     49     "openbsd",
     50     "sunos",
     51     "win32",
     52     "windows"
     53   ],
     54   "keywords": [
     55     "stdlib",
     56     "stdutils",
     57     "utilities",
     58     "utility",
     59     "utils",
     60     "util",
     61     "mathematics",
     62     "math",
     63     "type",
     64     "min",
     65     "minimum",
     66     "value",
     67     "least",
     68     "smallest",
     69     "normal",
     70     "normalized",
     71     "realmin",
     72     "real",
     73     "floating-point",
     74     "ieee754",
     75     "double",
     76     "half",
     77     "single",
     78     "precision",
     79     "float64",
     80     "float32",
     81     "float16",
     82     "float",
     83     "integer",
     84     "int"
     85   ]
     86 }