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 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "define-properties@1.1.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "define-properties@1.1.3",
  9. "_id": "define-properties@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  12. "_location": "/define-properties",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "define-properties@1.1.3",
  19. "name": "define-properties",
  20. "escapedName": "define-properties",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/globalthis"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/define-properties/issues"
  36. },
  37. "dependencies": {
  38. "object-keys": "^1.0.12"
  39. },
  40. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  41. "devDependencies": {
  42. "@ljharb/eslint-config": "^13.0.0",
  43. "covert": "^1.1.0",
  44. "eslint": "^5.3.0",
  45. "jscs": "^3.0.7",
  46. "nsp": "^3.2.1",
  47. "tape": "^4.9.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.4"
  51. },
  52. "homepage": "https://github.com/ljharb/define-properties#readme",
  53. "keywords": [
  54. "Object.defineProperty",
  55. "Object.defineProperties",
  56. "object",
  57. "property descriptor",
  58. "descriptor",
  59. "define",
  60. "ES5"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "define-properties",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/ljharb/define-properties.git"
  68. },
  69. "scripts": {
  70. "coverage": "covert test/*.js",
  71. "coverage-quiet": "covert test/*.js --quiet",
  72. "eslint": "eslint test/*.js *.js",
  73. "jscs": "jscs test/*.js *.js",
  74. "lint": "npm run --silent jscs && npm run --silent eslint",
  75. "posttest": "npm run --silent security",
  76. "pretest": "npm run --silent lint",
  77. "security": "nsp check",
  78. "test": "npm run --silent tests-only",
  79. "tests-only": "node test/index.js"
  80. },
  81. "testling": {
  82. "files": "test/index.js",
  83. "browsers": [
  84. "iexplore/6.0..latest",
  85. "firefox/3.0..6.0",
  86. "firefox/15.0..latest",
  87. "firefox/nightly",
  88. "chrome/4.0..10.0",
  89. "chrome/20.0..latest",
  90. "chrome/canary",
  91. "opera/10.0..latest",
  92. "opera/next",
  93. "safari/4.0..latest",
  94. "ipad/6.0..latest",
  95. "iphone/6.0..latest",
  96. "android-browser/4.2"
  97. ]
  98. },
  99. "version": "1.1.3"
  100. }