summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-29 23:50:23 +0800
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2019-03-31 22:20:34 +0300
commit1859769a1bdedc48841061ce45d91191334a9022 (patch)
tree2d48cd2ccd867625ddc9c1501dc388769594df32 /doc/api/process.md
parent9b70a5c3f132ef96e8f151f589ca4afb2f8f716a (diff)
downloadandroid-node-v8-1859769a1bdedc48841061ce45d91191334a9022.tar.gz
android-node-v8-1859769a1bdedc48841061ce45d91191334a9022.tar.bz2
android-node-v8-1859769a1bdedc48841061ce45d91191334a9022.zip
doc: change code lang and update it with latest Node.js
PR-URL: https://github.com/nodejs/node/pull/26987 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md31
1 files changed, 16 insertions, 15 deletions
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:
-<!-- eslint-skip -->
-```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