{
  "name": "hstream",
  "description": "streaming html templates",
  "version": "3.1.1",
  "author": "Renée Kooi <renee@kooi.me>",
  "bugs": {
    "url": "https://github.com/stackhtml/hstream/issues"
  },
  "dependencies": {
    "css-what": "^5.0.1",
    "htmlparser2": "^6.0.0",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "dedent": "^0.7.0",
    "hyperstream": "^1.2.2",
    "nanobench": "^2.1.1",
    "rimraf": "^3.0.0",
    "simple-concat": "^1.0.0",
    "standard": "^14.0.0",
    "tape": "^5.0.0"
  },
  "engines": {
    "node": ">= 8"
  },
  "homepage": "https://github.com/stackhtml/hstream",
  "keywords": [
    "html",
    "stream",
    "template"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/stackhtml/hstream.git"
  },
  "scripts": {
    "bench": "node bench/hstream.js",
    "compare": "node bench/hyperstream.js > bench/hyperstream.txt && node bench/hstream.js > bench/hstream.txt && nanobench-compare bench/*.txt; rimraf bench/*.txt",
    "lint": "standard",
    "test": "node test/index.js"
  }
}
