UNPKG

@mr-mkz/atlas

Version:

Atlas is a library that gives you region, subregion, country, state and city names with some special information if you want.

47 lines (46 loc) 1.14 kB
{ "name": "@mr-mkz/atlas", "version": "1.2.0", "description": "Atlas is a library that gives you region, subregion, country, state and city names with some special information if you want.", "type": "module", "source": "src/index.js", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "default": "./dist/index.esm.js" }, "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "unpkg": "./dist/index.umd.js", "types": "./dist/index.d.ts", "scripts": { "build": "microbundle", "dev": "microbundle watch", "test": "node ./test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Mr-MKZ/AtlasJs.git" }, "keywords": [ "atlas", "map", "country", "city", "state", "region", "subregion", "name", "geo", "location" ], "author": "Mr.MKZ", "license": "ISC", "bugs": { "url": "https://github.com/Mr-MKZ/AtlasJs/issues" }, "homepage": "https://github.com/Mr-MKZ/AtlasJs#readme", "devDependencies": { "microbundle": "^0.15.1" } }