{
  "name": "gtfs-stream",
  "version": "2.2.0",
  "description": "Streaming GTFS and GTFS-RT parser for node",
  "main": "dist/index.js",
  "keywords": [
    "gtfs",
    "gtfs-rt",
    "transit",
    "stream",
    "parser"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/staeco/gtfs-stream.git"
  },
  "contributors": [
    "Contra <yo@contra.io> (http://contra.io)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/staeco/gtfs-stream/issues"
  },
  "homepage": "https://github.com/staeco/gtfs-stream#readme",
  "files": [
    "dist"
  ],
  "nyc": {
    "extends": "@istanbuljs/nyc-config-babel",
    "include": [
      "src/**/*.js"
    ],
    "all": true,
    "skip-full": true,
    "check-coverage": true
  },
  "scripts": {
    "preversion": "npm run clean && npm run build",
    "build": "babel src --out-dir dist",
    "clean": "rimraf dist",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix",
    "test": "NODE_ENV=testing nyc mocha --require @babel/register --recursive --reporter spec --bail --exit --timeout 36000"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/register": "^7.4.4",
    "@istanbuljs/nyc-config-babel": "^3.0.0",
    "@stae/babel-node": "^1.0.0",
    "@stae/linters": "^1.0.0",
    "babel-plugin-istanbul": "^6.0.0",
    "eslint": "^7.0.0",
    "get-stream": "^6.0.0",
    "into-stream": "^6.0.0",
    "mocha": "^8.0.0",
    "nyc": "^15.0.0",
    "rimraf": "^3.0.0",
    "should": "^13.0.0"
  },
  "dependencies": {
    "csv-parser": "^3.0.0",
    "duplexify": "^4.0.0",
    "gtfs-realtime-bindings": "^0.0.6",
    "lodash.pickby": "^4.6.0",
    "merge2": "^1.2.2",
    "pluralize": "^8.0.0",
    "pumpify": "^2.0.0",
    "remove-bom-stream": "^1.2.0",
    "through2": "^4.0.0",
    "unzipper": "^0.10.1"
  }
}
