@koopjs/featureserver
Version:
*An open source implementation of the GeoServices specification*
68 lines (67 loc) • 1.56 kB
JSON
{
"name": "@koopjs/featureserver",
"version": "9.2.1",
"description": "*An open source implementation of the GeoServices specification*",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha '**/*.spec.js' --reporter even-more-min --recursive -t 5000"
},
"contributors": [
{
"name": "Daniel Fenton"
},
{
"name": "Rich Gwozdz",
"email": "rgwozdz@esri.com"
}
],
"license": "Apache-2.0",
"dependencies": {
"@esri/proj-codes": "^3.3.0",
"@koopjs/logger": "5.0.0",
"@koopjs/winnow": "5.0.4",
"@turf/envelope": "^7.0.0",
"chroma-js": "^2.6.0",
"esri-extent": "^1.1.3",
"geojson-validation": "^1.0.2",
"iso-datestring-validator": "^2.2.2",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"postgres-date": "^2.1.0",
"protobufjs": "^7.3.2",
"wkt-parser": "^1.3.3"
},
"devDependencies": {
"even-more-min": "^1.0.1",
"express": "^4.19.2",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "^18.0.0",
"supertest": "^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/FeatureServer.git"
},
"keywords": [
"featureserver",
"geoservices",
"geojson",
"sql"
],
"files": [
"src/**/*.js",
"index.d.ts",
"!**/*.spec.js"
],
"bugs": {
"url": "https://github.com/koopjs/koop/issues"
},
"homepage": "https://github.com/koopjs/koop#readme"
}