@@ -39,7 +39,7 @@ to more easily spot bugs and see what’s going on in the tree.
39
39
## Install
40
40
41
41
This package is [ ESM only] [ esm ] .
42
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
42
+ In Node.js (version 16 +), install with [ npm] [ ] :
43
43
44
44
``` sh
45
45
npm install unist-util-inspect
@@ -137,10 +137,13 @@ It exports the additional type [`Options`][api-options].
137
137
138
138
## Compatibility
139
139
140
- Projects maintained by the unified collective are compatible with all maintained
140
+ Projects maintained by the unified collective are compatible with maintained
141
141
versions of Node.js.
142
- As of now, that is Node.js 14.14+ and 16.0+.
143
- Our projects sometimes work with older versions, but this is not guaranteed.
142
+
143
+ When we cut a new major release, we drop support for unmaintained versions of
144
+ Node.
145
+ This means we try to keep the current release line, ` unist-util-inspect@^7 ` ,
146
+ compatible with Node.js 12.
144
147
145
148
## Contribute
146
149
@@ -170,9 +173,9 @@ abide by its terms.
170
173
171
174
[ downloads ] : https://www.npmjs.com/package/unist-util-inspect
172
175
173
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-inspect.svg
176
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-inspect
174
177
175
- [ size ] : https://bundlephobia .com/result?p =unist-util-inspect
178
+ [ size ] : https://bundlejs .com/?q =unist-util-inspect
176
179
177
180
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
178
181
0 commit comments