node-7z-archive
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -62,3 +62,3 @@ 'use strict'; | ||
let commands = command.match(regexpCommands) || []; | ||
for (command of commands) { | ||
for (let command of commands) { | ||
const arg = command.replace(/(\/|\\)/g, sep); | ||
@@ -65,0 +65,0 @@ args.push(normalize(arg)); |
{ | ||
"name": "node-7z-archive", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.", | ||
@@ -46,3 +46,4 @@ "type": "module", | ||
"Oskar Larsson Högfeldt <g@oskar-lh.name>", | ||
"Amin Yahyaabadi <aminyahyaabadi74@gmail.com>" | ||
"Amin Yahyaabadi <aminyahyaabadi74@gmail.com>", | ||
"sergxerj" | ||
], | ||
@@ -49,0 +50,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
147676