{
  "name": "@gofunky/trumpet",
  "description": "parse and transform streaming html using css selectors",
  "main": "index.js",
  "dependencies": {
    "duplexer2": "~0.1.4",
    "html-select2": "^1.0.2",
    "html-tokenize": "^2.0.1",
    "readable-stream": "^3.4.0",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "@hutson/npm-deploy-git-tag": "6.0.0",
    "babel-eslint": "10.1.0",
    "codecov": "3.8.0",
    "coffeescript": "2.5.1",
    "concat-stream": "2.0.0",
    "eslint": "7.12.1",
    "eslint-config-standard": "16.0.0",
    "eslint-plugin-html": "6.1.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "4.2.1",
    "eslint-plugin-standard": "4.0.2",
    "htmlclean": "3.0.8",
    "json": "10.0.0",
    "nyc": "15.1.0",
    "standard": "16.0.0",
    "tap-nyc": "1.0.3",
    "tap-spec": "5.0.0",
    "tape": "4.13.3",
    "try-to-tape": "1.2.6"
  },
  "scripts": {
    "test": "tape test/*.js | tap-spec",
    "coverage": "nyc --reporter=lcov tape test/*.js | tap-nyc",
    "report": "nyc report --reporter=html",
    "lint": "eslint",
    "deploy": "npm-deploy-git-tag"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/gofunky/trumpet.git"
  },
  "keywords": [
    "html",
    "stream",
    "parser",
    "transform",
    "selector",
    "css",
    "library"
  ],
  "author": {
    "name": "matfax",
    "email": "mat@fax.fyi",
    "url": "https://github.com/gofunky/trumpet"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 12.18.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "standard": {
    "parser": "babel-eslint",
    "filename": "**./*.html **/*.js",
    "plugins": [
      "html"
    ]
  },
  "version": "v3.0.3",
  "bugs": {
    "url": "https://github.com/gofunky/trumpet/issues"
  },
  "readme": "ERROR: No README data found!",
  "homepage": "https://github.com/gofunky/trumpet#readme",
  "_id": "@gofunky/trumpet@"
}
