{
  "_from": "@napi-rs/wasm-runtime@^0.2.11",
  "_id": "@napi-rs/wasm-runtime@0.2.12",
  "_inBundle": false,
  "_integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  "_location": "/@napi-rs/wasm-runtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@napi-rs/wasm-runtime@^0.2.11",
    "name": "@napi-rs/wasm-runtime",
    "escapedName": "@napi-rs%2fwasm-runtime",
    "scope": "@napi-rs",
    "rawSpec": "^0.2.11",
    "saveSpec": null,
    "fetchSpec": "^0.2.11"
  },
  "_requiredBy": [
    "/@unrs/resolver-binding-wasm32-wasi"
  ],
  "_resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  "_shasum": "3e78a8b96e6c33a6c517e1894efbd5385a7cb6f2",
  "_spec": "@napi-rs/wasm-runtime@^0.2.11",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@unrs\\resolver-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.4.3",
    "@emnapi/runtime": "^1.4.3",
    "@tybys/wasm-util": "^0.10.0"
  },
  "deprecated": false,
  "description": "Runtime and polyfill for wasm targets",
  "devDependencies": {
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-replace": "^6.0.2",
    "buffer": "^6.0.3",
    "memfs": "^4.17.0",
    "node-inspect-extracted": "^3.0.2",
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
    "readable-stream": "^4.7.0",
    "rollup": "^4.38.0",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "tslib": "^2.8.1"
  },
  "exports": {
    ".": {
      "import": "./dist/runtime.js",
      "require": "./runtime.cjs"
    },
    "./fs": {
      "import": "./dist/fs.js"
    }
  },
  "files": [
    "runtime.cjs",
    "fs-proxy.cjs",
    "dist/*.js"
  ],
  "gitHead": "47ced636f9335fec4fc4d304dcb66bd1e5a5af45",
  "homepage": "https://github.com/napi-rs/napi-rs#readme",
  "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": "0.2.12"
}
