From 1859769a1bdedc48841061ce45d91191334a9022 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Fri, 29 Mar 2019 23:50:23 +0800 Subject: doc: change code lang and update it with latest Node.js PR-URL: https://github.com/nodejs/node/pull/26987 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Vse Mozhet Byt Reviewed-By: Ruben Bridgewater --- doc/api/process.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'doc/api/process.md') diff --git a/doc/api/process.md b/doc/api/process.md index 3b428fb038..888c0af660 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2214,22 +2214,23 @@ console.log(process.versions); Will generate an object similar to: - -```js -{ http_parser: '2.7.0', - node: '8.9.0', - v8: '6.3.292.48-node.6', - uv: '1.18.0', +```console +{ node: '11.13.0', + v8: '7.0.276.38-node.18', + uv: '1.27.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' } + brotli: '1.0.7', + ares: '1.15.0', + modules: '67', + nghttp2: '1.34.0', + napi: '4', + llhttp: '1.1.1', + http_parser: '2.8.0', + openssl: '1.1.1b', + cldr: '34.0', + icu: '63.1', + tz: '2018e', + unicode: '11.0' } ``` ## Exit Codes -- cgit v1.2.3