UNPKG

@litko/yara-x

Version:

- High Performance: Built with [napi-rs](https://napi-rs.com) and [VirusTotal/yara-x](https://github.com/VirusTotal/yara-x) - Async Support: First-class support for asynchronous scanning - WASM Compilation: Compile rules to WebAssembly for portable execut

76 lines (75 loc) 2.08 kB
{ "name": "@litko/yara-x", "version": "0.5.2", "main": "index.js", "types": "index.d.ts", "packageManager": "pnpm@10.18.0", "napi": { "binaryName": "yara-x", "targets": [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu" ] }, "license": "MIT", "devDependencies": { "@emnapi/core": "^1.10.0", "@emnapi/runtime": "^1.10.0", "@napi-rs/cli": "^3.6.2", "@napi-rs/wasm-runtime": "^1.1.4", "@types/node": "^25.6.0" }, "engines": { "node": ">= 20" }, "homepage": "https://github.com/cawalch/node-yara-x", "bugs": { "url": "https://github.com/cawalch/node-yara-x/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "provenance": true }, "repository": { "type": "git", "url": "git+https://github.com/cawalch/node-yara-x.git" }, "scripts": { "artifacts": "napi artifacts", "build": "napi build --platform --release", "build:debug": "napi build --platform", "prepare-release": "node scripts/prepare-release.mjs", "universal": "napi universal", "version": "napi version", "test": "node --test __test__/index.spec.mjs", "benchmark": "node __test__/benchmark.mjs", "profile": "node --expose-gc __test__/run-profiling.mjs", "profile:baseline": "node --expose-gc __test__/run-profiling.mjs --baseline", "profile:compare": "node --expose-gc __test__/run-profiling.mjs --compare __test__/baseline-performance.json" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "yara", "yara-x", "malware", "detection", "napi-rs", "rust" ], "optionalDependencies": { "@litko/yara-x-darwin-arm64": "0.5.1", "@litko/yara-x-darwin-x64": "0.5.1", "@litko/yara-x-linux-arm64-gnu": "0.5.1", "@litko/yara-x-linux-x64-gnu": "0.5.1", "@litko/yara-x-win32-arm64-msvc": "0.5.1", "@litko/yara-x-win32-x64-msvc": "0.5.1" } }