winnow
Version:
Apply sql-like filters to GeoJSON
84 lines (83 loc) • 1.9 kB
JSON
{
"name": "winnow",
"version": "2.6.0",
"description": "Apply sql-like filters to GeoJSON",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "standard && tape 'test/**/*.js' | tap-spec",
"fix": "standard --fix",
"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",
"bugs": {
"url": "https://github.com/koopjs/winnow/issues"
},
"homepage": "https://github.com/koopjs/winnow#readme",
"dependencies": {
"@esri/proj-codes": "^3.0.0",
"@hapi/joi": "^17.1.1",
"@terraformer/arcgis": "^2.1.1",
"@terraformer/spatial": "^2.1.2",
"@turf/bbox-polygon": "^6.0.1",
"@turf/centroid": "^6.0.0",
"@types/geojson": "^7946.0.7",
"alasql": "^3.0.0",
"classybrew": "0.0.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"ngeohash": "^0.6.3",
"pgsql-ast-parser": "^11.0.0",
"proj4": "^2.6.2",
"simple-statistics": "^7.0.0",
"string-hash": "^1.1.3",
"wkt-parser": "^1.2.2"
},
"devDependencies": {
"benchmark": "^2.1.4",
"fs-extra": "^11.0.0",
"husky": "^4.3.0",
"lint-staged": "^13.0.0",
"proxyquire": "^2.1.3",
"sinon": "^15.0.0",
"standard": "^14.3.0",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
},
"optionalDependencies": {
"farmhash": "^3.1.0"
},
"lint-staged": {
"*.js": "npm run fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"types": "index.d.ts"
}