github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/scanrepository/aggregate-pr-lifecycle/aggregate-dont-update-pr/package-lock.json (about) 1 { 2 "name": "aggregate-dont-update-pr", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "aggregate-dont-update-pr", 9 "version": "1.0.0", 10 "license": "ISC", 11 "dependencies": { 12 "mpath": "0.7.0", 13 "uuid": "^9.0.0" 14 } 15 }, 16 "node_modules/mpath": { 17 "version": "0.7.0", 18 "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.7.0.tgz", 19 "integrity": "sha512-Aiq04hILxhz1L+f7sjGyn7IxYzWm1zLNNXcfhDtx04kZ2Gk7uvFdgZ8ts1cWa/6d0TQmag2yR8zSGZUmp0tFNg==", 20 "engines": { 21 "node": ">=4.0.0" 22 } 23 }, 24 "node_modules/uuid": { 25 "version": "9.0.0", 26 "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", 27 "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", 28 "bin": { 29 "uuid": "dist/bin/uuid" 30 } 31 } 32 } 33 }