@stdlib/process-getgid
Version:
Return the numeric group identity of a calling process.
79 lines (78 loc) • 1.51 kB
JSON
{
"name": "@stdlib/process-getgid",
"version": "0.2.2",
"description": "Return the numeric group identity of a calling process.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"browser": {
"./lib": "./lib/polyfill.js",
"process": "process/"
},
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/process-getgid.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-function": "^0.2.1"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdutils",
"stdutil",
"utils",
"util",
"utilities",
"utility",
"process",
"getgid",
"getegid",
"posix",
"linux",
"darwin",
"gid",
"group",
"identity",
"id"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}