forked from mzehrer/node-7z
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3ee8fc
commit fc4f809
Showing
3 changed files
with
75 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |