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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "text-table@0.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "text-table@0.2.0",
  9. "_id": "text-table@0.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
  12. "_location": "/text-table",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "text-table@0.2.0",
  18. "name": "text-table",
  19. "escapedName": "text-table",
  20. "rawSpec": "0.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  28. "_spec": "0.2.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/text-table/issues"
  37. },
  38. "description": "borderless text tables with alignment",
  39. "devDependencies": {
  40. "cli-color": "~0.2.3",
  41. "tap": "~0.4.0",
  42. "tape": "~1.0.2"
  43. },
  44. "homepage": "https://github.com/substack/text-table",
  45. "keywords": [
  46. "text",
  47. "table",
  48. "align",
  49. "ascii",
  50. "rows",
  51. "tabular"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "text-table",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/substack/text-table.git"
  59. },
  60. "scripts": {
  61. "test": "tap test/*.js"
  62. },
  63. "testling": {
  64. "files": "test/*.js",
  65. "browsers": [
  66. "ie/6..latest",
  67. "chrome/20..latest",
  68. "firefox/10..latest",
  69. "safari/latest",
  70. "opera/11.0..latest",
  71. "iphone/6",
  72. "ipad/6"
  73. ]
  74. },
  75. "version": "0.2.0"
  76. }