{
  "_from": "@emnapi/wasi-threads@1.1.0",
  "_id": "@emnapi/wasi-threads@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",
  "_location": "/@emnapi/wasi-threads",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@emnapi/wasi-threads@1.1.0",
    "name": "@emnapi/wasi-threads",
    "escapedName": "@emnapi%2fwasi-threads",
    "scope": "@emnapi",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@emnapi/core"
  ],
  "_resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",
  "_shasum": "60b2102fddc9ccb78607e4a3cf8403ea69be41bf",
  "_spec": "@emnapi/wasi-threads@1.1.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\@emnapi\\core",
  "author": {
    "name": "toyobayashi"
  },
  "bugs": {
    "url": "https://github.com/toyobayashi/emnapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^2.4.0"
  },
  "deprecated": false,
  "description": "WASI threads proposal implementation in JavaScript",
  "exports": {
    ".": {
      "types": {
        "module": "./dist/wasi-threads.d.ts",
        "import": "./dist/wasi-threads.d.mts",
        "default": "./dist/wasi-threads.d.ts"
      },
      "module": "./dist/wasi-threads.esm-bundler.js",
      "import": "./dist/wasi-threads.mjs",
      "default": "./index.js"
    },
    "./dist/wasi-threads.cjs.min": {
      "types": "./dist/wasi-threads.d.ts",
      "default": "./dist/wasi-threads.cjs.min.js"
    },
    "./dist/wasi-threads.min.mjs": {
      "types": "./dist/wasi-threads.d.mts",
      "default": "./dist/wasi-threads.min.mjs"
    }
  },
  "homepage": "https://github.com/toyobayashi/emnapi#readme",
  "license": "MIT",
  "main": "index.js",
  "module": "./dist/wasi-threads.esm-bundler.js",
  "name": "@emnapi/wasi-threads",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toyobayashi/emnapi.git"
  },
  "scripts": {
    "build": "node ./script/build.js",
    "build:test": "node ./test/build.js",
    "test": "node ./test/index.js"
  },
  "sideEffects": false,
  "types": "./dist/wasi-threads.d.ts",
  "version": "1.1.0"
}
