google-static-maps-styler-query
Version:
Converts a Google Maps styler array to a Google Static Maps styler URL query string.
60 lines (59 loc) • 1.88 kB
JSON
{
"name": "google-static-maps-styler-query",
"version": "6.0.0",
"description": "Converts a Google Maps styler array to a Google Static Maps styler URL query string.",
"license": "MIT",
"author": {
"name": "Jayden Seric",
"email": "me@jaydenseric.com",
"url": "https://jaydenseric.com"
},
"repository": "github:jaydenseric/google-static-maps-styler-query",
"homepage": "https://github.com/jaydenseric/google-static-maps-styler-query#readme",
"bugs": "https://github.com/jaydenseric/google-static-maps-styler-query/issues",
"funding": "https://github.com/sponsors/jaydenseric",
"keywords": [
"google",
"static",
"maps",
"styler",
"query",
"string"
],
"files": [
"googleStaticMapsStylerQuery.mjs"
],
"sideEffects": false,
"main": "./googleStaticMapsStylerQuery.mjs",
"exports": {
".": "./googleStaticMapsStylerQuery.mjs",
"./googleStaticMapsStylerQuery.mjs": "./googleStaticMapsStylerQuery.mjs",
"./package.json": "./package.json"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >= 16.0.0"
},
"browserslist": "Node 12.22 - 13 and Node < 13, Node 14.17 - 15 and Node < 15, Node >= 16, > 0.5%, not OperaMini all, not IE > 0, not dead",
"dependencies": {
"@types/google.maps": "^3.47.4"
},
"devDependencies": {
"@types/node": "^17.0.16",
"coverage-node": "^6.0.1",
"esbuild": "^0.14.21",
"eslint": "^8.8.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"gzip-size": "^7.0.0",
"prettier": "^2.5.1",
"test-director": "^8.0.2",
"typescript": "^4.6.0-dev.20220209"
},
"scripts": {
"eslint": "eslint .",
"prettier": "prettier -c .",
"types": "tsc -p jsconfig.json",
"tests": "coverage-node test.mjs",
"test": "npm run eslint && npm run prettier && npm run types && npm run tests",
"prepublishOnly": "npm test"
}
}