X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcaniuse-lite%2FREADME.md;h=f4878abf43c45c1495e7fd00d1a2b56830fbd99d;hb=3be0a9efc698a9570a44456009afc6014812625a;hp=84e471c34d675684c21971f182947b2e102af77a;hpb=3c06164f15bd10aed7d66b6314764a2961a14762;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/caniuse-lite/README.md b/.config/coc/extensions/node_modules/coc-prettier/node_modules/caniuse-lite/README.md index 84e471c3..f4878abf 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/caniuse-lite/README.md +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/caniuse-lite/README.md @@ -1,6 +1,6 @@ # caniuse-lite -> A smaller version of caniuse-db, with only the essentials! +A smaller version of caniuse-db, with only the essentials! ## Why? @@ -29,6 +29,7 @@ very small and are detailed in the section below. import * as lite from 'caniuse-lite'; ``` + ### `lite.agents` caniuse-db provides a full `data.json` file which contains all of the features @@ -51,18 +52,21 @@ In addition, the subset contains the `release_date` key with release dates (as t } ``` + ### `lite.feature(js)` The `feature` method takes a file from `data/features` and converts it into something that more closely represents the `caniuse-db` format. Note that only the `title`, `stats` and `status` keys are kept from the original data. + ### `lite.features` The `features` index is provided as a way to query all of the features that are listed in the `caniuse-db` dataset. Note that you will need to use the `feature` method on values from this index to get a human-readable format. + ### `lite.region(js)` The `region` method takes a file from `data/regions` and converts it into @@ -70,22 +74,6 @@ something that more closely represents the `caniuse-db` format. Note that *only* the usage data is exposed here (the `data` key in the original files). -## Contributors - -Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): - - - -| [
Ben Briggs](http://beneb.info)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=ben-eb "Code") [📖](https://github.com/ben-eb/caniuse-lite/commits?author=ben-eb "Documentation") [👀](#review-ben-eb "Reviewed Pull Requests") [⚠️](https://github.com/ben-eb/caniuse-lite/commits?author=ben-eb "Tests") | [
Andy Jansson](https://github.com/andyjansson)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=andyjansson "Code") | [
Andrey Sitnik](http://twitter.com/sitnikcode)
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=ai "Code") |
Igor Deryabin
[💻](https://github.com/ben-eb/caniuse-lite/commits?author=rodweb "Code") | -| :---: | :---: | :---: | :---: | - - -This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! - -Digital Ocean logo - -Big thanks to [DigitalOcean](https://www.digitalocean.com/?utm_source=opensource&utm_campaign=caniuse-lite) for supporting this project by providing their great infrastructure for us. - ## License The data in this repo is available for use under a CC BY 4.0 license @@ -96,6 +84,7 @@ the data for your project please contact me here: http://a.deveria.com/contact [1]: http://caniuse.com/ [2]: https://github.com/Fyrd/caniuse/issues/1827 + ## Security contact information To report a security vulnerability, please use the