Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.05 KB

system.md

File metadata and controls

20 lines (17 loc) · 1.05 KB

system Module

Property Type Status Notes
args string[] ✅ Implemented The arguments the script was called with
env object ✅ Implemented Environment variables
os Operating system ✅ Implemented
pid int ✅ Implemented SpecterJS' process ID
platform string ✅ Implemented returns specterjs
stdin Stream ✅ Implemented
stdout Stream ✅ Implemented
stderr Stream ✅ Implemented

Operating system

Property Type Status Notes
architecture string ✅ Implemented 32bit or 64bit
windows string ✅ Implemented Always returns windows
version string ✅ Implemented