@badisi/xbw 2.0.4 → 2.0.5
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/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -8,14 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
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>
|
|
11
|
+
<img src="https://img.shields.io/npm/v/@badisi/xbw.svg?color=blue&logo=npm" alt="npm version" /></a>
|
|
13
12
|
<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>
|
|
13
|
+
<img src="https://img.shields.io/npm/dw/@badisi/xbw.svg?color=7986CB&logo=npm" alt="npm donwloads" /></a>
|
|
16
14
|
<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>
|
|
15
|
+
<img src="https://img.shields.io/badge/license-custom-ff69b4" alt="license" /></a>
|
|
19
16
|
</p>
|
|
20
17
|
|
|
21
18
|
<p align="center">
|
|
@@ -184,7 +181,7 @@ Credit
|
|
|
184
181
|
License
|
|
185
182
|
-------
|
|
186
183
|
|
|
187
|
-
Copyright © 2013
|
|
184
|
+
Copyright © 2013 [Badisi](https://github.com/Badisi)
|
|
188
185
|
|
|
189
186
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
190
187
|
a copy of this software and associated documentation files (the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@badisi/xbw",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@colors/colors": "^1.6.0",
|
|
48
48
|
"node-addon-api": "^7.0.0",
|
|
49
|
-
"node-gyp-build": "^4.6.
|
|
49
|
+
"node-gyp-build": "^4.6.1"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|