github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/node12/node_modules/.package-lock.json (about) 1 { 2 "name": "node12", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "node_modules/@actions/core": { 8 "version": "1.10.0", 9 "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", 10 "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", 11 "dependencies": { 12 "@actions/http-client": "^2.0.1", 13 "uuid": "^8.3.2" 14 } 15 }, 16 "node_modules/@actions/github": { 17 "version": "4.0.0", 18 "resolved": "https://registry.npmjs.org/@actions/github/-/github-4.0.0.tgz", 19 "integrity": "sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==", 20 "dependencies": { 21 "@actions/http-client": "^1.0.8", 22 "@octokit/core": "^3.0.0", 23 "@octokit/plugin-paginate-rest": "^2.2.3", 24 "@octokit/plugin-rest-endpoint-methods": "^4.0.0" 25 } 26 }, 27 "node_modules/@actions/github/node_modules/@actions/http-client": { 28 "version": "1.0.11", 29 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", 30 "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", 31 "dependencies": { 32 "tunnel": "0.0.6" 33 } 34 }, 35 "node_modules/@actions/http-client": { 36 "version": "2.1.1", 37 "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.1.tgz", 38 "integrity": "sha512-qhrkRMB40bbbLo7gF+0vu+X+UawOvQQqNAA/5Unx774RS8poaOhThDOG6BGmxvAnxhQnDp2BG/ZUm65xZILTpw==", 39 "dependencies": { 40 "tunnel": "^0.0.6" 41 } 42 }, 43 "node_modules/@octokit/auth-token": { 44 "version": "2.5.0", 45 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz", 46 "integrity": "sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==", 47 "dependencies": { 48 "@octokit/types": "^6.0.3" 49 } 50 }, 51 "node_modules/@octokit/core": { 52 "version": "3.6.0", 53 "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", 54 "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", 55 "dependencies": { 56 "@octokit/auth-token": "^2.4.4", 57 "@octokit/graphql": "^4.5.8", 58 "@octokit/request": "^5.6.3", 59 "@octokit/request-error": "^2.0.5", 60 "@octokit/types": "^6.0.3", 61 "before-after-hook": "^2.2.0", 62 "universal-user-agent": "^6.0.0" 63 } 64 }, 65 "node_modules/@octokit/endpoint": { 66 "version": "6.0.12", 67 "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.12.tgz", 68 "integrity": "sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==", 69 "dependencies": { 70 "@octokit/types": "^6.0.3", 71 "is-plain-object": "^5.0.0", 72 "universal-user-agent": "^6.0.0" 73 } 74 }, 75 "node_modules/@octokit/graphql": { 76 "version": "4.8.0", 77 "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz", 78 "integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==", 79 "dependencies": { 80 "@octokit/request": "^5.6.0", 81 "@octokit/types": "^6.0.3", 82 "universal-user-agent": "^6.0.0" 83 } 84 }, 85 "node_modules/@octokit/openapi-types": { 86 "version": "12.11.0", 87 "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz", 88 "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==" 89 }, 90 "node_modules/@octokit/plugin-paginate-rest": { 91 "version": "2.21.3", 92 "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz", 93 "integrity": "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==", 94 "dependencies": { 95 "@octokit/types": "^6.40.0" 96 }, 97 "peerDependencies": { 98 "@octokit/core": ">=2" 99 } 100 }, 101 "node_modules/@octokit/plugin-rest-endpoint-methods": { 102 "version": "4.15.1", 103 "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.15.1.tgz", 104 "integrity": "sha512-4gQg4ySoW7ktKB0Mf38fHzcSffVZd6mT5deJQtpqkuPuAqzlED5AJTeW8Uk7dPRn7KaOlWcXB0MedTFJU1j4qA==", 105 "dependencies": { 106 "@octokit/types": "^6.13.0", 107 "deprecation": "^2.3.1" 108 }, 109 "peerDependencies": { 110 "@octokit/core": ">=3" 111 } 112 }, 113 "node_modules/@octokit/request": { 114 "version": "5.6.3", 115 "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz", 116 "integrity": "sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==", 117 "dependencies": { 118 "@octokit/endpoint": "^6.0.1", 119 "@octokit/request-error": "^2.1.0", 120 "@octokit/types": "^6.16.1", 121 "is-plain-object": "^5.0.0", 122 "node-fetch": "^2.6.7", 123 "universal-user-agent": "^6.0.0" 124 } 125 }, 126 "node_modules/@octokit/request-error": { 127 "version": "2.1.0", 128 "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.1.0.tgz", 129 "integrity": "sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==", 130 "dependencies": { 131 "@octokit/types": "^6.0.3", 132 "deprecation": "^2.0.0", 133 "once": "^1.4.0" 134 } 135 }, 136 "node_modules/@octokit/types": { 137 "version": "6.41.0", 138 "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz", 139 "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==", 140 "dependencies": { 141 "@octokit/openapi-types": "^12.11.0" 142 } 143 }, 144 "node_modules/@vercel/ncc": { 145 "version": "0.24.1", 146 "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.24.1.tgz", 147 "integrity": "sha512-r9m7brz2hNmq5TF3sxrK4qR/FhXn44XIMglQUir4sT7Sh5GOaYXlMYikHFwJStf8rmQGTlvOoBXt4yHVonRG8A==", 148 "dev": true, 149 "bin": { 150 "ncc": "dist/ncc/cli.js" 151 } 152 }, 153 "node_modules/before-after-hook": { 154 "version": "2.2.3", 155 "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", 156 "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" 157 }, 158 "node_modules/deprecation": { 159 "version": "2.3.1", 160 "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", 161 "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" 162 }, 163 "node_modules/is-plain-object": { 164 "version": "5.0.0", 165 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", 166 "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", 167 "engines": { 168 "node": ">=0.10.0" 169 } 170 }, 171 "node_modules/node-fetch": { 172 "version": "2.6.12", 173 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", 174 "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", 175 "dependencies": { 176 "whatwg-url": "^5.0.0" 177 }, 178 "engines": { 179 "node": "4.x || >=6.0.0" 180 }, 181 "peerDependencies": { 182 "encoding": "^0.1.0" 183 }, 184 "peerDependenciesMeta": { 185 "encoding": { 186 "optional": true 187 } 188 } 189 }, 190 "node_modules/once": { 191 "version": "1.4.0", 192 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", 193 "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", 194 "dependencies": { 195 "wrappy": "1" 196 } 197 }, 198 "node_modules/tr46": { 199 "version": "0.0.3", 200 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", 201 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" 202 }, 203 "node_modules/tunnel": { 204 "version": "0.0.6", 205 "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", 206 "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", 207 "engines": { 208 "node": ">=0.6.11 <=0.7.0 || >=0.7.3" 209 } 210 }, 211 "node_modules/universal-user-agent": { 212 "version": "6.0.0", 213 "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", 214 "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==" 215 }, 216 "node_modules/uuid": { 217 "version": "8.3.2", 218 "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", 219 "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", 220 "bin": { 221 "uuid": "dist/bin/uuid" 222 } 223 }, 224 "node_modules/webidl-conversions": { 225 "version": "3.0.1", 226 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", 227 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" 228 }, 229 "node_modules/whatwg-url": { 230 "version": "5.0.0", 231 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", 232 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", 233 "dependencies": { 234 "tr46": "~0.0.3", 235 "webidl-conversions": "^3.0.0" 236 } 237 }, 238 "node_modules/wrappy": { 239 "version": "1.0.2", 240 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 241 "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" 242 } 243 } 244 }