@@ -43,7 +43,7 @@ wrapper makes it all a bit easier.
43
43
## Install
44
44
45
45
This package is [ ESM only] [ esm ] .
46
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
46
+ In Node.js (version 16 +), install with [ npm] [ ] :
47
47
48
48
``` sh
49
49
npm install unist-util-index
@@ -208,10 +208,13 @@ It exports the additional types [`KeyFunction`][keyfunction] and
208
208
209
209
## Compatibility
210
210
211
- Projects maintained by the unified collective are compatible with all maintained
211
+ Projects maintained by the unified collective are compatible with maintained
212
212
versions of Node.js.
213
- As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18.0+.
214
- Our projects sometimes work with older versions, but this is not guaranteed.
213
+
214
+ When we cut a new major release, we drop support for unmaintained versions of
215
+ Node.
216
+ This means we try to keep the current release line, ` unist-util-index@^3 ` ,
217
+ compatible with Node.js 12.
215
218
216
219
## Related
217
220
@@ -250,9 +253,9 @@ abide by its terms.
250
253
251
254
[ downloads ] : https://www.npmjs.com/package/unist-util-index
252
255
253
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-index.svg
256
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-index
254
257
255
- [ size ] : https://bundlephobia .com/result?p =unist-util-index
258
+ [ size ] : https://bundlejs .com/?q =unist-util-index
256
259
257
260
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
258
261
0 commit comments