mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 08:06:47 +00:00
build
This commit is contained in:
28
node_modules/macos-release/readme.md
generated
vendored
28
node_modules/macos-release/readme.md
generated
vendored
@@ -1,16 +1,14 @@
|
||||
# macos-release [](https://travis-ci.org/sindresorhus/macos-release)
|
||||
# macos-release [](https://travis-ci.com/github/sindresorhus/macos-release)
|
||||
|
||||
> Get the name and version of a macOS release from the Darwin version<br>
|
||||
> Get the name and version of a macOS release from the Darwin version\
|
||||
> Example: `13.2.0` → `{name: 'Mavericks', version: '10.9'}`
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install macos-release
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
@@ -31,19 +29,20 @@ macosRelease(os.release());
|
||||
|
||||
macosRelease('14.0.0');
|
||||
//=> {name: 'Yosemite', version: '10.10'}
|
||||
```
|
||||
|
||||
macosRelease('20.0.0');
|
||||
//=> {name: 'Big Sur', version: '11'}
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
### macosRelease([release])
|
||||
### macosRelease(release?)
|
||||
|
||||
#### release
|
||||
|
||||
Type: `string`
|
||||
|
||||
By default, the current operating system is used, but you can supply a custom [Darwin kernel version](http://en.wikipedia.org/wiki/Darwin_%28operating_system%29#Release_history), which is the output of [`os.release()`](http://nodejs.org/api/os.html#os_os_release).
|
||||
|
||||
By default, the current operating system is used, but you can supply a custom [Darwin kernel version](https://en.wikipedia.org/wiki/Darwin_%28operating_system%29#Release_history), which is the output of [`os.release()`](https://nodejs.org/api/os.html#os_os_release).
|
||||
|
||||
## Related
|
||||
|
||||
@@ -51,7 +50,14 @@ By default, the current operating system is used, but you can supply a custom [D
|
||||
- [macos-version](https://github.com/sindresorhus/macos-version) - Get the macOS version of the current system. Example: `10.9.3`
|
||||
- [win-release](https://github.com/sindresorhus/win-release) - Get the name of a Windows version from the release number: `5.1.2600` → `XP`
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
||||
<div align="center">
|
||||
<b>
|
||||
<a href="https://tidelift.com/subscription/pkg/npm-macos-release?utm_source=npm-macos-release&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
|
||||
</b>
|
||||
<br>
|
||||
<sub>
|
||||
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
|
||||
</sub>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user