@@ -39,7 +39,7 @@ For example, when throwing errors or warning messages about something.
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-stringify-position
@@ -112,10 +112,13 @@ It exports no additional types.
112
112
113
113
## Compatibility
114
114
115
- Projects maintained by the unified collective are compatible with all maintained
115
+ Projects maintained by the unified collective are compatible with maintained
116
116
versions of Node.js.
117
- As of now, that is Node.js 14.14+ and 16.0+.
118
- Our projects sometimes work with older versions, but this is not guaranteed.
117
+
118
+ When we cut a new major release, we drop support for unmaintained versions of
119
+ Node.
120
+ This means we try to keep the current release line,
121
+ ` unist-util-stringify-position@^3 ` , compatible with Node.js 12.
119
122
120
123
## Security
121
124
@@ -160,9 +163,9 @@ abide by its terms.
160
163
161
164
[ downloads ] : https://www.npmjs.com/package/unist-util-stringify-position
162
165
163
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-stringify-position.svg
166
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-stringify-position
164
167
165
- [ size ] : https://bundlephobia .com/result?p =unist-util-stringify-position
168
+ [ size ] : https://bundlejs .com/?q =unist-util-stringify-position
166
169
167
170
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
168
171
@@ -186,11 +189,11 @@ abide by its terms.
186
189
187
190
[ typescript ] : https://www.typescriptlang.org
188
191
189
- [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
192
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/main /contributing.md
190
193
191
- [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
194
+ [ support ] : https://github.com/syntax-tree/.github/blob/main /support.md
192
195
193
- [ coc ] : https://github.com/syntax-tree/.github/blob/HEAD /code-of-conduct.md
196
+ [ coc ] : https://github.com/syntax-tree/.github/blob/main /code-of-conduct.md
194
197
195
198
[ unist ] : https://github.com/syntax-tree/unist
196
199
0 commit comments