UNPKG

igir

Version:

🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.

159 lines (158 loc) • 5.18 kB
{ "name": "igir", "version": "3.4.2", "description": "🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.", "keywords": [ "1g1r", "analogue-pocket", "anbernic", "batocera", "cmpro", "emulation", "hacktoberfest", "logiqx", "mame", "mister", "miyoo", "no-intro", "redump", "retroarch", "roms", "tosec" ], "homepage": "https://igir.io/", "bugs": { "url": "https://github.com/emmercm/igir/issues" }, "license": "GPL-3.0-or-later", "author": "Christian Emmer", "funding": "https://github.com/sponsors/emmercm", "type": "module", "files": [ "dist", "!**/test/**", "!**/*.test.*", "!**/jest.*" ], "main": "dist/index.js", "bin": { "igir": "dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/emmercm/igir.git" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "cache:clear": "npm cache clean --force && node --experimental-vm-modules ./node_modules/jest/bin/jest.js --clearCache", "postinstall": "node --eval \"if(require('fs').existsSync('dist')===false){process.exit(1);}\" || npm run build", "prepare": "husky", "start": "node --loader ts-node/esm index.ts", "build": "tsc && node --eval \"if(process.platform!=='win32'){process.exit(1);}\" || chmod +x dist/index.js", "package": "npm run build && node --loader ts-node/esm package.ts", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "npm run test:unit && npm run lint", "test:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose", "test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose --coverage", "test:handles": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose --detectOpenHandles", "bump:major": "npm version major --no-git-tag-version && npm run update:readme", "bump:minor": "npm version minor --no-git-tag-version && npm run update:readme", "bump:patch": "npm version patch --no-git-tag-version && npm run update:readme", "update:readme": "./scripts/update-readme-help.sh", "prepack": "npm run build && npm run update:readme -- 72", "postpack": "npm run update:readme", "docs:serve": "mkdocs serve" }, "dependencies": { "@fast-csv/format": "5.0.2", "@fast-csv/parse": "5.0.2", "@gplane/cue": "0.2.0", "@node-rs/crc32": "1.10.6", "7zip-min": "2.0.0", "archiver": "7.0.1", "async": "3.2.6", "async-mutex": "0.5.0", "chalk": "5.4.1", "chdman": "0.275.1", "class-transformer": "0.5.1", "cli-progress": "3.12.0", "dolphin-tool": "0.2503.0", "fast-glob": "3.3.3", "fast-xml-parser": "5.0.9", "graceful-fs": "4.2.11", "is-admin": "4.0.0", "junk": "4.0.1", "maxcso": "0.1130.11", "micromatch": "4.0.8", "moment": "2.30.1", "node-disk-info": "1.3.0", "node-unrar-js": "2.0.2", "reflect-metadata": "0.2.2", "semver": "7.7.1", "simple-statistics": "7.8.8", "strip-ansi": "7.1.0", "tar": "6.2.1", "terminal-size": "4.0.0", "trash": "8.1.1", "typescript-memoize": "1.1.1", "wrap-ansi": "8.1.0", "xml2js": "0.6.2", "yargs": "17.7.2", "zstd-napi": "0.0.7" }, "devDependencies": { "@jest/globals": "29.7.0", "@types/archiver": "6.0.3", "@types/async": "3.2.24", "@types/cli-progress": "3.11.6", "@types/jest": "29.5.14", "@types/micromatch": "4.0.9", "@types/node": "22.13.13", "@types/semver": "7.5.8", "@types/tar": "6.1.13", "@types/which": "3.0.4", "@types/xml2js": "0.4.14", "@types/yargs": "17.0.33", "@typescript-eslint/eslint-plugin": "8.30.1", "@typescript-eslint/parser": "8.30.1", "auto-changelog": "2.5.0", "caxa": "3.0.1", "eslint": "9.24.0", "eslint-config-prettier": "10.1.2", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "28.11.0", "eslint-plugin-jsdoc": "50.6.9", "eslint-plugin-prettier": "5.2.6", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-unicorn": "58.0.0", "husky": "9.1.7", "jest": "29.7.0", "jest-extended": "4.0.2", "prettier": "3.5.3", "ts-jest": "29.3.0", "ts-node": "10.9.2", "typescript": "5.8.3", "typescript-eslint": "8.30.1", "which": "5.0.0" }, "//engines": [ "Requires >=14.17.0 for TypeScript v5.1", "Requires ^12.20.0 || ^14.13.1 || >=16.0.0 for ES6 modules, even though `tsc` can target ES5 or lower", "Requires ^14.18.0 || >=16.0.0 for `node:` prefixed built-in modules that many dependencies use", "Requires >=15.0.0 for npm v7 for package-lock.json v3 because Renovate stopped respecting the existing version in August 2023", "Requires ^14.18.0 || >=16.3.0 for `os.devNull`", "Requires >=16.6.0 for `Array.prototype.at()`", "Requires >=16.7.0 for `fs.cp()`", "Requires >=16.3.0 for ES2020 & ES2021" ], "engines": { "node": ">=16.7.0" }, "volta": { "node": "22.14.0" } }