{
  "version": "7.0.0",
  "name": "@reactivex/ix-esnext-esm",
  "browser": "dom.js",
  "main": "node.js",
  "type": "module",
  "module": "node.js",
  "sideEffects": false,
  "esm": {
    "mode": "auto",
    "sourceMap": true
  },
  "types": "node.d.ts",
  "exports": {
    "./package.json": "./package.json",
    "./Ix.asynciterable.operators": {
      "types": "./asynciterable/operators.d.ts",
      "default": "./asynciterable/operators.js"
    },
    "./Ix.iterable.operators": {
      "types": "./iterable/operators.d.ts",
      "default": "./iterable/operators.js"
    },
    "./Ix.asynciterable": {
      "types": "./asynciterable.d.ts",
      "default": "./asynciterable.js"
    },
    "./Ix.iterable": {
      "types": "./iterable.d.ts",
      "default": "./iterable.js"
    },
    "./Ix.node": {
      "types": "./node.d.ts",
      "default": "./node.js"
    },
    "./Ix.dom": {
      "types": "./dom.d.ts",
      "default": "./dom.js"
    },
    ".": {
      "node": {
        "types": "./node.d.ts",
        "default": "./node.js"
      },
      "types": "./dom.d.ts",
      "default": "./dom.js"
    },
    "./*": {
      "types": "./*.d.ts",
      "default": "./*.js"
    }
  },
  "license": "MIT",
  "description": "The Interactive Extensions for JavaScript",
  "author": "Matthew Podwysocki <matthewp@microsoft.com>",
  "homepage": "https://github.com/ReactiveX/IxJS#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReactiveX/IxJS.git"
  },
  "bugs": {
    "url": "https://github.com/ReactiveX/IxJS/issues"
  },
  "keywords": [
    "Iterator",
    "Iterable",
    "Promise",
    "Async",
    "AsyncIterable",
    "AsyncIterator"
  ],
  "dependencies": {
    "@types/node": ">=13.7.4",
    "tslib": "^2.6.2"
  }
}
