{"_id":"@alvarcarto/mapsy","_rev":"1-a75b480e0a43f93d8048b73e7423c17a","name":"@alvarcarto/mapsy","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.2":{"name":"@alvarcarto/mapsy","version":"1.0.2","description":"Map/coordinate/projection utility","main":"src/index.js","repository":{"type":"git","url":"git+https://github.com/alvarcarto/mapsy.git"},"homepage":"https://github.com/alvarcarto/mapsy","keywords":["tile","map","utility","projection"],"scripts":{"test":"mocha"},"author":{"name":"Alvar Carto"},"license":"MIT","dependencies":{"lodash":"^4.17.10"},"devDependencies":{"chai":"^4.1.2","mocha":"^5.2.0","np":"^2.20.1"},"gitHead":"52eedfef623304b198c233fba0db1ebca2e61294","bugs":{"url":"https://github.com/alvarcarto/mapsy/issues"},"_id":"@alvarcarto/mapsy@1.0.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"kimmobrunfeldt","email":"kimmo.brunfeldt@gmail.com"},"dist":{"integrity":"sha512-mFlhw7ita649GJftY6xgG4B4psGOz6Z0aOn8Luuchi5QbgK7jz06bZ+USEo9+irz71RoTYQhSDiNfSalSaDCUQ==","shasum":"61e283b57afcd65bdb0cfb41ef2333cd43028518","tarball":"https://registry.npmjs.org/@alvarcarto/mapsy/-/mapsy-1.0.2.tgz","fileCount":18,"unpackedSize":47758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgr76CRA9TVsSAnZWagAA+nIQAIm6t84/niOmStFUnsMK\nvAZQHY7vYWjcm0xv0E9a7PzYfKQZzEGfyWZHMjdUhkkCGDUXcM5l+Zzu+tO8\ndAiJMsRf/Sj4fYDwYzcBKFPZ+TTDe5diwvI8Q4F4ABWcBwXZehFu4NAJIkRT\nQK02I2Zep3P5XKfkTrpHVOuiDkzZOaon5G+yerZGx61lLdz8uaz9vZHFCKec\ncBlNn2sQze299vri9SxrxelKhqmWPVhKrG+iNDM5QHbnYXnHKXourjJ5tDc1\ncXCWVukIHKSeRK2WN+svazHdgoebD+wb5g+0PYmtmgiOFQd15RAhZcNR49/D\nCkqISAUIAQ9pUDMqUdIIkVWz5QwjxDkqFpdd50nyE9Nvt1sfKOitEJ05RTgW\nLKdLF49hcj3UhQcby+Us5+kSsEkwsG3JH2+5sEctVyrDKx+IC7Scd/jEePbA\nsBKhzYJQlhZBx1LAtqEDneYELtkeCFANDyCU8spY0BcgCJ3vjdse7KvbwfQv\nU/GVEQdZR2ZRtiaPXHd0cLQ+zuYxKMgBKE8lFcYoYwC+bWfHeiTFjO3p+DSD\nyQVJOII2kEv7lWcMdW9SiLgRL2ZbfOX2sWcbh10wWjEWencK58eWDKU2aop2\npdzIdQ0Bm/r6hsUalNCLJ5RYQgdLDsJuTlGQHFXtnbjQ4LyflTVSH8cFi4hL\ngsVt\r\n=rbxi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIFwpSb2V0j0SZmaV0l6ZmwDcfIulCw7MKeekHZ8lzi7wAh9CD6J0oPbT3UXB+UXxHtuxcfeqTTxbUysIgD4nXscI"}]},"maintainers":[{"name":"alvarcarto-integration","email":"no-reply@alvarcarto.com"},{"name":"kimmobrunfeldt","email":"kimmo.brunfeldt@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mapsy_1.0.2_1535295225419_0.007408308473753955"},"_hasShrinkwrap":false}},"time":{"created":"2018-08-26T14:53:45.251Z","1.0.2":"2018-08-26T14:53:45.550Z","modified":"2022-04-04T13:41:39.852Z"},"maintainers":[{"name":"alvarcarto-integration","email":"no-reply@alvarcarto.com"},{"name":"kimmobrunfeldt","email":"kimmo.brunfeldt@gmail.com"}],"description":"Map/coordinate/projection utility","homepage":"https://github.com/alvarcarto/mapsy","keywords":["tile","map","utility","projection"],"repository":{"type":"git","url":"git+https://github.com/alvarcarto/mapsy.git"},"author":{"name":"Alvar Carto"},"bugs":{"url":"https://github.com/alvarcarto/mapsy/issues"},"license":"MIT","readme":"# mapsy\n\n> Map/coordinate/projection utility\n\n```bash\nnpm install @alvarcarto/mapsy\n```\n\n## Examples\n\n```js\nconst fs = require('fs');\nconst { getBoundsZoom } = require('@alvarcarto/mapsy');\n\nconst zoom = getBoundsZoom({\n  swLat: 32.473,\n  swLng: -15.594,\n  neLat: 45.298,\n  neLng: 8.056,\n}, {\n  width: 1200, height: 800\n})\n```\n\n# Contributors\n\n\n## Release\n\n* Commit all changes.\n* Use [np](https://github.com/sindresorhus/np) to automate the release:\n\n    `np`\n\n* Edit GitHub release notes.\n\n# License\n\nMost of the code is a subset of https://github.com/Leaflet/Leaflet.\n\nMIT\n","readmeFilename":"README.md"}