40 lines
719 B
JSON
40 lines
719 B
JSON
{
|
|
"name": "macos-release",
|
|
"version": "2.5.0",
|
|
"description": "Get the name and version of a macOS release from the Darwin version",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/macos-release",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"macos",
|
|
"os",
|
|
"darwin",
|
|
"operating",
|
|
"system",
|
|
"platform",
|
|
"name",
|
|
"title",
|
|
"release",
|
|
"version"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.1",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|