@changepacks/cli-linux-x64-gnu 0.1.10
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 +3 -0
- package/changepacks.linux-x64-gnu.node +0 -0
- package/package.json +43 -0
package/README.md
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@changepacks/cli-linux-x64-gnu",
|
|
3
|
+
"version": "0.1.10",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"x64"
|
|
6
|
+
],
|
|
7
|
+
"main": "changepacks.linux-x64-gnu.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"changepacks.linux-x64-gnu.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "changepacks is a CLI tool that helps you efficiently manage versioning and changelogs in multi-language projects. It provides unified support for various package management systems including Node.js, Python, Rust, and more.",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"napi-rs",
|
|
14
|
+
"NAPI",
|
|
15
|
+
"N-API",
|
|
16
|
+
"Rust",
|
|
17
|
+
"node-addon",
|
|
18
|
+
"node-addon-api",
|
|
19
|
+
"changepacks",
|
|
20
|
+
"versioning",
|
|
21
|
+
"changelog",
|
|
22
|
+
"package management",
|
|
23
|
+
"package manager",
|
|
24
|
+
"package management system",
|
|
25
|
+
"version management",
|
|
26
|
+
"version control",
|
|
27
|
+
"version control system"
|
|
28
|
+
],
|
|
29
|
+
"license": "Apache License 2.0",
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"registry": "https://registry.npmjs.org/",
|
|
35
|
+
"access": "public"
|
|
36
|
+
},
|
|
37
|
+
"os": [
|
|
38
|
+
"linux"
|
|
39
|
+
],
|
|
40
|
+
"libc": [
|
|
41
|
+
"glibc"
|
|
42
|
+
]
|
|
43
|
+
}
|