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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "slugg@^1.2.0",
  3. "_id": "slugg@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-51KvIkGvPycURjxd4iXOpHYIdAo=",
  6. "_location": "/slugg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slugg@^1.2.0",
  12. "name": "slugg",
  13. "escapedName": "slugg",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/slugg/-/slugg-1.2.1.tgz",
  22. "_shasum": "e752af2241af3f2714463c5de225cea47608740a",
  23. "_spec": "slugg@^1.2.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Ben Gourley"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/bengourley/slugg/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Make strings url safe (with no dependencies)",
  34. "devDependencies": {
  35. "mocha": "~1.7",
  36. "mocha-srv": "~0.1",
  37. "proclaim": "~1.2"
  38. },
  39. "homepage": "https://github.com/bengourley/slugg#readme",
  40. "keywords": [
  41. "slug",
  42. "url",
  43. "string"
  44. ],
  45. "license": "BSD",
  46. "main": "slugg.js",
  47. "name": "slugg",
  48. "publishConfig": {
  49. "registry": "http://registry.npmjs.org/"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/bengourley/slugg.git"
  54. },
  55. "scripts": {
  56. "test": "mocha test -R spec",
  57. "test-browser": "mocha-srv test"
  58. },
  59. "version": "1.2.1"
  60. }