geonumber
Version:
Library for encoding geographic coordinates as single number with any number of bits
50 lines (49 loc) • 1.47 kB
JSON
{
"name": "geonumber",
"version": "0.4.3",
"description": "Library for encoding geographic coordinates as single number with any number of bits",
"repository": {
"type": "git",
"url": "https://github.com/MLaszczewski/geowords.git",
"directory": "packages/geonumber"
},
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "npm run build; tape tests/*",
"build": "rimraf ./lib; tsc --build",
"clean": "tsc --build --clean",
"docs": "typedoc --plugin typedoc-plugin-markdown src/index.ts --githubPages false --readme none --theme markdown && concat-md --dir-name-as-title docs > docs.md && rimraf docs",
"prepare": "npm run build"
},
"keywords": [
"geocode",
"what3words",
"geonumber",
"geowords"
],
"author": {
"name": "Michał Łaszczewski",
"email": "michal@laszczewski.com",
"url": "https://www.laszczewski.com/"
},
"license": "BSD-3-Clause",
"homepage": "https://github.com/MLaszczewski/geowords",
"bugs": {
"url": "https://github.com/MLaszczewski/geowords/issues",
"email": "geowords@laszczewski.com"
},
"private": false,
"devDependencies": {
"concat-md": "^0.5.0",
"renamer": "^4.0.0",
"rimraf": "^3.0.2",
"tape": "^5.6.0",
"tsc": "^2.0.4",
"typedoc": "^0.23.15",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.8.4"
},
"gitHead": "9d857b6f4fca56cabd9cbddd5fed0e99b8ae18ba"
}