blob: df28ea7eff05bdaec7fb6c27e74079511ad29f26 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"tempDir": true,
"args": "run --allow-read --allow-env --node-modules-dir=auto cjs_yargs/main.js",
"output": "cjs_yargs/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
}
|