time-to-botec

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

package.json (2050B)


      1 {
      2   "name": "@stdlib/math",
      3   "version": "0.0.11",
      4   "description": "Standard math.",
      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/index.js",
     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/math.git"
     34   },
     35   "bugs": {
     36     "url": "https://github.com/stdlib-js/stdlib/issues"
     37   },
     38   "dependencies": {
     39     "@stdlib/assert": "^0.0.x",
     40     "@stdlib/constants": "^0.0.x",
     41     "@stdlib/ndarray": "^0.0.x",
     42     "@stdlib/number": "^0.0.x",
     43     "@stdlib/strided": "^0.0.x",
     44     "@stdlib/symbol": "^0.0.x",
     45     "@stdlib/types": "^0.0.x",
     46     "@stdlib/utils": "^0.0.x",
     47     "debug": "^2.6.9"
     48   },
     49   "devDependencies": {
     50     "@stdlib/array": "^0.0.x",
     51     "@stdlib/bench": "^0.0.x",
     52     "@stdlib/blas": "^0.0.x",
     53     "@stdlib/complex": "^0.0.x",
     54     "@stdlib/datasets": "^0.0.x",
     55     "@stdlib/fs": "^0.0.x",
     56     "@stdlib/iter": "^0.0.x",
     57     "@stdlib/random": "^0.0.x",
     58     "@stdlib/simulate": "^0.0.x",
     59     "@stdlib/string": "^0.0.x",
     60     "proxyquire": "^2.0.0",
     61     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
     62     "istanbul": "^0.4.1",
     63     "tap-spec": "5.x.x"
     64   },
     65   "engines": {
     66     "node": ">=0.10.0",
     67     "npm": ">2.7.0"
     68   },
     69   "os": [
     70     "aix",
     71     "darwin",
     72     "freebsd",
     73     "linux",
     74     "macos",
     75     "openbsd",
     76     "sunos",
     77     "win32",
     78     "windows"
     79   ],
     80   "keywords": [
     81     "stdlib",
     82     "stdmath",
     83     "mathematics",
     84     "math"
     85   ],
     86   "funding": {
     87     "type": "patreon",
     88     "url": "https://www.patreon.com/athan"
     89   }
     90 }