1
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:
Jake Jarvis 2021-10-16 06:24:14 -04:00
parent 97315225c1
commit a5fade6ddc
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 1 additions and 7 deletions

View File

@ -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"

View File

@ -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"