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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "is-plain-obj@1.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-plain-obj@1.1.0",
  10. "_id": "is-plain-obj@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=",
  13. "_location": "/is-plain-obj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-plain-obj@1.1.0",
  19. "name": "is-plain-obj",
  20. "escapedName": "is-plain-obj",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/minimist-options"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-plain-obj/issues"
  38. },
  39. "description": "Check if a value is a plain object",
  40. "devDependencies": {
  41. "ava": "0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-plain-obj#readme",
  50. "keywords": [
  51. "obj",
  52. "object",
  53. "is",
  54. "check",
  55. "test",
  56. "type",
  57. "plain",
  58. "vanilla",
  59. "pure",
  60. "simple"
  61. ],
  62. "license": "MIT",
  63. "name": "is-plain-obj",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  67. },
  68. "scripts": {
  69. "test": "node test.js"
  70. },
  71. "version": "1.1.0"
  72. }