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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "utils-merge@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "utils-merge@1.0.1",
  9. "_id": "utils-merge@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=",
  12. "_location": "/utils-merge",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "utils-merge@1.0.1",
  18. "name": "utils-merge",
  19. "escapedName": "utils-merge",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/express"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Jared Hanson",
  32. "email": "jaredhanson@gmail.com",
  33. "url": "http://www.jaredhanson.net/"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/jaredhanson/utils-merge/issues"
  37. },
  38. "dependencies": {},
  39. "description": "merge() utility function",
  40. "devDependencies": {
  41. "chai": "1.x.x",
  42. "make-node": "0.3.x",
  43. "mocha": "1.x.x"
  44. },
  45. "engines": {
  46. "node": ">= 0.4.0"
  47. },
  48. "homepage": "https://github.com/jaredhanson/utils-merge#readme",
  49. "keywords": [
  50. "util"
  51. ],
  52. "license": "MIT",
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://opensource.org/licenses/MIT"
  57. }
  58. ],
  59. "main": "./index",
  60. "name": "utils-merge",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/jaredhanson/utils-merge.git"
  64. },
  65. "scripts": {
  66. "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  67. },
  68. "version": "1.0.1"
  69. }