@datamitsu/datamitsu-win32-arm64 0.0.11 → 0.0.13
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 +8 -2
- package/datamitsu.exe +0 -0
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -5,9 +5,15 @@
|
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<a href="https://
|
|
8
|
+
<a href="https://www.npmjs.com/package/@datamitsu/datamitsu"><img src="https://img.shields.io/npm/v/@datamitsu/datamitsu" alt="npm"></a>
|
|
9
|
+
<a href="https://pypi.org/project/datamitsu/"><img src="https://img.shields.io/pypi/v/datamitsu" alt="PyPI"></a>
|
|
10
|
+
<a href="https://rubygems.org/gems/datamitsu"><img src="https://img.shields.io/gem/v/datamitsu" alt="Gem"></a>
|
|
11
|
+
<a href="https://github.com/datamitsu/datamitsu/actions/workflows/pr-checks.yml"><img src="https://github.com/datamitsu/datamitsu/actions/workflows/pr-checks.yml/badge.svg" alt="CI"></a>
|
|
12
|
+
<a href="https://codecov.io/gh/datamitsu/datamitsu"><img src="https://codecov.io/gh/datamitsu/datamitsu/graph/badge.svg" alt="codecov"></a>
|
|
13
|
+
<a href="https://coveralls.io/github/datamitsu/datamitsu?branch=main"><img src="https://coveralls.io/repos/github/datamitsu/datamitsu/badge.svg?branch=main" alt="Coverage Status"></a>
|
|
9
14
|
<a href="https://goreportcard.com/report/github.com/datamitsu/datamitsu"><img src="https://goreportcard.com/badge/github.com/datamitsu/datamitsu?v=2" alt="Go Report Card"></a>
|
|
10
|
-
<img src="https://
|
|
15
|
+
<a href="https://scorecard.dev/viewer/?uri=github.com/datamitsu/datamitsu"><img src="https://api.securityscorecards.dev/projects/github.com/datamitsu/datamitsu/badge" alt="OpenSSF Scorecard"></a>
|
|
16
|
+
<a href="https://github.com/datamitsu/datamitsu/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
|
11
17
|
</p>
|
|
12
18
|
|
|
13
19
|
> Your toolchain deserves a home.
|
package/datamitsu.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@datamitsu/datamitsu-win32-arm64",
|
|
3
|
-
"version": "0.0.11",
|
|
4
|
-
"description": "The Windows ARM64 binary for datamitsu, configuration management and binary distribution tool",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/datamitsu/datamitsu.git"
|
|
8
|
-
},
|
|
9
|
-
"keywords": ["datamitsu", "config", "binary", "tools", "linter"],
|
|
10
2
|
"author": "Alexander Svinarev <shibanet0@gmail.com> (shibanet0.com)",
|
|
11
|
-
"license": "MIT",
|
|
12
3
|
"bugs": {
|
|
13
4
|
"url": "https://github.com/datamitsu/datamitsu/issues"
|
|
14
5
|
},
|
|
6
|
+
"cpu": ["arm64"],
|
|
7
|
+
"description": "The Windows ARM64 binary for datamitsu, configuration management and binary distribution tool",
|
|
15
8
|
"homepage": "https://github.com/datamitsu/datamitsu#readme",
|
|
9
|
+
"keywords": ["datamitsu", "config", "binary", "tools", "linter"],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"name": "@datamitsu/datamitsu-win32-arm64",
|
|
16
12
|
"os": ["win32"],
|
|
17
|
-
"
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/datamitsu/datamitsu.git"
|
|
16
|
+
},
|
|
17
|
+
"version": "0.0.13"
|
|
18
18
|
}
|