|
1 | 1 | {
|
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 |
| - |
42 |
| - |
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 | + |
| 42 | + |
| 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 | + } |
75 | 75 | }
|
0 commit comments