geo-polyline-tools
Version:
A javaScript library that provides utility functions to encode and decode polyline coordinates
65 lines • 1.78 kB
JSON
{
"name": "geo-polyline-tools",
"version": "1.0.5",
"description": "A javaScript library that provides utility functions to encode and decode polyline coordinates",
"author": "barikoi",
"readme": "README.md",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"typings": "dist/cjs/index.d.ts",
"homepage": "https://docs.barikoi.com/docs/maps-api",
"engines": {
"node": "^18.19.0"
},
"files": [
"src",
"dist",
"README.md"
],
"keywords": [
"barikoi",
"polyline",
"encode",
"decode",
"geojson",
"linestring"
],
"repository": {
"type": "git",
"url": "https://github.com/barikoi/geo-polyline-tools.git"
},
"scripts": {
"test": "jest",
"build": "rollup -c",
"lint": "eslint 'src/**/*.{ts}'"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.11.1",
"eslint-config-mourner": "^4.0.2",
"eslint-plugin-import": "^2.30.0",
"jest": "^29.7.0",
"rollup": "^2.79.2",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "^4.9.5"
}
}