mirror of
https://github.com/jakejarvis/careful-downloader.git
synced 2025-04-26 07:45:23 -04:00
remove @types/url-parse
This commit is contained in:
parent
97315225c1
commit
a5fade6ddc
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "careful-downloader",
|
||||
"version": "1.4.0",
|
||||
"description": "🕵️♀️ Downloads a file and its checksums to a temporary directory, validates the hash, and optionally extracts it if safe.",
|
||||
"description": "🕵️♀️ Downloads a file and its checksums, validates the hash, and optionally extracts it if safe.",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/jakejarvis/careful-downloader",
|
||||
"author": {
|
||||
@ -37,7 +37,6 @@
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/decompress": "^4.2.4",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/url-parse": "^1.4.4",
|
||||
"chai": "^4.3.4",
|
||||
"eslint": "^8.0.1",
|
||||
"mocha": "^9.1.3"
|
||||
|
@ -129,11 +129,6 @@
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/url-parse@^1.4.4":
|
||||
version "1.4.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.4.tgz#ebeb0ec8b581318739cf73e9f9b186f610764255"
|
||||
integrity sha512-KtQLad12+4T/NfSxpoDhmr22+fig3T7/08QCgmutYA6QSznSRmEtuL95GrhVV40/0otTEdFc+etRcCTqhh1q5Q==
|
||||
|
||||
"@ungap/promise-all-settled@1.1.2":
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
|
||||
|
Loading…
x
Reference in New Issue
Block a user