|
1 | 1 | # jiti
|
2 | 2 |
|
3 |
| -> Runtime typescript and ESM support for Node.js |
| 3 | +[![npm version][npm-version-src]][npm-version-href] |
| 4 | +[![npm downloads][npm-downloads-src]][npm-downloads-href] |
| 5 | +[![bundle][bundle-src]][bundle-href] |
| 6 | +[![License][license-src]][license-href] |
4 | 7 |
|
5 |
| -[![version][npm-v-src]][npm-v-href] |
6 |
| -[![downloads][npm-d-src]][npm-d-href] |
7 |
| -[![size][size-src]][size-href] |
| 8 | +Runtime Typescript and ESM support for Node.js |
8 | 9 |
|
9 | 10 | ## Features
|
10 | 11 |
|
@@ -140,13 +141,13 @@ List of modules (within `node_modules`) to transform them regardless of syntax.
|
140 | 141 |
|
141 | 142 | MIT. Made with 💖
|
142 | 143 |
|
143 |
| -<!-- Refs --> |
| 144 | +<!-- Badged --> |
144 | 145 |
|
145 |
| -[npm-v-src]: https://img.shields.io/npm/v/jiti?style=flat-square |
146 |
| -[npm-v-href]: https://npmjs.com/package/jiti |
147 |
| -[npm-d-src]: https://img.shields.io/npm/dm/jiti?style=flat-square |
148 |
| -[npm-d-href]: https://npmjs.com/package/jiti |
149 |
| -[github-actions-src]: https://img.shields.io/github/workflow/status/unjs/jiti/ci/master?style=flat-square |
150 |
| -[github-actions-href]: https://github.com/unjs/jiti/actions?query=workflow%3Aci |
151 |
| -[size-src]: https://packagephobia.now.sh/badge?p=jiti |
152 |
| -[size-href]: https://packagephobia.now.sh/result?p=jiti |
| 146 | +[npm-version-src]: https://img.shields.io/npm/v/jiti?style=flat&colorA=18181B&colorB=F0DB4F |
| 147 | +[npm-version-href]: https://npmjs.com/package/jiti |
| 148 | +[npm-downloads-src]: https://img.shields.io/npm/dm/jiti?style=flat&colorA=18181B&colorB=F0DB4F |
| 149 | +[npm-downloads-href]: https://npmjs.com/package/jiti |
| 150 | +[bundle-src]: https://img.shields.io/bundlephobia/minzip/jiti?style=flat&colorA=18181B&colorB=F0DB4F |
| 151 | +[bundle-href]: https://bundlephobia.com/result?p=h3 |
| 152 | +[license-src]: https://img.shields.io/github/license/unjs/jiti.svg?style=flat&colorA=18181B&colorB=F0DB4F |
| 153 | +[license-href]: https://github.com/unjs/jiti/blob/main/LICENSE |
0 commit comments