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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "balanced-match@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "balanced-match@1.0.2",
  9. "_id": "balanced-match@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  12. "_location": "/balanced-match",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "balanced-match@1.0.2",
  18. "name": "balanced-match",
  19. "escapedName": "balanced-match",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/brace-expansion"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Julian Gruber",
  32. "email": "mail@juliangruber.com",
  33. "url": "http://juliangruber.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/juliangruber/balanced-match/issues"
  37. },
  38. "description": "Match balanced character pairs, like \"{\" and \"}\"",
  39. "devDependencies": {
  40. "matcha": "^0.7.0",
  41. "tape": "^4.6.0"
  42. },
  43. "homepage": "https://github.com/juliangruber/balanced-match",
  44. "keywords": [
  45. "match",
  46. "regexp",
  47. "test",
  48. "balanced",
  49. "parse"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "balanced-match",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/juliangruber/balanced-match.git"
  57. },
  58. "scripts": {
  59. "bench": "matcha test/bench.js",
  60. "test": "tape test/test.js"
  61. },
  62. "testling": {
  63. "files": "test/*.js",
  64. "browsers": [
  65. "ie/8..latest",
  66. "firefox/20..latest",
  67. "firefox/nightly",
  68. "chrome/25..latest",
  69. "chrome/canary",
  70. "opera/12..latest",
  71. "opera/next",
  72. "safari/5.1..latest",
  73. "ipad/6.0..latest",
  74. "iphone/6.0..latest",
  75. "android-browser/4.2..latest"
  76. ]
  77. },
  78. "version": "1.0.2"
  79. }