Files
toolkit/packages/artifact/package-lock.json
T

74 lines
2.4 KiB
JSON
Raw Normal View History

2020-02-11 09:49:46 -05:00
{
"name": "@actions/artifact",
"version": "2.0.0",
2023-08-03 16:36:11 -04:00
"lockfileVersion": 3,
2020-02-11 09:49:46 -05:00
"requires": true,
2022-03-01 12:10:10 -08:00
"packages": {
"": {
"name": "@actions/artifact",
"version": "2.0.0",
2022-03-01 12:10:10 -08:00
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/http-client": "^2.1.0"
2022-03-01 12:10:10 -08:00
},
"devDependencies": {
2023-08-03 16:36:11 -04:00
"@types/tmp": "^0.2.1",
"typescript": "^4.3.0"
2022-03-01 12:10:10 -08:00
}
},
"node_modules/@actions/core": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
2022-03-01 12:10:10 -08:00
"dependencies": {
2022-09-16 15:47:36 +00:00
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
2022-03-01 12:10:10 -08:00
}
},
"node_modules/@actions/http-client": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.0.tgz",
"integrity": "sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==",
"dependencies": {
"tunnel": "^0.0.6"
}
},
2023-08-03 16:36:11 -04:00
"node_modules/@types/tmp": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz",
"integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==",
"dev": true
},
2022-03-01 12:10:10 -08:00
"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/typescript": {
2023-08-03 16:36:11 -04:00
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
2022-03-01 12:10:10 -08:00
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
2022-09-16 15:47:36 +00:00
"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"
}
2022-03-01 12:10:10 -08:00
}
2020-02-11 09:49:46 -05:00
}
}