gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/benchmarks/node/package.json (about) 1 { 2 "name": "nodedum", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "", 10 "license": "ISC", 11 "dependencies": { 12 "express": "^4.16.4", 13 "hbs": "^4.0.4", 14 "redis": "^3.1.2", 15 "redis-commands": "^1.2.0", 16 "redis-parser": "^2.6.0", 17 "secure-random-string": "^1.1.0" 18 } 19 }