diff --git a/README.md b/README.md index a826b60..ed0bebe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ node-7z-forall > ____This is for version 2.x WIP, for version 1.x see [1x](https://github.com/techno-express/node-7z-forall/tree/1x) branch.____ -There is another module [node-7z-archive](https://nodei.co/npm/node-7z-archive/) that is ESM only, has an alternative CLI interface, and using the full `7zip` version, mostly a BC WIP rewrite. +There is another module [node-7z-archive](https://nodei.co/npm/node-7z-archive/) that is ESM only, has an alternative CLI interface, and using the full `7zip` version, mostly a BC rewrite. Usage ----- diff --git a/package-lock.json b/package-lock.json index c36ef5f..6f31d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-7z-forall", - "version": "2.1.2", + "version": "2.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c7145b..61c8ede 100644 --- a/package.json +++ b/package.json @@ -1,75 +1,75 @@ { - "name": "node-7z-forall", - "version": "2.1.2", - "description": "A CommonJs and ESM frontend to 7-Zip, downloads binaries in for Linux, Windows, and Mac OSX, with methods to create SFX self extracting 7z archives targeting different platforms.", - "type": "commonjs", - "main": "lib/index.js", - "exports": { - ".": "./lib/index.js", - "./module": "./lib/esm/index.mjs" - }, - "scripts": { - "test": "mocha --recursive test/ --timeout=0 --extension mjs --extension js", - "coverage": "npx nyc@latest --reporter json --reporter text mocha --recursive test/ --timeout=0 --extension mjs --extension js && npx codecov -f coverage/coverage-final.json", - "install": "node installer.js" - }, - "repository": { - "type": "git", - "url": "https://github.com/techno-express/node-7z-forall.git" - }, - "keywords": [ - "node", - "7z", - "7za", - "7zr", - "p7zip", - "7zip", - "sfx", - "binary", - "wrapper", - "Mac OS X", - "Windows", - "Linux", - "Apple", - "cross-platform" - ], - "author": "Quentin Rossetti ", - "contributors": [ - "HelloGravity", - "sketchpunk", - "Dannii Willis ", - "redx25 ", - "l. stubbs ", - "František Gič ", - "Oskar Larsson Högfeldt " - ], - "license": "ISC", - "bugs": { - "url": "https://github.com/techno-express/node-7z-forall/issues" - }, - "homepage": "https://github.com/techno-express/node-7z-forall.git", - "files": [ - "*.js", - "*.mjs", - "LICENSE", - "README.md", - "lib", - "util" - ], - "engines": { - "node": ">=10.0.0" - }, - "dependencies": { - "all-unpacker": "^0.1.13", - "cross-spawn": "^7.0.3", - "fs-extra": "^9.0.1", - "macos-release": "^2.4.1", - "node-wget-fetch": "^1.0.5", - "system-installer": "^1.1.5", - "when": "^3.7.8" - }, - "devDependencies": { - "chai": "^4.2.0", - "mocha": "^8.2.0" - } + "name": "node-7z-forall", + "version": "2.1.4", + "description": "A CommonJs and ESM frontend to 7-Zip, downloads binaries in for Linux, Windows, and Mac OSX, with methods to create SFX self extracting 7z archives targeting different platforms.", + "type": "commonjs", + "main": "lib/index.js", + "exports": { + ".": "./lib/index.js", + "./module": "./lib/esm/index.mjs" + }, + "scripts": { + "test": "mocha --recursive test/ --timeout=0 --extension mjs --extension js", + "coverage": "npx nyc@latest --reporter json --reporter text mocha --recursive test/ --timeout=0 --extension mjs --extension js && npx codecov -f coverage/coverage-final.json", + "install": "node installer.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/techno-express/node-7z-forall.git" + }, + "keywords": [ + "node", + "7z", + "7za", + "7zr", + "p7zip", + "7zip", + "sfx", + "binary", + "wrapper", + "Mac OS X", + "Windows", + "Linux", + "Apple", + "cross-platform" + ], + "author": "Quentin Rossetti ", + "contributors": [ + "HelloGravity", + "sketchpunk", + "Dannii Willis ", + "redx25 ", + "l. stubbs ", + "František Gič ", + "Oskar Larsson Högfeldt " + ], + "license": "ISC", + "bugs": { + "url": "https://github.com/techno-express/node-7z-forall/issues" + }, + "homepage": "https://github.com/techno-express/node-7z-forall.git", + "files": [ + "*.js", + "*.mjs", + "LICENSE", + "README.md", + "lib", + "util" + ], + "engines": { + "node": ">=10.0.0" + }, + "dependencies": { + "all-unpacker": "^0.1.13", + "cross-spawn": "^7.0.3", + "fs-extra": "^9.0.1", + "macos-release": "^2.4.1", + "node-wget-fetch": "^1.0.5", + "system-installer": "^1.1.5", + "when": "^3.7.8" + }, + "devDependencies": { + "chai": "^4.2.0", + "mocha": "^8.2.0" + } }