loop-benchmarking

Controlled experiments across agentic coding configurations. Same task, one variable, what actually works.
git clone https://git.shiptheloop.com/loop-benchmarking.git
Log | Files | Refs | README

package-lock.json (3476B)


      1 {
      2   "name": "loop-benchmarking",
      3   "version": "1.0.0",
      4   "lockfileVersion": 3,
      5   "requires": true,
      6   "packages": {
      7     "": {
      8       "name": "loop-benchmarking",
      9       "version": "1.0.0",
     10       "license": "ISC",
     11       "devDependencies": {
     12         "@playwright/test": "^1.59.1",
     13         "@types/node": "^25.5.2",
     14         "typescript": "^6.0.2"
     15       }
     16     },
     17     "node_modules/@playwright/test": {
     18       "version": "1.59.1",
     19       "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.1.tgz",
     20       "integrity": "sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==",
     21       "dev": true,
     22       "license": "Apache-2.0",
     23       "dependencies": {
     24         "playwright": "1.59.1"
     25       },
     26       "bin": {
     27         "playwright": "cli.js"
     28       },
     29       "engines": {
     30         "node": ">=18"
     31       }
     32     },
     33     "node_modules/@types/node": {
     34       "version": "25.5.2",
     35       "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.2.tgz",
     36       "integrity": "sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==",
     37       "dev": true,
     38       "license": "MIT",
     39       "dependencies": {
     40         "undici-types": "~7.18.0"
     41       }
     42     },
     43     "node_modules/fsevents": {
     44       "version": "2.3.2",
     45       "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
     46       "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
     47       "dev": true,
     48       "hasInstallScript": true,
     49       "license": "MIT",
     50       "optional": true,
     51       "os": [
     52         "darwin"
     53       ],
     54       "engines": {
     55         "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
     56       }
     57     },
     58     "node_modules/playwright": {
     59       "version": "1.59.1",
     60       "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz",
     61       "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==",
     62       "dev": true,
     63       "license": "Apache-2.0",
     64       "dependencies": {
     65         "playwright-core": "1.59.1"
     66       },
     67       "bin": {
     68         "playwright": "cli.js"
     69       },
     70       "engines": {
     71         "node": ">=18"
     72       },
     73       "optionalDependencies": {
     74         "fsevents": "2.3.2"
     75       }
     76     },
     77     "node_modules/playwright-core": {
     78       "version": "1.59.1",
     79       "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz",
     80       "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==",
     81       "dev": true,
     82       "license": "Apache-2.0",
     83       "bin": {
     84         "playwright-core": "cli.js"
     85       },
     86       "engines": {
     87         "node": ">=18"
     88       }
     89     },
     90     "node_modules/typescript": {
     91       "version": "6.0.2",
     92       "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
     93       "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
     94       "dev": true,
     95       "license": "Apache-2.0",
     96       "bin": {
     97         "tsc": "bin/tsc",
     98         "tsserver": "bin/tsserver"
     99       },
    100       "engines": {
    101         "node": ">=14.17"
    102       }
    103     },
    104     "node_modules/undici-types": {
    105       "version": "7.18.2",
    106       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
    107       "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
    108       "dev": true,
    109       "license": "MIT"
    110     }
    111   }
    112 }

Impressum · Datenschutz