UNPKG

@mymindstorm/rpm-extract

Version:

Programmatically extract files from rpm packages

61 lines (60 loc) 1.18 kB
{ "name": "@mymindstorm/rpm-extract", "version": "1.2.2", "description": "Programmatically extract files from rpm packages", "main": "lib/index.js", "scripts": { "compile": "rimraf lib && node esbuild.mjs", "prepublish": "npm run compile" }, "dependencies": { "concat-stream": "^1.5.2", "cpio-stream": "^1.3.0", "lzma-native": "^8.0.6", "pify": "^2.3.0", "read-chunk": "^2.0.0" }, "devDependencies": { "esbuild": "^0.25.0", "rimraf": "^2.5.3" }, "nyc": { "sourceMap": false, "instrument": false, "exclude": [ "test/**/*", "lib/**/*" ], "reporter": [ "html", "lcov" ], "check-coverage": true, "statements": 100, "branches": 90, "functions": 100, "lines": 100, "cache": true, "all": true }, "engines": { "node": ">=4.5.0", "npm": ">=3" }, "repository": { "type": "git", "url": "https://github.com/dowjones/rpm-extract.git" }, "keywords": [ "rpm", "extract", "cpio", "unarchive", "decompress" ], "files": [ "lib" ], "author": "Brendan Early <mymindstorm@evermiss.net>", "license": "ISC" }