From 2328a044b22331c2757e3014d6236bda32a2d1d4 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 22 Dec 2022 16:27:14 +0530 Subject: [PATCH] fixed-indent --- file/nodejs/zip-path-overwrite.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/file/nodejs/zip-path-overwrite.yaml b/file/nodejs/zip-path-overwrite.yaml index 341deb715d..1ac8f4e113 100644 --- a/file/nodejs/zip-path-overwrite.yaml +++ b/file/nodejs/zip-path-overwrite.yaml @@ -14,15 +14,15 @@ file: extractors: - type: regex regex: - - "\\$X = require\\('unzip'\\)" - - "\\$X = require\\('unzipper'\\)" - - "\\$Y\\.pipe\\(\\$UNZIP\\.Parse\\(...\\)\\)\\.on\\('entry', function $FUNC\\(...\\) {" - - "\\$X = \\$FILENAME\\.indexOf\\(...\\)" - - "\\$FUNC\\.pipe\\(\\$FS\\.createWriteStream\\(\\$FIL, ...\\)\\)" - - "\\$FUNC\\.pipe\\(\\$FS\\.writeFile\\(\\$FIL, ...\\)\\)" - - "\\$FUNC\\.pipe\\(\\$FS\\.writeFileSync\\(\\$FIL, ...\\)\\)" - - "\\$UNZIP\\.Parse\\(...\\)\\.on\\('entry', function \\$FUNC\\(\\$ENTRY\\) {" - - "\\$FS\\.createWriteStream\\(\\$FIL, ...\\)" - - "\\$FS\\.writeFile\\(\\$FIL, ...\\)" - - "\\$FS\\.writeFileSync\\(\\$FIL, ...\\)" + - "\\$X = require\\('unzip'\\)" + - "\\$X = require\\('unzipper'\\)" + - "\\$Y\\.pipe\\(\\$UNZIP\\.Parse\\(...\\)\\)\\.on\\('entry', function $FUNC\\(...\\) {" + - "\\$X = \\$FILENAME\\.indexOf\\(...\\)" + - "\\$FUNC\\.pipe\\(\\$FS\\.createWriteStream\\(\\$FIL, ...\\)\\)" + - "\\$FUNC\\.pipe\\(\\$FS\\.writeFile\\(\\$FIL, ...\\)\\)" + - "\\$FUNC\\.pipe\\(\\$FS\\.writeFileSync\\(\\$FIL, ...\\)\\)" + - "\\$UNZIP\\.Parse\\(...\\)\\.on\\('entry', function \\$FUNC\\(\\$ENTRY\\) {" + - "\\$FS\\.createWriteStream\\(\\$FIL, ...\\)" + - "\\$FS\\.writeFile\\(\\$FIL, ...\\)" + - "\\$FS\\.writeFileSync\\(\\$FIL, ...\\)" condition: or