@badisi/xbw 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,16 +1,31 @@
1
- # @badisi/xbw
2
-
3
- 🎮 NodeJS module utility which provides helpful functions to read and/or verify xbox360 backup iso files.
4
-
5
- [![npm version](https://img.shields.io/npm/v/@badisi/xbw.svg?color=blue&logo=npm)][npm]
6
- [![npm donwloads](https://img.shields.io/npm/dw/@badisi/xbw.svg?color=7986CB&logo=npm)][npm-dl]
7
- [![license](https://img.shields.io/badge/license-custom-ff69b4)][license]
8
-
9
- ![darwin-x64](https://img.shields.io/badge/darwin-x64-green)
10
- ![linux-x64](https://img.shields.io/badge/linux-x64-green)
11
- ![win32-x64](https://img.shields.io/badge/win32-x64-green)
12
- ![win32-ia32](https://img.shields.io/badge/win32-ia32-green)
13
-
1
+ <h1 align="center">
2
+ @badisi/xbw
3
+ </h1>
4
+
5
+ <p align="center">
6
+ <i>🎮 NodeJS module utility which provides helpful functions to read and/or verify xbox360 backup iso files.</i><br/>
7
+ </p>
8
+
9
+ <p align="center">
10
+ <a href="https://www.npmjs.com/package/@badisi/xbw">
11
+ <img src="https://img.shields.io/npm/v/@badisi/xbw.svg?color=blue&logo=npm" alt="npm version" />
12
+ </a>
13
+ <a href="https://npmcharts.com/compare/@badisi/xbw?minimal=true">
14
+ <img src="https://img.shields.io/npm/dw/@badisi/xbw.svg?color=7986CB&logo=npm" alt="npm donwloads" />
15
+ </a>
16
+ <a href="https://github.com/Badisi/xbw/blob/main/LICENSE">
17
+ <img src="https://img.shields.io/badge/license-custom-ff69b4" alt="license" />
18
+ </a>
19
+ </p>
20
+
21
+ <p align="center">
22
+ <img src="https://img.shields.io/badge/darwin-x64-green" alt="build darwin-x64 status" />
23
+ <img src="https://img.shields.io/badge/linux-x64-green" alt="build linux-x64 status" />
24
+ <img src="https://img.shields.io/badge/win32-x64-green" alt="build win32-x64 status" />
25
+ <img src="https://img.shields.io/badge/win32-ia32-green" alt="build win32-ia32 status" />
26
+ </p>
27
+
28
+ <hr/>
14
29
 
15
30
  ## Installation
16
31
 
@@ -37,7 +52,7 @@ $ xbw --help
37
52
  info ...... Extract information from backup iso files
38
53
 
39
54
  Examples:
40
- $ xbw info backup.iso
55
+ $ xbw info .
41
56
  $ xbw info backup1.iso backup2.iso path/to/backups/folder/
42
57
  $ xbw verify backup.iso --corrupt --af3 --patchgarbage --patchitanyway
43
58
  $ xbw verify backup1.iso backup2.iso path/to/backups/folder
@@ -188,11 +203,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
188
203
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
189
204
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
190
205
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
191
-
192
-
193
-
194
-
195
- [npm]: https://www.npmjs.com/package/@badisi/xbw
196
- [npm-dl]: https://npmcharts.com/compare/@badisi/xbw?minimal=true
197
- [license]: https://github.com/Badisi/xbw/blob/master/LICENSE
198
- [david-deps]: https://david-dm.org/badisi/xbw
package/bin/xbw CHANGED
@@ -40,7 +40,7 @@
40
40
  console.log();
41
41
  console.log(` ${white(bold('Examples:'))}`);
42
42
  console.log();
43
- console.log(` ${gray('$')} ${cyan('xbw info backup.iso')}`);
43
+ console.log(` ${gray('$')} ${cyan('xbw info .')}`);
44
44
  console.log(` ${gray('$')} ${cyan('xbw info backup1.iso backup2.iso path/to/backups/folder/')}`);
45
45
  console.log(` ${gray('$')} ${cyan('xbw verify backup.iso --corrupt --af3 --patchgarbage --patchitanyway')}`);
46
46
  console.log(` ${gray('$')} ${cyan('xbw verify backup1.iso backup2.iso path/to/backups/folder')}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badisi/xbw",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Utility to read and/or verify xbox360 backup iso files",
5
5
  "homepage": "https://github.com/Badisi/xbw",
6
6
  "license": "SEE LICENSE IN file",
@@ -27,6 +27,16 @@
27
27
  "iso",
28
28
  "v8"
29
29
  ],
30
+ "files": [
31
+ "bin",
32
+ "prebuilds",
33
+ "binding.gyp",
34
+ "index.d.ts",
35
+ "index.js",
36
+ "LICENSE",
37
+ "package.json",
38
+ "README.md"
39
+ ],
30
40
  "engines": {
31
41
  "node": ">= 12"
32
42
  },
@@ -35,7 +45,7 @@
35
45
  },
36
46
  "dependencies": {
37
47
  "@colors/colors": "^1.5.0",
38
- "node-addon-api": "^5.0.0",
39
- "node-gyp-build": "^4.5.0"
48
+ "node-addon-api": "^6.0.0",
49
+ "node-gyp-build": "^4.6.0"
40
50
  }
41
51
  }
Binary file
Binary file
Binary file
Binary file