Skip to content

Commit 1d74c33

Browse files
mhdawsonevanlucas
authored andcommitted
doc: update sample output for process.versions
Update so that it includes some of the more recent additions. PR-URL: #18167 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 2fb5f19 commit 1d74c33

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

doc/api/process.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1911,18 +1911,19 @@ Will generate an object similar to:
19111911

19121912
<!-- eslint-skip -->
19131913
```js
1914-
{
1915-
http_parser: '2.3.0',
1916-
node: '1.1.1',
1917-
v8: '6.1.534.42-node.0',
1918-
uv: '1.3.0',
1919-
zlib: '1.2.8',
1920-
ares: '1.10.0-DEV',
1921-
modules: '43',
1922-
icu: '55.1',
1923-
openssl: '1.0.1k',
1924-
unicode: '8.0',
1925-
cldr: '29.0',
1914+
{ http_parser: '2.7.0',
1915+
node: '8.9.0',
1916+
v8: '6.3.292.48-node.6',
1917+
uv: '1.18.0',
1918+
zlib: '1.2.11',
1919+
ares: '1.13.0',
1920+
modules: '60',
1921+
nghttp2: '1.29.0',
1922+
napi: '2',
1923+
openssl: '1.0.2n',
1924+
icu: '60.1',
1925+
unicode: '10.0',
1926+
cldr: '32.0',
19261927
tz: '2016b' }
19271928
```
19281929

0 commit comments

Comments
 (0)