Files

71 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2019-05-16 23:36:45 -04:00
{
2022-09-16 15:47:36 +00:00
"name": "@actions/core",
"version": "2.0.3",
"lockfileVersion": 3,
2022-09-16 15:47:36 +00:00
"requires": true,
"packages": {
"": {
"name": "@actions/core",
"version": "2.0.3",
2022-09-16 15:47:36 +00:00
"license": "MIT",
"dependencies": {
"@actions/exec": "^2.0.0",
"@actions/http-client": "^3.0.2"
2022-09-16 15:47:36 +00:00
},
"devDependencies": {
2024-10-04 17:23:42 -04:00
"@types/node": "^16.18.112"
2022-09-16 15:47:36 +00:00
}
},
"node_modules/@actions/exec": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz",
"integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==",
"license": "MIT",
"dependencies": {
"@actions/io": "^2.0.0"
}
},
2022-09-16 15:47:36 +00:00
"node_modules/@actions/http-client": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.2.tgz",
"integrity": "sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==",
2025-10-31 16:02:54 +00:00
"license": "MIT",
2022-09-16 15:47:36 +00:00
"dependencies": {
2025-10-31 16:02:54 +00:00
"tunnel": "^0.0.6",
"undici": "^6.23.0"
2022-09-16 15:47:36 +00:00
}
},
"node_modules/@actions/io": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-2.0.0.tgz",
"integrity": "sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==",
"license": "MIT"
},
2022-09-16 15:47:36 +00:00
"node_modules/@types/node": {
"version": "16.18.126",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz",
"integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==",
"dev": true,
"license": "MIT"
2022-09-16 15:47:36 +00:00
},
"node_modules/tunnel": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
"license": "MIT",
2022-09-16 15:47:36 +00:00
"engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
}
2025-10-31 16:02:54 +00:00
},
"node_modules/undici": {
"version": "6.23.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
"integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
2025-10-31 16:02:54 +00:00
"license": "MIT",
"engines": {
"node": ">=18.17"
2025-10-31 16:02:54 +00:00
}
2022-09-16 15:47:36 +00:00
}
}
2019-05-16 23:36:45 -04:00
}