{
  "_from": "@napi-rs/wasm-runtime@^1.1.1",
  "_id": "@napi-rs/wasm-runtime@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==",
  "_location": "/@napi-rs/wasm-runtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@napi-rs/wasm-runtime@^1.1.1",
    "name": "@napi-rs/wasm-runtime",
    "escapedName": "@napi-rs%2fwasm-runtime",
    "scope": "@napi-rs",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/@rolldown/binding-wasm32-wasi"
  ],
  "_resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz",
  "_shasum": "c3705ab549d176b8dc5172723d6156c3dc426af2",
  "_spec": "@napi-rs/wasm-runtime@^1.1.1",
  "_where": "/Users/gastoenock/Desktop/Laravel/light-insurance-broker/node_modules/@rolldown/binding-wasm32-wasi",
  "author": {
    "name": "LongYinan",
    "url": "https://github.com/Brooooooklyn"
  },
  "bugs": {
    "url": "https://github.com/napi-rs/napi-rs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@emnapi/core": "^1.7.1",
    "@emnapi/runtime": "^1.7.1",
    "@tybys/wasm-util": "^0.10.1"
  },
  "deprecated": false,
  "description": "Runtime and polyfill for wasm targets",
  "devDependencies": {
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "buffer": "^6.0.3",
    "events": "^3.3.0",
    "memfs": "^4.50.0",
    "node-inspect-extracted": "^3.2.2",
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
    "readable-stream": "^4.7.0",
    "rollup": "^4.53.1",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "tslib": "^2.8.1"
  },
  "exports": {
    ".": {
      "import": "./runtime.js",
      "require": "./runtime.cjs"
    },
    "./fs": {
      "import": "./dist/fs.js"
    }
  },
  "files": [
    "runtime.cjs",
    "runtime.js",
    "fs-proxy.js",
    "dist/*.cjs",
    "dist/*.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Brooooooklyn"
  },
  "homepage": "https://napi.rs/",
  "license": "MIT",
  "name": "@napi-rs/wasm-runtime",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/napi-rs/napi-rs.git",
    "directory": "wasi-runtime"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "test": "node --test"
  },
  "type": "module",
  "version": "1.1.1"
}
