88 lines
1.8 KiB
JSON
88 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "@stdlib/os",
|
||
|
"version": "0.0.12",
|
||
|
"description": "Standard library OS utilities.",
|
||
|
"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",
|
||
|
"directories": {
|
||
|
"doc": "./docs",
|
||
|
"example": "./examples",
|
||
|
"lib": "./lib",
|
||
|
"test": "./test"
|
||
|
},
|
||
|
"types": "./docs/types",
|
||
|
"scripts": {
|
||
|
"test": "make test",
|
||
|
"test-cov": "make test-cov",
|
||
|
"examples": "make examples",
|
||
|
"benchmark": "make benchmark"
|
||
|
},
|
||
|
"homepage": "https://stdlib.io",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/stdlib-js/os.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@stdlib/assert": "^0.0.x",
|
||
|
"@stdlib/cli": "^0.0.x",
|
||
|
"@stdlib/fs": "^0.0.x",
|
||
|
"@stdlib/process": "^0.0.x",
|
||
|
"@stdlib/utils": "^0.0.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@stdlib/bench": "^0.0.x",
|
||
|
"@stdlib/constants": "^0.0.x",
|
||
|
"@stdlib/string": "^0.0.x",
|
||
|
"proxyquire": "^2.0.0",
|
||
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
||
|
"istanbul": "^0.4.1",
|
||
|
"tap-spec": "5.x.x"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0",
|
||
|
"npm": ">2.7.0"
|
||
|
},
|
||
|
"os": [
|
||
|
"aix",
|
||
|
"darwin",
|
||
|
"freebsd",
|
||
|
"linux",
|
||
|
"macos",
|
||
|
"openbsd",
|
||
|
"sunos",
|
||
|
"win32",
|
||
|
"windows"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"stdlib",
|
||
|
"standard",
|
||
|
"library",
|
||
|
"std",
|
||
|
"lib",
|
||
|
"os",
|
||
|
"system",
|
||
|
"sys",
|
||
|
"utilities",
|
||
|
"utility",
|
||
|
"utils",
|
||
|
"util"
|
||
|
],
|
||
|
"funding": {
|
||
|
"type": "patreon",
|
||
|
"url": "https://www.patreon.com/athan"
|
||
|
}
|
||
|
}
|