time-to-botec

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

package.json (2067B)


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