Properties
allowedNodeEnvironmentFlags
arch
arch: string
argv
argv: string[]
argv0
argv0: string
config
config: { target_defaults: { cflags: any[]; default_configuration: string; defines: string[]; include_dirs: string[]; libraries: string[] }; variables: { clang: number; host_arch: string; node_install_npm: boolean; node_install_waf: boolean; node_prefix: string; node_shared_openssl: boolean; node_shared_v8: boolean; node_shared_zlib: boolean; node_use_dtrace: boolean; node_use_etw: boolean; node_use_openssl: boolean; target_arch: string; v8_no_strict_aliasing: number; v8_use_snapshot: boolean; visibility: string } }
Type declaration
-
target_defaults: { cflags: any[]; default_configuration: string; defines: string[]; include_dirs: string[]; libraries: string[] }
-
cflags: any[]
-
default_configuration: string
-
defines: string[]
-
include_dirs: string[]
-
libraries: string[]
-
variables: { clang: number; host_arch: string; node_install_npm: boolean; node_install_waf: boolean; node_prefix: string; node_shared_openssl: boolean; node_shared_v8: boolean; node_shared_zlib: boolean; node_use_dtrace: boolean; node_use_etw: boolean; node_use_openssl: boolean; target_arch: string; v8_no_strict_aliasing: number; v8_use_snapshot: boolean; visibility: string }
-
clang: number
-
host_arch: string
-
node_install_npm: boolean
-
node_install_waf: boolean
-
node_prefix: string
-
node_shared_openssl: boolean
-
node_shared_v8: boolean
-
node_shared_zlib: boolean
-
node_use_dtrace: boolean
-
node_use_etw: boolean
-
node_use_openssl: boolean
-
target_arch: string
-
v8_no_strict_aliasing: number
-
v8_use_snapshot: boolean
-
visibility: string
connected
connected: boolean
debugPort
debugPort: number
domain
env
execArgv
execArgv: string[]
execPath
execPath: string
Optional exitCode
exitCode: undefined | number
features
features: { debug: boolean; inspector: boolean; ipv6: boolean; tls: boolean; tls_alpn: boolean; tls_ocsp: boolean; tls_sni: boolean; uv: boolean }
Type declaration
-
debug: boolean
-
inspector: boolean
-
ipv6: boolean
-
tls: boolean
-
tls_alpn: boolean
-
tls_ocsp: boolean
-
tls_sni: boolean
-
uv: boolean
hrtime
Optional mainModule
pid
pid: number
platform
ppid
ppid: number
release
Optional report
stderr
stdin
stdout
title
title: string
version
version: string
versions
The
process.allowedNodeEnvironmentFlags
property is a special, read-onlySet
of flags allowable within the [NODE_OPTIONS
][] environment variable.