{
  "permissions": {
    "allow": [
      "Bash(python3:*)",
      "Bash(chmod +x:*)",
      "Bash(npm run:*)",
      "Bash(wc -l /Users/phedenskog/git/sitespeed.io/sitespeed.io/lib/**/*.js | tail -1)",
      "Bash(find /Users/phedenskog/git/sitespeed.io/sitespeed.io/lib -name \"*.js\" ! -path \"*/html/assets/*\" ! -path \"*/node_modules/*\" -exec wc -l {} + | sort -rn | head -25)",
      "Bash(grep -l \"class.*Aggregator\" /Users/phedenskog/git/sitespeed.io/sitespeed.io/lib/plugins/**/*.js)",
      "Bash(wc -l /Users/phedenskog/git/sitespeed.io/sitespeed.io/lib/plugins/*/*.js | sort -rn | head -30)",
      "Bash(grep \"group:\" /Users/phedenskog/git/sitespeed.io/sitespeed.io/lib/cli/cli.js | sed \"s/.*group: '//\" | sed \"s/'.*$//\" | sort -u)",
      "Bash(sed \"s/''''.*$//\")",
      "Bash(sort -k2)",
      "Bash(node --input-type=module --eval \"import\\('./lib/cli/options/compare.js'\\)\" 2>&1 | head -5)",
      "Bash(node --check lib/cli/validate.js 2>&1 && node --check lib/cli/configLoader.js 2>&1 && for f in lib/cli/options/*.js; do node --check \"$f\" 2>&1 && echo \"OK: $f\" || echo \"FAIL: $f\"; done)",
      "Bash(node --check lib/cli/cli.js 2>&1)",
      "Bash(node --input-type=module --eval \"import './lib/cli/cli.js'\" 2>&1)",
      "Bash(node --input-type=module --eval \"import './lib/cli/cli.js'\" 2>&1; echo \"Exit: $?\")",
      "Bash(npx eslint:*)",
      "Bash(node --input-type=module --eval \"import './lib/plugins/browsertime/index.js'\" 2>&1)",
      "Bash(gh run:*)",
      "WebFetch(domain:github.com)",
      "Bash(npm install:*)",
      "Bash(npm ls:*)",
      "Bash(npm show:*)",
      "Bash(node:*)"
    ]
  }
}
