|
| 1 | +{ |
| 2 | + "repo_set_id": "nodejs-web-stack", |
| 3 | + "description": "Node.js web stack repos spanning nodejs, expressjs, lodash, and prisma orgs. Covers the runtime, web framework, utility library, and database ORM. Tests cross-org dependency and CVE remediation tasks.", |
| 4 | + "repos": [ |
| 5 | + { |
| 6 | + "host": "github.com", |
| 7 | + "org": "nodejs", |
| 8 | + "repo_name": "node", |
| 9 | + "full_name": "nodejs/node", |
| 10 | + "revision": "v22.13.0", |
| 11 | + "logical_name": "javascript-runtime", |
| 12 | + "access_mode": "local_checkout", |
| 13 | + "sourcegraph_indexed": true |
| 14 | + }, |
| 15 | + { |
| 16 | + "host": "github.com", |
| 17 | + "org": "sg-benchmarks", |
| 18 | + "repo_name": "expressjs-express", |
| 19 | + "full_name": "sg-benchmarks/expressjs-express", |
| 20 | + "revision": "9de5890d0dc6128b7f7eb15469d76aa60dacc48f", |
| 21 | + "logical_name": "web-framework", |
| 22 | + "access_mode": "mcp_only", |
| 23 | + "sourcegraph_indexed": true, |
| 24 | + "sourcegraph_mirror": "sg-benchmarks/expressjs-express" |
| 25 | + }, |
| 26 | + { |
| 27 | + "host": "github.com", |
| 28 | + "org": "sg-benchmarks", |
| 29 | + "repo_name": "lodash", |
| 30 | + "full_name": "sg-benchmarks/lodash", |
| 31 | + "revision": "1dd1ecfd7875372efa8dde5dede50f6d2d323703", |
| 32 | + "logical_name": "utility-library", |
| 33 | + "access_mode": "mcp_only", |
| 34 | + "sourcegraph_indexed": true, |
| 35 | + "sourcegraph_mirror": "sg-benchmarks/lodash" |
| 36 | + }, |
| 37 | + { |
| 38 | + "host": "github.com", |
| 39 | + "org": "sg-benchmarks", |
| 40 | + "repo_name": "prisma-prisma", |
| 41 | + "full_name": "sg-benchmarks/prisma-prisma", |
| 42 | + "revision": "20117d718fb0db9c8a586276e2052f5b130f994b", |
| 43 | + "logical_name": "database-orm", |
| 44 | + "access_mode": "mcp_only", |
| 45 | + "sourcegraph_indexed": true, |
| 46 | + "sourcegraph_mirror": "sg-benchmarks/prisma-prisma" |
| 47 | + } |
| 48 | + ], |
| 49 | + "local_checkout_repos": ["nodejs/node"], |
| 50 | + "mcp_only_repos": [ |
| 51 | + "sg-benchmarks/expressjs-express", |
| 52 | + "sg-benchmarks/lodash", |
| 53 | + "sg-benchmarks/prisma-prisma" |
| 54 | + ], |
| 55 | + "cross_org": true, |
| 56 | + "language_mix": ["JavaScript", "TypeScript"], |
| 57 | + "primary_language": "JavaScript" |
| 58 | +} |
0 commit comments