node-native-win-utils 1.3.3 → 1.3.4
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 +1 -1
- package/README.md +2 -5
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
[![License][license-src]][license-href]
|
|
3
3
|
|
|
4
|
-
[](https://www.buymeacoffee.com/ryner)
|
|
5
|
-
|
|
6
|
-
|
|
7
4
|
|
|
8
5
|
#### USDT TRC20 - TYAJ3K3MZraJhWimxxeCKcJ2SYABkVsrzi
|
|
9
6
|
#### USDT TON - UQDokuYZXr4OHvfslDqUoFYcp1_F8tcjQPk_TvqSSDk7SIa7
|
|
@@ -750,9 +747,9 @@ console.log("Key up:", data.keyCode, data.keyName);
|
|
|
750
747
|
|
|
751
748
|
|
|
752
749
|
[OpenCV License](https://github.com/opencv/opencv/blob/master/LICENSE)
|
|
753
|
-
[MIT License](https://github.com/
|
|
750
|
+
[MIT License](https://github.com/T-Rumibul/node-native-win-utils/blob/main/LICENSE)
|
|
754
751
|
|
|
755
752
|
|
|
756
753
|
[license-src]: https://img.shields.io/github/license/nuxt-modules/icon.svg?style=for-the-badge&colorA=18181B&colorB=28CF8D
|
|
757
754
|
|
|
758
|
-
[license-href]: https://github.com/
|
|
755
|
+
[license-href]: https://github.com/T-Rumibul/node-native-win-utils/blob/main/LICENSE
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-native-win-utils",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"author": "
|
|
3
|
+
"version": "1.3.4",
|
|
4
|
+
"author": "Andrew K.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"repository": "https://github.com/
|
|
6
|
+
"repository": "https://github.com/T-Rumibul/node-native-win-utils.git",
|
|
7
7
|
"description": "Native addon for Node.js providing utility operations on Windows systems",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"node.js",
|