Files
pnpm/benchmarks/fixture.package.json

111 lines
2.7 KiB
JSON

{
"name": "bench-project",
"version": "1.0.0",
"dependencies": {
"express": "^4.21.0",
"lodash": "^4.17.21",
"axios": "^1.7.0",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"commander": "^12.0.0",
"glob": "^10.3.0",
"minimatch": "^9.0.0",
"semver": "^7.6.0",
"yargs": "^17.7.0",
"inquirer": "^9.2.0",
"ora": "^5.4.1",
"fs-extra": "^11.2.0",
"rimraf": "^5.0.0",
"mkdirp": "^3.0.0",
"cross-spawn": "^7.0.3",
"execa": "^5.1.1",
"which": "^4.0.0",
"dotenv": "^16.4.0",
"uuid": "^9.0.0",
"moment": "^2.30.0",
"dayjs": "^1.11.0",
"date-fns": "^3.0.0",
"fast-glob": "^3.3.0",
"chokidar": "^3.6.0",
"ws": "^8.16.0",
"node-fetch": "^2.7.0",
"form-data": "^4.0.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"js-yaml": "^4.1.0",
"ini": "^4.1.0",
"toml": "^3.0.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0",
"string-width": "^4.2.3",
"cli-table3": "^0.6.3",
"figures": "^3.2.0",
"log-symbols": "^4.1.0",
"boxen": "^5.1.2",
"p-limit": "^3.1.0",
"p-map": "^4.0.0",
"p-queue": "^6.6.2",
"retry": "^0.13.1",
"graceful-fs": "^4.2.11",
"jsonfile": "^6.1.0",
"tar": "^7.0.0",
"archiver": "^7.0.0",
"decompress": "^4.2.1",
"mime-types": "^2.1.35",
"content-type": "^1.0.5",
"accepts": "^1.3.8",
"negotiator": "^0.6.3",
"cors": "^2.8.5",
"helmet": "^7.1.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"body-parser": "^1.20.2",
"multer": "^1.4.5-lts.1",
"morgan": "^1.10.0",
"winston": "^3.11.0",
"pino": "^8.18.0",
"bunyan": "^1.8.15",
"ajv": "^8.12.0",
"zod": "^3.22.0",
"joi": "^17.12.0",
"yup": "^1.3.0",
"ramda": "^0.29.0",
"underscore": "^1.13.6",
"rxjs": "^7.8.1",
"eventemitter3": "^5.0.1",
"bluebird": "^3.7.2",
"async": "^3.2.5",
"lru-cache": "^10.2.0",
"node-cache": "^5.1.2",
"keyv": "^4.5.4",
"got": "^11.8.6",
"superagent": "^8.1.2",
"cheerio": "^1.0.0-rc.12",
"marked": "^12.0.0",
"highlight.js": "^11.9.0",
"sharp": "^0.33.0",
"jimp": "^0.22.12",
"canvas": "^2.11.2",
"socket.io": "^4.7.0",
"redis": "^4.6.0",
"ioredis": "^5.3.0",
"mongoose": "^8.1.0",
"typeorm": "^0.3.20",
"knex": "^3.1.0",
"pg": "^8.11.0",
"mysql2": "^3.9.0",
"better-sqlite3": "^9.4.0",
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"passport": "^0.7.0",
"nanoid": "^3.3.7",
"cuid": "^3.0.0",
"shortid": "^2.2.16",
"color": "^4.2.3",
"pluralize": "^8.0.0",
"change-case": "^4.1.2",
"camelcase": "^6.3.0",
"escape-string-regexp": "^4.0.0"
}
}