time-to-botec

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

package.json (1435B)


      1 {
      2   "name": "@stdlib/process/umask",
      3   "version": "0.0.0",
      4   "description": "Get/set the process mask.",
      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     "umask": "./bin/cli"
     18   },
     19   "main": "./lib",
     20   "browser": "./lib/browser.js",
     21   "directories": {
     22     "benchmark": "./benchmark",
     23     "doc": "./docs",
     24     "example": "./examples",
     25     "lib": "./lib",
     26     "scripts": "./scripts",
     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     "utilities",
     61     "utility",
     62     "utils",
     63     "util",
     64     "process",
     65     "umask",
     66     "permissions",
     67     "mask",
     68     "security",
     69     "chmod",
     70     "restrictions",
     71     "filesystem",
     72     "fs"
     73   ]
     74 }