time-to-botec

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

package.json (2063B)


      1 {
      2   "name": "@stdlib/stats",
      3   "version": "0.0.13",
      4   "description": "Standard library statistical functions.",
      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     "doc": "./docs",
     19     "example": "./examples",
     20     "lib": "./lib",
     21     "test": "./test"
     22   },
     23   "types": "./docs/types",
     24   "scripts": {
     25     "test": "make test",
     26     "test-cov": "make test-cov",
     27     "examples": "make examples",
     28     "benchmark": "make benchmark"
     29   },
     30   "homepage": "https://stdlib.io",
     31   "repository": {
     32     "type": "git",
     33     "url": "git://github.com/stdlib-js/stats.git"
     34   },
     35   "bugs": {
     36     "url": "https://github.com/stdlib-js/stdlib/issues"
     37   },
     38   "dependencies": {
     39     "@stdlib/array": "^0.0.x",
     40     "@stdlib/assert": "^0.0.x",
     41     "@stdlib/blas": "^0.0.x",
     42     "@stdlib/constants": "^0.0.x",
     43     "@stdlib/math": "^0.0.x",
     44     "@stdlib/ndarray": "^0.0.x",
     45     "@stdlib/random": "^0.0.x",
     46     "@stdlib/string": "^0.0.x",
     47     "@stdlib/symbol": "^0.0.x",
     48     "@stdlib/types": "^0.0.x",
     49     "@stdlib/utils": "^0.0.x"
     50   },
     51   "devDependencies": {
     52     "@stdlib/bench": "^0.0.x",
     53     "@stdlib/datasets": "^0.0.x",
     54     "@stdlib/iter": "^0.0.x",
     55     "@stdlib/number": "^0.0.x",
     56     "@stdlib/plot": "^0.0.x",
     57     "proxyquire": "^2.0.0",
     58     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
     59     "istanbul": "^0.4.1",
     60     "tap-spec": "5.x.x"
     61   },
     62   "engines": {
     63     "node": ">=0.10.0",
     64     "npm": ">2.7.0"
     65   },
     66   "os": [
     67     "aix",
     68     "darwin",
     69     "freebsd",
     70     "linux",
     71     "macos",
     72     "openbsd",
     73     "sunos",
     74     "win32",
     75     "windows"
     76   ],
     77   "keywords": [
     78     "stdlib",
     79     "stdmath",
     80     "standard",
     81     "library",
     82     "std",
     83     "lib",
     84     "mathematics",
     85     "math",
     86     "statistics",
     87     "stats"
     88   ],
     89   "funding": {
     90     "type": "patreon",
     91     "url": "https://www.patreon.com/athan"
     92   }
     93 }