{
  "name": "@koopjs/winnow",
  "version": "5.0.4",
  "description": "Apply sql-like filters to GeoJSON",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape **/*.spec.js | tap-min",
    "test:unit": "tape 'src/**/*.spec.js' | tap-min",
    "benchmark": "node benchmark/index.js",
    "benchmark:ci": "node benchmark/index.js | tee benchmark-result.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koopjs/winnow.git"
  },
  "keywords": [
    "geojson",
    "filter",
    "stream",
    "sql",
    "geoservices",
    "query"
  ],
  "contributors": [
    {
      "name": "Rich Gwozdz",
      "email": "rgwozdz@esri.com"
    },
    {
      "name": "Daniel Fenton"
    }
  ],
  "license": "Apache-2.0",
  "files": [
    "src/**/*.js",
    "index.d.ts",
    "!**/*.spec.js"
  ],
  "bugs": {
    "url": "https://github.com/koopjs/koop/issues"
  },
  "homepage": "https://github.com/koopjs/koop#readme",
  "dependencies": {
    "@esri/proj-codes": "^3.3.0",
    "@koopjs/logger": "5.0.0",
    "@terraformer/arcgis": "^2.1.2",
    "@turf/bbox-polygon": "^7.0.0",
    "@turf/boolean-contains": "^7.0.0",
    "@turf/boolean-equal": "^7.0.0",
    "@turf/boolean-intersects": "^7.0.0",
    "@turf/boolean-within": "^7.0.0",
    "@turf/centroid": "^7.0.0",
    "@turf/envelope": "^7.0.0",
    "@turf/flatten": "^7.0.0",
    "@types/geojson": "^7946.0.14",
    "alasql": "^4.5.1",
    "classybrew": "0.0.3",
    "joi": "^17.13.3",
    "js-sql-parser": "^1.6.0",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "murmurhash": "^2.0.1",
    "ngeohash": "^0.6.3",
    "proj4": "^2.11.0",
    "simple-statistics": "^7.8.3",
    "wkt-parser": "^1.3.3"
  },
  "devDependencies": {
    "@turf/helpers": "^7.0.0",
    "benchmark": "^2.1.4",
    "fs-extra": "^11.2.0",
    "proxyquire": "^2.1.3",
    "sinon": "^18.0.0",
    "tap-min": "^3.0.0",
    "tape": "^5.8.1"
  },
  "optionalDependencies": {
    "farmhash": "^3.3.1"
  },
  "types": "index.d.ts"
}
