@@ -35,7 +35,7 @@ of something in a file.
35
35
## Install
36
36
37
37
This package is [ ESM only] [ esm ] .
38
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
38
+ In Node.js (version 16 +), install with [ npm] [ ] :
39
39
40
40
``` sh
41
41
npm install unist-util-source
@@ -111,10 +111,13 @@ It exports no additional types.
111
111
112
112
## Compatibility
113
113
114
- Projects maintained by the unified collective are compatible with all maintained
114
+ Projects maintained by the unified collective are compatible with maintained
115
115
versions of Node.js.
116
- As of now, that is Node.js 14.14+ and 16.0+.
117
- Our projects sometimes work with older versions, but this is not guaranteed.
116
+
117
+ When we cut a new major release, we drop support for unmaintained versions of
118
+ Node.
119
+ This means we try to keep the current release line, ` unist-util-source@^4 ` ,
120
+ compatible with Node.js 12.
118
121
119
122
## Contribute
120
123
@@ -144,9 +147,9 @@ abide by its terms.
144
147
145
148
[ downloads ] : https://www.npmjs.com/package/unist-util-source
146
149
147
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-source.svg
150
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-source
148
151
149
- [ size ] : https://bundlephobia .com/result?p =unist-util-source
152
+ [ size ] : https://bundlejs .com/?q =unist-util-source
150
153
151
154
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
152
155
0 commit comments