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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "tr46@~0.0.3",
  3. "_id": "tr46@0.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=",
  6. "_location": "/tr46",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tr46@~0.0.3",
  12. "name": "tr46",
  13. "escapedName": "tr46",
  14. "rawSpec": "~0.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.3"
  17. },
  18. "_requiredBy": [
  19. "/whatwg-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  22. "_shasum": "8184fd347dac9cdc185992f3a6622e14b9d9ab6a",
  23. "_spec": "tr46@~0.0.3",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/whatwg-url",
  25. "author": {
  26. "name": "Sebastian Mayr",
  27. "email": "npm@smayr.name"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Sebmaster/tr46.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "An implementation of the Unicode TR46 spec",
  35. "devDependencies": {
  36. "mocha": "^2.2.5",
  37. "request": "^2.57.0"
  38. },
  39. "homepage": "https://github.com/Sebmaster/tr46.js#readme",
  40. "keywords": [
  41. "unicode",
  42. "tr46",
  43. "url",
  44. "whatwg"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "tr46",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/Sebmaster/tr46.js.git"
  52. },
  53. "scripts": {
  54. "prepublish": "node scripts/generateMappingTable.js",
  55. "pretest": "node scripts/getLatestUnicodeTests.js",
  56. "test": "mocha"
  57. },
  58. "version": "0.0.3"
  59. }