time-to-botec

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

package.json (1782B)


      1 {
      2   "name": "@stdlib/time",
      3   "version": "0.0.14",
      4   "description": "Standard library time utilities.",
      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   },
     29   "homepage": "https://stdlib.io",
     30   "repository": {
     31     "type": "git",
     32     "url": "git://github.com/stdlib-js/time.git"
     33   },
     34   "bugs": {
     35     "url": "https://github.com/stdlib-js/stdlib/issues"
     36   },
     37   "dependencies": {
     38     "@stdlib/assert": "^0.0.x",
     39     "@stdlib/cli": "^0.0.x",
     40     "@stdlib/constants": "^0.0.x",
     41     "@stdlib/fs": "^0.0.x",
     42     "@stdlib/math": "^0.0.x",
     43     "@stdlib/string": "^0.0.x",
     44     "@stdlib/utils": "^0.0.x"
     45   },
     46   "devDependencies": {
     47     "@stdlib/process": "^0.0.x",
     48     "proxyquire": "^2.0.0",
     49     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
     50     "istanbul": "^0.4.1",
     51     "tap-spec": "5.x.x"
     52   },
     53   "engines": {
     54     "node": ">=0.10.0",
     55     "npm": ">2.7.0"
     56   },
     57   "os": [
     58     "aix",
     59     "darwin",
     60     "freebsd",
     61     "linux",
     62     "macos",
     63     "openbsd",
     64     "sunos",
     65     "win32",
     66     "windows"
     67   ],
     68   "keywords": [
     69     "stdlib",
     70     "stdtime",
     71     "standard",
     72     "library",
     73     "std",
     74     "lib",
     75     "time",
     76     "date",
     77     "utilities",
     78     "utility",
     79     "utils",
     80     "util"
     81   ],
     82   "funding": {
     83     "type": "patreon",
     84     "url": "https://www.patreon.com/athan"
     85   }
     86 }