We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb5f19 commit 1d74c33Copy full SHA for 1d74c33
doc/api/process.md
@@ -1911,18 +1911,19 @@ Will generate an object similar to:
1911
1912
<!-- eslint-skip -->
1913
```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',
+{ 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',
1926
+ cldr: '32.0',
1927
tz: '2016b' }
1928
```
1929
0 commit comments