options.json 95 Bytes Raw Blame History Permalink 1 2 3 4 { "args": ["--eval", "console.log([1, 2, 3].map(x => x * x));"], "stdout": "[ 1, 4, 9 ]" }