eslint-plugin-templ-darwin-arm64 0.0.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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # eslint-plugin-templ darwin/arm64
2
+
3
+ This package distributes the prebuilt Go binary used by the main npm package and is not intended to be consumed directly.
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "eslint-plugin-templ-darwin-arm64",
3
+ "description": "The darwin/arm64 binary for eslint-plugin-templ",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "exports": {
11
+ ".": "./templ-ast-to-json"
12
+ },
13
+ "version": "0.0.1",
14
+ "homepage": "https://github.com/AdamVig/eslint-plugin-templ",
15
+ "bugs": {
16
+ "url": "https://github.com/AdamVig/eslint-plugin-templ/issues"
17
+ },
18
+ "license": "MIT",
19
+ "author": "Adam Vigneaux <adam@adamvig.com> (https://adamvig.com)",
20
+ "type": "module",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/AdamVig/eslint-plugin-templ.git"
24
+ }
25
+ }
Binary file