From daaac4306e02e9f490c03f030715880a3498262c Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 1 Aug 2022 13:35:10 +0200 Subject: [PATCH] Linting, node_modules update --- node_modules/@types/adm-zip/package.json | 86 ++++++++++++------------ src/util.test.ts | 2 +- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/node_modules/@types/adm-zip/package.json b/node_modules/@types/adm-zip/package.json index b465979fb..f43c32042 100755 --- a/node_modules/@types/adm-zip/package.json +++ b/node_modules/@types/adm-zip/package.json @@ -1,47 +1,47 @@ { - "name": "@types/adm-zip", - "version": "0.5.0", - "description": "TypeScript definitions for adm-zip", - "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip", - "license": "MIT", - "contributors": [ - { - "name": "John Vilk", - "url": "https://github.com/jvilk", - "githubUsername": "jvilk" - }, - { - "name": "Abner Oliveira", - "url": "https://github.com/abner", - "githubUsername": "abner" - }, - { - "name": "BendingBender", - "url": "https://github.com/BendingBender", - "githubUsername": "BendingBender" - }, - { - "name": "Matthew Sainsbury", - "url": "https://github.com/mattsains", - "githubUsername": "mattsains" - }, - { - "name": "Lei Nelissen", - "url": "https://github.com/LeiNelissen", - "githubUsername": "LeiNelissen" - } - ], - "main": "", - "types": "index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", - "directory": "types/adm-zip" + "name": "@types/adm-zip", + "version": "0.5.0", + "description": "TypeScript definitions for adm-zip", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip", + "license": "MIT", + "contributors": [ + { + "name": "John Vilk", + "url": "https://github.com/jvilk", + "githubUsername": "jvilk" }, - "scripts": {}, - "dependencies": { - "@types/node": "*" + { + "name": "Abner Oliveira", + "url": "https://github.com/abner", + "githubUsername": "abner" }, - "typesPublisherContentHash": "e7f9407982926b4743453eb7e13bc93b66f3e599200f0d101fe305016af41e50", - "typeScriptVersion": "3.9" + { + "name": "BendingBender", + "url": "https://github.com/BendingBender", + "githubUsername": "BendingBender" + }, + { + "name": "Matthew Sainsbury", + "url": "https://github.com/mattsains", + "githubUsername": "mattsains" + }, + { + "name": "Lei Nelissen", + "url": "https://github.com/LeiNelissen", + "githubUsername": "LeiNelissen" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/adm-zip" + }, + "scripts": {}, + "dependencies": { + "@types/node": "*" + }, + "typesPublisherContentHash": "e7f9407982926b4743453eb7e13bc93b66f3e599200f0d101fe305016af41e50", + "typeScriptVersion": "3.9" } \ No newline at end of file diff --git a/src/util.test.ts b/src/util.test.ts index aa4ec9905..6b4237519 100644 --- a/src/util.test.ts +++ b/src/util.test.ts @@ -450,4 +450,4 @@ for (const [ // TODO(angelapwen): Test listFolder() returns empty if not a directory -// TODO(angelapwen): Test doesDirectoryExist() returns empty if directory is empty \ No newline at end of file +// TODO(angelapwen): Test doesDirectoryExist() returns empty if directory is empty