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. "isarray@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "isarray@1.0.0",
  9. "_id": "isarray@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
  12. "_location": "/isarray",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "isarray@1.0.0",
  18. "name": "isarray",
  19. "escapedName": "isarray",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/readable-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  28. "_spec": "1.0.0",
  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/isarray/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Array#isArray for older browsers",
  40. "devDependencies": {
  41. "tape": "~2.13.4"
  42. },
  43. "homepage": "https://github.com/juliangruber/isarray",
  44. "keywords": [
  45. "browser",
  46. "isarray",
  47. "array"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "isarray",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/juliangruber/isarray.git"
  55. },
  56. "scripts": {
  57. "test": "tape test.js"
  58. },
  59. "testling": {
  60. "files": "test.js",
  61. "browsers": [
  62. "ie/8..latest",
  63. "firefox/17..latest",
  64. "firefox/nightly",
  65. "chrome/22..latest",
  66. "chrome/canary",
  67. "opera/12..latest",
  68. "opera/next",
  69. "safari/5.1..latest",
  70. "ipad/6.0..latest",
  71. "iphone/6.0..latest",
  72. "android-browser/4.2..latest"
  73. ]
  74. },
  75. "version": "1.0.0"
  76. }