@astrojs/compiler-binding
Advanced tools
+24
-24
| { | ||
| "name": "@astrojs/compiler-binding", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "description": "Astro Compiler", | ||
@@ -13,4 +13,2 @@ "keywords": [ | ||
| "bugs": "https://github.com/withastro/compiler/issues", | ||
| "license": "MIT", | ||
| "author": "Astro contributors", | ||
| "repository": { | ||
@@ -21,2 +19,6 @@ "type": "git", | ||
| }, | ||
| "license": "MIT", | ||
| "author": "Astro contributors", | ||
| "type": "module", | ||
| "main": "index.js", | ||
| "files": [ | ||
@@ -28,9 +30,2 @@ "index.d.ts", | ||
| ], | ||
| "type": "module", | ||
| "main": "index.js", | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "registry": "https://registry.npmjs.org/", | ||
| "provenance": true | ||
| }, | ||
| "devDependencies": { | ||
@@ -42,2 +37,10 @@ "@emnapi/runtime": "^1.8.1", | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "provenance": true, | ||
| "registry": "https://registry.npmjs.org/" | ||
| }, | ||
| "napi": { | ||
@@ -63,23 +66,20 @@ "binaryName": "astro", | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| }, | ||
| "optionalDependencies": { | ||
| "@astrojs/compiler-binding-darwin-arm64": "0.3.1", | ||
| "@astrojs/compiler-binding-win32-arm64-msvc": "0.3.1", | ||
| "@astrojs/compiler-binding-linux-arm64-gnu": "0.3.1", | ||
| "@astrojs/compiler-binding-linux-arm64-musl": "0.3.1", | ||
| "@astrojs/compiler-binding-wasm32-wasi": "0.3.1", | ||
| "@astrojs/compiler-binding-darwin-x64": "0.3.1", | ||
| "@astrojs/compiler-binding-win32-x64-msvc": "0.3.1", | ||
| "@astrojs/compiler-binding-linux-x64-gnu": "0.3.1", | ||
| "@astrojs/compiler-binding-linux-x64-musl": "0.3.1" | ||
| "@astrojs/compiler-binding-darwin-arm64": "0.3.2", | ||
| "@astrojs/compiler-binding-win32-arm64-msvc": "0.3.2", | ||
| "@astrojs/compiler-binding-linux-arm64-gnu": "0.3.2", | ||
| "@astrojs/compiler-binding-linux-arm64-musl": "0.3.2", | ||
| "@astrojs/compiler-binding-wasm32-wasi": "0.3.2", | ||
| "@astrojs/compiler-binding-darwin-x64": "0.3.2", | ||
| "@astrojs/compiler-binding-win32-x64-msvc": "0.3.2", | ||
| "@astrojs/compiler-binding-linux-x64-gnu": "0.3.2", | ||
| "@astrojs/compiler-binding-linux-x64-musl": "0.3.2" | ||
| }, | ||
| "scripts": { | ||
| "artifacts": "napi artifacts", | ||
| "build": "napi build --esm --platform --features allocator --release", | ||
| "postbuild": "node patch-binding.js", | ||
| "build-dev": "napi build --esm --platform", | ||
| "postbuild-dev": "node patch-binding.js", | ||
| "build-test": "pnpm run build-dev", | ||
| "build": "napi build --esm --platform --features allocator --release", | ||
| "postbuild": "node patch-binding.js", | ||
| "test": "node --import tsx --test ./test/*.test.ts", | ||
@@ -86,0 +86,0 @@ "version": "napi version" |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.