12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "ibackuptool",
- "version": "4.0.1",
- "description": "Read Messages and info from iOS Backups",
- "main": "tools/index.js",
- "scripts": {
- "test": "tap tests",
- "start": "node tools/cli.js"
- },
- "bin": {
- "ibackuptool": "tools/cli.js"
- },
- "preferGlobal": true,
- "repository": "https://github.com/richinfante/iphonebackuptools",
- "author": "@richinfante",
- "license": "MIT",
- "dependencies": {
- "bplist-parser": "^0.1.1",
- "buffer-reader": "^0.1.0",
- "chalk": "^1.1.3",
- "commander": "^6.1.0",
- "fs-extra": "^4.0.3",
- "json2csv": "^3.11.5",
- "plist": "^3.0.6",
- "sqlite3": "^4.0.0",
- "stat-mode": "^1.0.0",
- "strip-ansi": "^4.0.0"
- },
- "devDependencies": {
- "eslint": "^4.19.1",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-node": "^6.0.1",
- "eslint-plugin-promise": "^3.8.0",
- "eslint-plugin-standard": "^3.1.0",
- "tap": "^14.10.8"
- }
- }
|