@circuitly/esbuild-linux-ppc64 0.27.2

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/bin/esbuild +0 -0
  3. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # esbuild
2
+
3
+ This is the Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.
package/bin/esbuild ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@circuitly/esbuild-linux-ppc64",
3
+ "version": "0.27.2",
4
+ "description": "The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/circuitly/esbuild.git"
8
+ },
9
+ "license": "MIT",
10
+ "preferUnplugged": true,
11
+ "engines": {
12
+ "node": ">=18"
13
+ },
14
+ "os": [
15
+ "linux"
16
+ ],
17
+ "cpu": [
18
+ "ppc64"
19
+ ]
20
+ }