{
  "name": "stream.finished",
  "version": "1.2.0",
  "description": "Polyfill/shim for stream.finished in node versions < v10",
  "main": "index.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dex4er/js-stream.finished"
  },
  "keywords": [
    "polyfill",
    "shim",
    "stream",
    "stream.finished"
  ],
  "author": "Piotr Roszatycki <piotr.roszatycki@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dex4er/js-stream.finishe/issues"
  },
  "homepage": "http://github.com/dex4er/js-stream.finished",
  "dependencies": {
    "define-properties": "^1.1.3",
    "function-bind": "^1.1.1"
  },
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@types/node": "^12.0.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.2.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-node": "^9.0.1",
    "markdownlint-cli": "^0.15.0",
    "prettier": "^1.17.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5",
    "util.promisify": "^1.0.0"
  },
  "scripts": {
    "postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags",
    "pretest": "eslint . && tsc --pretty -p . && tslint *.d.ts && npx prettier --ignore-path .gitignore --list-different '**/*.ts' '**/*.js' '**/*.json' '**/*.yml' && markdownlint *.md && es-shim-api --bound",
    "test": "npm run test:spec",
    "test:spec": "node test"
  }
}
