Skip to content

Commit fc4f809

Browse files
committed
Update deprecated package
1 parent a3ee8fc commit fc4f809

File tree

3 files changed

+75
-75
lines changed

3 files changed

+75
-75
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node-7z-forall
99
1010
> ____This is for version 2.x WIP, for version 1.x see [1x](https://github.com/techno-express/node-7z-forall/tree/1x) branch.____
1111
12-
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.
12+
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.
1313

1414
Usage
1515
-----

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"name": "node-7z-forall",
3-
"version": "2.1.2",
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.",
5-
"type": "commonjs",
6-
"main": "lib/index.js",
7-
"exports": {
8-
".": "./lib/index.js",
9-
"./module": "./lib/esm/index.mjs"
10-
},
11-
"scripts": {
12-
"test": "mocha --recursive test/ --timeout=0 --extension mjs --extension js",
13-
"coverage": "npx nyc@latest --reporter json --reporter text mocha --recursive test/ --timeout=0 --extension mjs --extension js && npx codecov -f coverage/coverage-final.json",
14-
"install": "node installer.js"
15-
},
16-
"repository": {
17-
"type": "git",
18-
"url": "https://github.com/techno-express/node-7z-forall.git"
19-
},
20-
"keywords": [
21-
"node",
22-
"7z",
23-
"7za",
24-
"7zr",
25-
"p7zip",
26-
"7zip",
27-
"sfx",
28-
"binary",
29-
"wrapper",
30-
"Mac OS X",
31-
"Windows",
32-
"Linux",
33-
"Apple",
34-
"cross-platform"
35-
],
36-
"author": "Quentin Rossetti <[email protected]>",
37-
"contributors": [
38-
"HelloGravity",
39-
"sketchpunk",
40-
"Dannii Willis <[email protected]>",
41-
"redx25 <[email protected]>",
42-
"l. stubbs <[email protected]>",
43-
"František Gič <[email protected]>",
44-
"Oskar Larsson Högfeldt <[email protected]>"
45-
],
46-
"license": "ISC",
47-
"bugs": {
48-
"url": "https://github.com/techno-express/node-7z-forall/issues"
49-
},
50-
"homepage": "https://github.com/techno-express/node-7z-forall.git",
51-
"files": [
52-
"*.js",
53-
"*.mjs",
54-
"LICENSE",
55-
"README.md",
56-
"lib",
57-
"util"
58-
],
59-
"engines": {
60-
"node": ">=10.0.0"
61-
},
62-
"dependencies": {
63-
"all-unpacker": "^0.1.13",
64-
"cross-spawn": "^7.0.3",
65-
"fs-extra": "^9.0.1",
66-
"macos-release": "^2.4.1",
67-
"node-wget-fetch": "^1.0.5",
68-
"system-installer": "^1.1.5",
69-
"when": "^3.7.8"
70-
},
71-
"devDependencies": {
72-
"chai": "^4.2.0",
73-
"mocha": "^8.2.0"
74-
}
2+
"name": "node-7z-forall",
3+
"version": "2.1.4",
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.",
5+
"type": "commonjs",
6+
"main": "lib/index.js",
7+
"exports": {
8+
".": "./lib/index.js",
9+
"./module": "./lib/esm/index.mjs"
10+
},
11+
"scripts": {
12+
"test": "mocha --recursive test/ --timeout=0 --extension mjs --extension js",
13+
"coverage": "npx nyc@latest --reporter json --reporter text mocha --recursive test/ --timeout=0 --extension mjs --extension js && npx codecov -f coverage/coverage-final.json",
14+
"install": "node installer.js"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/techno-express/node-7z-forall.git"
19+
},
20+
"keywords": [
21+
"node",
22+
"7z",
23+
"7za",
24+
"7zr",
25+
"p7zip",
26+
"7zip",
27+
"sfx",
28+
"binary",
29+
"wrapper",
30+
"Mac OS X",
31+
"Windows",
32+
"Linux",
33+
"Apple",
34+
"cross-platform"
35+
],
36+
"author": "Quentin Rossetti <[email protected]>",
37+
"contributors": [
38+
"HelloGravity",
39+
"sketchpunk",
40+
"Dannii Willis <[email protected]>",
41+
"redx25 <[email protected]>",
42+
"l. stubbs <[email protected]>",
43+
"František Gič <[email protected]>",
44+
"Oskar Larsson Högfeldt <[email protected]>"
45+
],
46+
"license": "ISC",
47+
"bugs": {
48+
"url": "https://github.com/techno-express/node-7z-forall/issues"
49+
},
50+
"homepage": "https://github.com/techno-express/node-7z-forall.git",
51+
"files": [
52+
"*.js",
53+
"*.mjs",
54+
"LICENSE",
55+
"README.md",
56+
"lib",
57+
"util"
58+
],
59+
"engines": {
60+
"node": ">=10.0.0"
61+
},
62+
"dependencies": {
63+
"all-unpacker": "^0.1.13",
64+
"cross-spawn": "^7.0.3",
65+
"fs-extra": "^9.0.1",
66+
"macos-release": "^2.4.1",
67+
"node-wget-fetch": "^1.0.5",
68+
"system-installer": "^1.1.5",
69+
"when": "^3.7.8"
70+
},
71+
"devDependencies": {
72+
"chai": "^4.2.0",
73+
"mocha": "^8.2.0"
74+
}
7575
}

0 commit comments

Comments
 (0)