{ "_from": "google-polyline@^1.0.3", "_id": "google-polyline@1.0.3", "_inBundle": false, "_integrity": "sha512-36BnqVxmVcR8lTvzO6aeXdICNChAwQLlfMkR1P9IBpTWE8hA6bAbQHCVArwMHB5WIMq9owywtAkjioe3crNq4Q==", "_location": "/google-polyline", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "google-polyline@^1.0.3", "name": "google-polyline", "escapedName": "google-polyline", "rawSpec": "^1.0.3", "saveSpec": null, "fetchSpec": "^1.0.3" }, "_requiredBy": [ "/hafas-client" ], "_resolved": "https://registry.npmjs.org/google-polyline/-/google-polyline-1.0.3.tgz", "_shasum": "b1fafd8841059f7049d4ba6767c386be979510dc", "_spec": "google-polyline@^1.0.3", "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client", "author": { "name": "Jonas Hermsmeier", "email": "jhermsmeier@gmail.com", "url": "https://jhermsmeier.de" }, "bugs": { "url": "https://github.com/jhermsmeier/node-google-polyline/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Gonzalo Infante", "email": "chalo.infante01@gmail.com" } ], "deprecated": false, "description": "Encode / decode Google's polyline format", "devDependencies": { "mocha": "^5.2.0", "nanobench": "^2.1.1" }, "directories": { "test": "test" }, "homepage": "https://github.com/jhermsmeier/node-google-polyline", "keywords": [ "google", "polyline", "encoding", "encode", "decode" ], "license": "MIT", "main": "lib/polyline.js", "name": "google-polyline", "repository": { "type": "git", "url": "git+https://github.com/jhermsmeier/node-google-polyline.git" }, "scripts": { "benchmark": "nanobench benchmark/*.js", "test": "mocha --ui tdd" }, "version": "1.0.3" }