mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-21 22:59:19 +08:00
149 lines
5.6 KiB
JSON
149 lines
5.6 KiB
JSON
|
{
|
||
|
"name": "wrapper-validation-action",
|
||
|
"version": "0.0.0",
|
||
|
"lockfileVersion": 2,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"node_modules/@actions/core": {
|
||
|
"version": "1.10.0",
|
||
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
|
||
|
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
|
||
|
"dependencies": {
|
||
|
"@actions/http-client": "^2.0.1",
|
||
|
"uuid": "^8.3.2"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/@actions/http-client": {
|
||
|
"version": "2.0.1",
|
||
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz",
|
||
|
"integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
|
||
|
"dependencies": {
|
||
|
"tunnel": "^0.0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/call-bind": {
|
||
|
"version": "1.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
|
||
|
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
||
|
"dependencies": {
|
||
|
"function-bind": "^1.1.1",
|
||
|
"get-intrinsic": "^1.0.2"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/function-bind": {
|
||
|
"version": "1.1.1",
|
||
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
||
|
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
||
|
},
|
||
|
"node_modules/get-intrinsic": {
|
||
|
"version": "1.1.1",
|
||
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
|
||
|
"integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
|
||
|
"dependencies": {
|
||
|
"function-bind": "^1.1.1",
|
||
|
"has": "^1.0.3",
|
||
|
"has-symbols": "^1.0.1"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/has": {
|
||
|
"version": "1.0.3",
|
||
|
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
||
|
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
||
|
"dependencies": {
|
||
|
"function-bind": "^1.1.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.4.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/has-symbols": {
|
||
|
"version": "1.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
|
||
|
"integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
|
||
|
"engines": {
|
||
|
"node": ">= 0.4"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/object-inspect": {
|
||
|
"version": "1.12.0",
|
||
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
|
||
|
"integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==",
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/side-channel": {
|
||
|
"version": "1.0.4",
|
||
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
|
||
|
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
|
||
|
"dependencies": {
|
||
|
"call-bind": "^1.0.0",
|
||
|
"get-intrinsic": "^1.0.2",
|
||
|
"object-inspect": "^1.9.0"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/tunnel": {
|
||
|
"version": "0.0.6",
|
||
|
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
||
|
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
|
||
|
"engines": {
|
||
|
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typed-rest-client": {
|
||
|
"version": "1.8.4",
|
||
|
"resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.4.tgz",
|
||
|
"integrity": "sha512-MyfKKYzk3I6/QQp6e1T50py4qg+c+9BzOEl2rBmQIpStwNUoqQ73An+Tkfy9YuV7O+o2mpVVJpe+fH//POZkbg==",
|
||
|
"dependencies": {
|
||
|
"qs": "^6.9.1",
|
||
|
"tunnel": "0.0.6",
|
||
|
"underscore": "^1.12.1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typed-rest-client/node_modules/qs": {
|
||
|
"version": "6.10.1",
|
||
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz",
|
||
|
"integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==",
|
||
|
"dependencies": {
|
||
|
"side-channel": "^1.0.4"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.6"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/underscore": {
|
||
|
"version": "1.13.1",
|
||
|
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz",
|
||
|
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g=="
|
||
|
},
|
||
|
"node_modules/unhomoglyph": {
|
||
|
"version": "1.0.6",
|
||
|
"resolved": "https://registry.npmjs.org/unhomoglyph/-/unhomoglyph-1.0.6.tgz",
|
||
|
"integrity": "sha512-7uvcWI3hWshSADBu4JpnyYbTVc7YlhF5GDW/oPD5AxIxl34k4wXR3WDkPnzLxkN32LiTCTKMQLtKVZiwki3zGg=="
|
||
|
},
|
||
|
"node_modules/uuid": {
|
||
|
"version": "8.3.2",
|
||
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||
|
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||
|
"bin": {
|
||
|
"uuid": "dist/bin/uuid"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|