time-to-botec

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

package.json (1372B)


      1 {
      2   "name": "@stdlib/os/arch",
      3   "version": "0.0.0",
      4   "description": "Operating system CPU architecture.",
      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   "bin": {
     17     "arch": "./bin/cli"
     18   },
     19   "main": "./lib",
     20   "browser": {
     21     "process": "process/"
     22   },
     23   "directories": {
     24     "doc": "./docs",
     25     "example": "./examples",
     26     "lib": "./lib",
     27     "test": "./test"
     28   },
     29   "types": "./docs/types",
     30   "scripts": {},
     31   "homepage": "https://github.com/stdlib-js/stdlib",
     32   "repository": {
     33     "type": "git",
     34     "url": "git://github.com/stdlib-js/stdlib.git"
     35   },
     36   "bugs": {
     37     "url": "https://github.com/stdlib-js/stdlib/issues"
     38   },
     39   "dependencies": {},
     40   "devDependencies": {},
     41   "engines": {
     42     "node": ">=0.10.0",
     43     "npm": ">2.7.0"
     44   },
     45   "os": [
     46     "aix",
     47     "darwin",
     48     "freebsd",
     49     "linux",
     50     "macos",
     51     "openbsd",
     52     "sunos",
     53     "win32",
     54     "windows"
     55   ],
     56   "keywords": [
     57     "stdlib",
     58     "stdutils",
     59     "stdutil",
     60     "utils",
     61     "util",
     62     "utilities",
     63     "utility",
     64     "process",
     65     "runtime",
     66     "environment",
     67     "platform",
     68     "os",
     69     "cpu",
     70     "architecture",
     71     "arch"
     72   ]
     73 }