arcgis-parser
Version:
Parser for ArcGIS REST Services to human friendly JSON.
51 lines (50 loc) • 1.1 kB
JSON
{
"name": "arcgis-parser",
"version": "2.1.0",
"description": "Parser for ArcGIS REST Services to human friendly JSON.",
"main": "main.js",
"module": "index.js",
"jsnext:main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"main.js",
"src"
],
"scripts": {
"prepublish": "rollup -c rollup.config.js && echo 'module.exports.default = arcgisParser;' >> main.js",
"pretest": "standard src/**.js && npm run prepublish",
"test": "node -r @std/esm test.js",
"posttest": "tsc types.ts && node types.js"
},
"author": "Denis Carriere <@DenisCarriere>",
"license": "MIT",
"keywords": [
"gis",
"geo",
"geospatial",
"geography",
"map",
"arcgis",
"scheme"
],
"devDependencies": {
"@std/esm": "*",
"glob": "*",
"load-json-file": "*",
"node-fetch": "*",
"standard": "*",
"tape": "*",
"write-json-file": "*"
},
"dependencies": {
"global-mercator": "*",
"proj4": "^2.4.4",
"slippy-tile": "*"
},
"@std/esm": {
"esm": "js",
"cjs": true
}
}