@hyper-light/vorpal-cli-linux-arm64-musl 0.0.0 → 0.4.1

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/package.json CHANGED
@@ -1,7 +1,33 @@
1
1
  {
2
2
  "name": "@hyper-light/vorpal-cli-linux-arm64-musl",
3
- "version": "0.0.0",
4
- "description": "Bootstrap placeholder — real releases publish from GitHub Actions via npm trusted publishing.",
3
+ "version": "0.4.1",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "libc": [
11
+ "musl"
12
+ ],
13
+ "files": [
14
+ "vorpal"
15
+ ],
16
+ "description": "Search and Rewrite code at large scale using precise AST pattern",
17
+ "keywords": [
18
+ "ast",
19
+ "pattern",
20
+ "codemod",
21
+ "search",
22
+ "rewrite"
23
+ ],
5
24
  "license": "MIT",
6
- "repository": { "type": "git", "url": "git+https://github.com/hyper-light/vorpal.git" }
25
+ "engines": {
26
+ "node": ">= 10"
27
+ },
28
+ "publishConfig": {
29
+ "registry": "https://registry.npmjs.org/",
30
+ "access": "public"
31
+ },
32
+ "repository": "https://github.com/hyper-light/vorpal"
7
33
  }
package/vorpal ADDED
Binary file
package/README.md DELETED
@@ -1 +0,0 @@
1
- # @hyper-light/vorpal-cli-linux-arm64-musl — bootstrap placeholder; install a real version (>= 0.4.0).
package/publish.log DELETED
File without changes