UNPKG

irestore

Version:

Utility to extract files and keychain information from iOS backups

42 lines (41 loc) 964 B
{ "name": "irestore", "version": "1.0.4", "description": "Utility to extract files and keychain information from iOS backups", "keywords": [ "ios", "ipados", "keychain", "encryption", "decryption", "irestore", "apple", "password", "credentials" ], "repository": { "type": "git", "url": "git+https://github.com/dnicolson/node-irestore.git" }, "license": "MIT", "author": "Dave Nicolson <david.nicolson@gmail.com>", "main": "index.js", "scripts": { "postinstall": "go-npm install", "test": "jest", "preuninstall": "go-npm uninstall" }, "dependencies": { "@go-task/go-npm": "^0.2.0", "node-pty": "^1.0.0", "shell-escape": "^0.2.0" }, "devDependencies": { "jest": "^29.0.3" }, "goBinary": { "name": "irestore", "path": "./bin", "url": "https://github.com/dnicolson/irestore/releases/download/v0.2.0/irestore_0.2.0_{{platform}}_{{arch}}.tar.gz" } }