Skip to content

Commit

Permalink
Update deprecated package
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Dec 21, 2020
1 parent a3ee8fc commit fc4f809
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 73 additions & 73 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
"HelloGravity",
"sketchpunk",
"Dannii Willis <[email protected]>",
"redx25 <[email protected]>",
"l. stubbs <[email protected]>",
"František Gič <[email protected]>",
"Oskar Larsson Högfeldt <[email protected]>"
],
"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 <[email protected]>",
"contributors": [
"HelloGravity",
"sketchpunk",
"Dannii Willis <[email protected]>",
"redx25 <[email protected]>",
"l. stubbs <[email protected]>",
"František Gič <[email protected]>",
"Oskar Larsson Högfeldt <[email protected]>"
],
"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"
}
}

0 comments on commit fc4f809

Please sign in to comment.