mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Install @types/download
This commit is contained in:
parent
b1cc929135
commit
eedc32f380
@ -4,6 +4,7 @@
|
|||||||
"download": "^8.0.0",
|
"download": "^8.0.0",
|
||||||
"@actions/core": "^1.2.4",
|
"@actions/core": "^1.2.4",
|
||||||
"@actions/github": "^2.2.0",
|
"@actions/github": "^2.2.0",
|
||||||
|
"@types/download": "^6.2.4",
|
||||||
"@types/node": "^13.13.5"
|
"@types/node": "^13.13.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@actions/core': 1.2.4
|
'@actions/core': 1.2.4
|
||||||
'@actions/github': 2.2.0
|
'@actions/github': 2.2.0
|
||||||
|
'@types/download': 6.2.4
|
||||||
'@types/node': 13.13.5
|
'@types/node': 13.13.5
|
||||||
download: 8.0.0
|
download: 8.0.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
@ -126,6 +127,26 @@ packages:
|
|||||||
node: '>=4'
|
node: '>=4'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
|
integrity: sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==
|
||||||
|
/@types/decompress/4.2.3:
|
||||||
|
dependencies:
|
||||||
|
'@types/node': 13.13.5
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-W24e3Ycz1UZPgr1ZEDHlK4XnvOr+CpJH3qNsFeqXwwlW/9END9gxn3oJSsp7gYdiQxrXUHwUUd3xuzVz37MrZQ==
|
||||||
|
/@types/download/6.2.4:
|
||||||
|
dependencies:
|
||||||
|
'@types/decompress': 4.2.3
|
||||||
|
'@types/got': 8.3.5
|
||||||
|
'@types/node': 13.13.5
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-Lo5dy3ai6LNnbL663sgdzqL1eib11u1yKH6w3v3IXEOO4kRfQpMn1qWUTaumcHLACjFp1RcBx9tUXEvJoR3vcA==
|
||||||
|
/@types/got/8.3.5:
|
||||||
|
dependencies:
|
||||||
|
'@types/node': 13.13.5
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-AaXSrIF99SjjtPVNmCmYb388HML+PKEJb/xmj4SbL2ZO0hHuETZZzyDIKfOqaEoAHZEuX4sC+FRFrHYJoIby6A==
|
||||||
/@types/node/13.13.5:
|
/@types/node/13.13.5:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
@ -1043,6 +1064,7 @@ packages:
|
|||||||
specifiers:
|
specifiers:
|
||||||
'@actions/core': ^1.2.4
|
'@actions/core': ^1.2.4
|
||||||
'@actions/github': ^2.2.0
|
'@actions/github': ^2.2.0
|
||||||
|
'@types/download': ^6.2.4
|
||||||
'@types/node': ^13.13.5
|
'@types/node': ^13.13.5
|
||||||
'@zeit/ncc': ^0.22.1
|
'@zeit/ncc': ^0.22.1
|
||||||
download: ^8.0.0
|
download: ^8.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user