Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "google-polyline@^1.0.3",
  3. "_id": "google-polyline@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-36BnqVxmVcR8lTvzO6aeXdICNChAwQLlfMkR1P9IBpTWE8hA6bAbQHCVArwMHB5WIMq9owywtAkjioe3crNq4Q==",
  6. "_location": "/google-polyline",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "google-polyline@^1.0.3",
  12. "name": "google-polyline",
  13. "escapedName": "google-polyline",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/google-polyline/-/google-polyline-1.0.3.tgz",
  22. "_shasum": "b1fafd8841059f7049d4ba6767c386be979510dc",
  23. "_spec": "google-polyline@^1.0.3",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Jonas Hermsmeier",
  27. "email": "jhermsmeier@gmail.com",
  28. "url": "https://jhermsmeier.de"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jhermsmeier/node-google-polyline/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Gonzalo Infante",
  37. "email": "chalo.infante01@gmail.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "Encode / decode Google's polyline format",
  42. "devDependencies": {
  43. "mocha": "^5.2.0",
  44. "nanobench": "^2.1.1"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/jhermsmeier/node-google-polyline",
  50. "keywords": [
  51. "google",
  52. "polyline",
  53. "encoding",
  54. "encode",
  55. "decode"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/polyline.js",
  59. "name": "google-polyline",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jhermsmeier/node-google-polyline.git"
  63. },
  64. "scripts": {
  65. "benchmark": "nanobench benchmark/*.js",
  66. "test": "mocha --ui tdd"
  67. },
  68. "version": "1.0.3"
  69. }