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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "core-util-is@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "core-util-is@1.0.2",
  9. "_id": "core-util-is@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
  12. "_location": "/core-util-is",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-util-is@1.0.2",
  18. "name": "core-util-is",
  19. "escapedName": "core-util-is",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/readable-stream"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/core-util-is/issues"
  37. },
  38. "description": "The `util.is*` functions introduced in Node v0.12.",
  39. "devDependencies": {
  40. "tap": "^2.3.0"
  41. },
  42. "homepage": "https://github.com/isaacs/core-util-is#readme",
  43. "keywords": [
  44. "util",
  45. "isBuffer",
  46. "isArray",
  47. "isNumber",
  48. "isString",
  49. "isRegExp",
  50. "isThis",
  51. "isThat",
  52. "polyfill"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/util.js",
  56. "name": "core-util-is",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/core-util-is.git"
  60. },
  61. "scripts": {
  62. "test": "tap test.js"
  63. },
  64. "version": "1.0.2"
  65. }