|
3 | 3 | [![npm version][npm-version-src]][npm-version-href] |
4 | 4 | [![npm downloads][npm-downloads-src]][npm-downloads-href] |
5 | 5 | [![License][license-src]][license-href] |
6 | | -[![Standard JS][standard-js-src]][standard-js-href] |
| 6 | +[![Nuxt][nuxt-src]][nuxt-href] |
7 | 7 |
|
8 | 8 | This module injects flags that indicate a device type into the context and the component instance. |
9 | 9 |
|
@@ -149,25 +149,19 @@ https://support.cloudflare.com/hc/en-us/articles/229373388-Cache-Content-by-Devi |
149 | 149 |
|
150 | 150 | [MIT License](./LICENSE) |
151 | 151 |
|
| 152 | +## Data Source |
| 153 | + |
| 154 | +This module uses [crawler-user-agents](https://github.com/monperrus/crawler-user-agents) to generate the regular expression that detect a crawler. |
| 155 | + |
152 | 156 | <!-- Badges --> |
153 | | -[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/device.svg?style=flat-square |
| 157 | +[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/device/latest.svg?style=flat&colorA=18181B&colorB=28CF8D |
154 | 158 | [npm-version-href]: https://npmjs.com/package/@nuxtjs/device |
155 | 159 |
|
156 | | -[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/device/latest.svg?style=flat-square |
| 160 | +[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/device.svg?style=flat&colorA=18181B&colorB=28CF8D |
157 | 161 | [npm-downloads-href]: https://npmjs.com/package/@nuxtjs/device |
158 | 162 |
|
159 | | -[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt-community/device-module.svg?style=flat-square |
160 | | -[circle-ci-href]: https://circleci.com/gh/nuxt-community/device-module |
161 | | - |
162 | | -[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/device-module.svg?style=flat-square |
163 | | -[codecov-href]: https://codecov.io/gh/nuxt-community/device-module |
| 163 | +[license-src]: https://img.shields.io/github/license/nuxt-modules/device.svg?style=flat&colorA=18181B&colorB=28CF8D |
| 164 | +[license-href]: https://github.com/nuxt-modules/device/blob/main/LICENSE |
164 | 165 |
|
165 | | -[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square |
166 | | -[standard-js-href]: https://standardjs.com |
167 | | - |
168 | | -[license-src]: https://img.shields.io/npm/l/@nuxtjs/device.svg?style=flat-square |
169 | | -[license-href]: https://npmjs.com/package/@nuxtjs/device |
170 | | - |
171 | | -## Data Source |
172 | | - |
173 | | -This module uses [crawler-user-agents](https://github.com/monperrus/crawler-user-agents) to generate the regular expression that detect a crawler. |
| 166 | +[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js |
| 167 | +[nuxt-href]: https://nuxt.com |
0 commit comments