hara-native 0.1.21

HAL-free native host runtime and package launcher for Hara
Documentation
{
  "name": "@hara-lang/native-browser",
  "version": "0.1.21",
  "description": "Embeddable HAL-free Hara browser host and verified package loader",
  "license": "Apache-2.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hara-lang/hara-native.git",
    "directory": "core/rust/web/packages/browser"
  },
  "homepage": "https://github.com/hara-lang/hara-native/tree/main/core/rust/web/packages/browser#readme",
  "dependencies": {
    "@hara-lang/hta": "0.1.21",
    "edn-data": "1.1.2",
    "fflate": "0.8.2"
  },
  "exports": {
    ".": {
      "types": "./dist/native-vm/hara.d.ts",
      "import": "./dist/native-vm/hara.mjs",
      "default": "./dist/native-vm/hara.mjs"
    },
    "./vm": {
      "types": "./dist/native-vm/hara.d.ts",
      "import": "./dist/native-vm/hara.mjs",
      "default": "./dist/native-vm/hara.mjs"
    },
    "./full": {
      "types": "./dist/native-full/hara.d.ts",
      "import": "./dist/native-full/hara.mjs",
      "default": "./dist/native-full/hara.mjs"
    }
  },
  "unpkg": "./dist/native-vm/hara.js",
  "jsdelivr": "./dist/native-vm/hara.js",
  "files": [
    "dist/native-vm",
    "dist/native-full"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}