time-to-botec

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

package.json (1447B)


      1 {
      2   "name": "@stdlib/stats/base/dists/betaprime/ctor",
      3   "version": "0.0.0",
      4   "description": "Beta prime distribution constructor.",
      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   "main": "./lib",
     17   "directories": {
     18     "benchmark": "./benchmark",
     19     "doc": "./docs",
     20     "example": "./examples",
     21     "lib": "./lib",
     22     "test": "./test"
     23   },
     24   "types": "./docs/types",
     25   "scripts": {},
     26   "homepage": "https://github.com/stdlib-js/stdlib",
     27   "repository": {
     28     "type": "git",
     29     "url": "git://github.com/stdlib-js/stdlib.git"
     30   },
     31   "bugs": {
     32     "url": "https://github.com/stdlib-js/stdlib/issues"
     33   },
     34   "dependencies": {},
     35   "devDependencies": {},
     36   "engines": {
     37     "node": ">=0.10.0"
     38   },
     39   "os": [
     40     "aix",
     41     "darwin",
     42     "freebsd",
     43     "linux",
     44     "macos",
     45     "openbsd",
     46     "sunos",
     47     "win32",
     48     "windows"
     49   ],
     50   "keywords": [
     51     "stdlib",
     52     "stdmath",
     53     "statistics",
     54     "stats",
     55     "distribution",
     56     "dist",
     57     "object",
     58     "class",
     59     "constructor",
     60     "ctor",
     61     "probability",
     62     "prob",
     63     "beta",
     64     "prime",
     65     "inverted",
     66     "cdf",
     67     "pdf",
     68     "quantile",
     69     "properties",
     70     "props",
     71     "betaprime",
     72     "univariate",
     73     "continuous"
     74   ]
     75 }