time-to-botec

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

package.json (1808B)


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