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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "map-obj@4.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "map-obj@4.2.1",
  10. "_id": "map-obj@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==",
  13. "_location": "/map-obj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "map-obj@4.2.1",
  19. "name": "map-obj",
  20. "escapedName": "map-obj",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "/camelcase-keys"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz",
  29. "_spec": "4.2.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/map-obj/issues"
  38. },
  39. "description": "Map object keys and values into a new object",
  40. "devDependencies": {
  41. "ava": "^2.0.0",
  42. "tsd": "^0.14.0",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/map-obj#readme",
  54. "keywords": [
  55. "map",
  56. "object",
  57. "key",
  58. "keys",
  59. "value",
  60. "values",
  61. "iterate",
  62. "iterator",
  63. "rename",
  64. "modify",
  65. "deep",
  66. "recurse",
  67. "recursive"
  68. ],
  69. "license": "MIT",
  70. "name": "map-obj",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/map-obj.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "4.2.1"
  79. }