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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "object-assign@4.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "object-assign@4.1.1",
  9. "_id": "object-assign@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
  12. "_location": "/object-assign",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-assign@4.1.1",
  18. "name": "object-assign",
  19. "escapedName": "object-assign",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/cors"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  28. "_spec": "4.1.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/object-assign/issues"
  37. },
  38. "description": "ES2015 `Object.assign()` ponyfill",
  39. "devDependencies": {
  40. "ava": "^0.16.0",
  41. "lodash": "^4.16.4",
  42. "matcha": "^0.7.0",
  43. "xo": "^0.16.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/object-assign#readme",
  52. "keywords": [
  53. "object",
  54. "assign",
  55. "extend",
  56. "properties",
  57. "es2015",
  58. "ecmascript",
  59. "harmony",
  60. "ponyfill",
  61. "prollyfill",
  62. "polyfill",
  63. "shim",
  64. "browser"
  65. ],
  66. "license": "MIT",
  67. "name": "object-assign",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/object-assign.git"
  71. },
  72. "scripts": {
  73. "bench": "matcha bench.js",
  74. "test": "xo && ava"
  75. },
  76. "version": "4.1.1"
  77. }