doc: update sample output for process.versions
Update so that it includes some of the more recent additions. PR-URL: https://github.com/nodejs/node/pull/18167 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
98f744cbc9
commit
5aa0f3ee16
@ -1911,18 +1911,19 @@ Will generate an object similar to:
|
||||
|
||||
<!-- eslint-skip -->
|
||||
```js
|
||||
{
|
||||
http_parser: '2.3.0',
|
||||
node: '1.1.1',
|
||||
v8: '6.1.534.42-node.0',
|
||||
uv: '1.3.0',
|
||||
zlib: '1.2.8',
|
||||
ares: '1.10.0-DEV',
|
||||
modules: '43',
|
||||
icu: '55.1',
|
||||
openssl: '1.0.1k',
|
||||
unicode: '8.0',
|
||||
cldr: '29.0',
|
||||
{ http_parser: '2.7.0',
|
||||
node: '8.9.0',
|
||||
v8: '6.3.292.48-node.6',
|
||||
uv: '1.18.0',
|
||||
zlib: '1.2.11',
|
||||
ares: '1.13.0',
|
||||
modules: '60',
|
||||
nghttp2: '1.29.0',
|
||||
napi: '2',
|
||||
openssl: '1.0.2n',
|
||||
icu: '60.1',
|
||||
unicode: '10.0',
|
||||
cldr: '32.0',
|
||||
tz: '2016b' }
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user