time-to-botec

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

package.json (1470B)


      1 {
      2   "name": "@stdlib/math/base/special/gcd",
      3   "version": "0.0.0",
      4   "description": "Compute the greatest common divisor (gcd).",
      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     "npm": ">2.7.0"
     39   },
     40   "os": [
     41     "aix",
     42     "darwin",
     43     "freebsd",
     44     "linux",
     45     "macos",
     46     "openbsd",
     47     "sunos",
     48     "win32",
     49     "windows"
     50   ],
     51   "keywords": [
     52     "stdlib",
     53     "stdmath",
     54     "math",
     55     "mathematics",
     56     "euclid",
     57     "euclidean",
     58     "stein",
     59     "binary gcd",
     60     "greatest common divisor",
     61     "greatest common factor",
     62     "highest common factor",
     63     "greatest common measure",
     64     "highest common divisor",
     65     "gcd",
     66     "gcf",
     67     "hcf",
     68     "gcm",
     69     "arithmetic",
     70     "integer"
     71   ]
     72 }