{
  "name": "awaited-dom",
  "version": "1.4.0",
  "description": "Library for converting WebIDLs to Typescript interfaces and classes",
  "homepage": "https://github.com/ulixee/noderdom",
  "author": "Data Liberation Foundation",
  "contributors": [
    "Caleb Clark",
    "Blake Byrnes"
  ],
  "license": "MIT",
  "keywords": [
    "w3c",
    "dom",
    "xml",
    "parser",
    "javascript",
    "DOMParser",
    "XMLSerializer",
    "AwaitedDOM"
  ],
  "dependencies": {
    "@unblocked-web/js-path": "2.0.0-alpha.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ulixee/noderdom"
  }
}