Skip to content

Instantly share code, notes, and snippets.

@coffeesam
Created August 8, 2012 04:47
Show Gist options
  • Save coffeesam/3292137 to your computer and use it in GitHub Desktop.
Save coffeesam/3292137 to your computer and use it in GitHub Desktop.
AppJS bundle app.exe process dump
{ title: 'Command Prompt - bin\\node.exe -e "console.log(process)" ',
version: 'v0.8.2',
moduleLoadList:
[ 'Binding evals',
'Binding natives',
'NativeModule events',
'NativeModule buffer',
'Binding buffer',
'NativeModule assert',
'NativeModule util',
'NativeModule module',
'NativeModule path',
'NativeModule console',
'Binding tty_wrap',
'NativeModule fs',
'Binding fs',
'Binding constants',
'NativeModule stream' ],
versions:
{ http_parser: '1.0',
node: '0.8.2',
v8: '3.11.10.14',
ares: '1.7.5-DEV',
uv: '0.8',
zlib: '1.2.3',
openssl: '1.0.0f' },
arch: 'ia32',
platform: 'win32',
argv: [ 'bin\\node.exe' ],
execArgv: [ '-e', 'console.log(process)' ],
env:
{ ALLUSERSPROFILE: 'C:\\Documents and Settings\\All Users',
APPDATA: 'C:\\Documents and Settings\\honkl\\Application Data',
CommonProgramFiles: 'C:\\Program Files\\Common Files',
COMPUTERNAME: 'RSP_L_HONKL',
ComSpec: 'C:\\WINDOWS\\system32\\cmd.exe',
FP_NO_HOST_CHECK: 'NO',
HOMEDRIVE: 'C:',
HOMEPATH: '\\Documents and Settings\\honkl',
JAVA_HOME: 'C:\\Program Files\\Java\\jre6\\',
LOGONSERVER: '\\\\RSP06',
NUMBER_OF_PROCESSORS: '1',
OS: 'Windows_NT',
Path: 'C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem',
PATHEXT: '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH',
PROCESSOR_ARCHITECTURE: 'x86',
PROCESSOR_IDENTIFIER: 'x86 Family 6 Model 42 Stepping 7, GenuineIntel',
PROCESSOR_LEVEL: '6',
PROCESSOR_REVISION: '2a07',
ProgramFiles: 'C:\\Program Files',
PROMPT: '$P$G',
SESSIONNAME: 'Console',
SystemDrive: 'C:',
SystemRoot: 'C:\\WINDOWS',
TEMP: 'C:\\DOCUME~1\\honkl\\LOCALS~1\\Temp',
TMP: 'C:\\DOCUME~1\\honkl\\LOCALS~1\\Temp',
USERDNSDOMAIN: 'RSP.RICOH.ROOT',
USERDOMAIN: 'RSP',
USERNAME: 'honkl',
USERPROFILE: 'C:\\Documents and Settings\\honkl',
windir: 'C:\\WINDOWS' },
pid: 3664,
features:
{ debug: false,
uv: true,
ipv6: true,
tls_npn: true,
tls_sni: true,
tls: true },
_eval: 'console.log(process)',
execPath: 'C:\\appjs\\data\\bin\\node.exe',
debugPort: 5858,
_getActiveRequests: [Function],
_getActiveHandles: [Function],
_needTickCallback: [Function],
reallyExit: [Function],
abort: [Function],
chdir: [Function],
cwd: [Function],
umask: [Function],
_kill: [Function],
_debugProcess: [Function],
_debugPause: [Function],
_debugEnd: [Function],
hrtime: [Function],
dlopen: [Function],
uptime: [Function],
memoryUsage: [Function],
uvCounters: [Function],
binding: [Function],
EventEmitter: [Function: EventEmitter],
assert: [Function],
config:
{ target_defaults:
{ cflags: [],
default_configuration: 'Release',
defines: [],
include_dirs: [],
libraries: [] },
variables:
{ host_arch: 'ia32',
node_install_npm: true,
node_install_waf: true,
node_no_strict_aliasing: 1,
node_prefix: '',
node_shared_openssl: false,
node_shared_v8: false,
node_shared_zlib: false,
node_use_dtrace: false,
node_use_etw: true,
node_use_openssl: true,
target_arch: 'ia32',
v8_no_strict_aliasing: 1,
v8_use_snapshot: false,
visibility: '' } },
_tickCallback: [Function],
nextTick: [Function],
stdout: [Getter],
stderr: [Getter],
stdin: [Getter],
openStdin: [Function],
exit: [Function],
kill: [Function],
addListener: [Function],
on: [Function],
removeListener: [Function] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment