UNPKG

is-wkt

Version:

Small Function to Check if a String is Probably Well-Known Text

33 lines (32 loc) 740 B
{ "name": "is-wkt", "version": "0.2.0", "description": "Small Function to Check if a String is Probably Well-Known Text", "main": "is-wkt.js", "files": [ "is-wkt.js" ], "scripts": { "format": "npx prettier --arrow-parens=avoid --trailing-comma=none --write *.js", "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/is-wkt.git" }, "keywords": [ "esri", "ogc", "projection", "wkt" ], "author": "Daniel J. Dufour", "license": "CC0-1.0", "bugs": { "url": "https://github.com/DanielJDufour/is-wkt/issues" }, "homepage": "https://github.com/DanielJDufour/is-wkt#readme", "devDependencies": { "flug": "^2.6.0" } }