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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "object-keys@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "object-keys@1.1.1",
  9. "_id": "object-keys@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  12. "_location": "/object-keys",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-keys@1.1.1",
  19. "name": "object-keys",
  20. "escapedName": "object-keys",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/define-properties"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/object-keys/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. },
  45. {
  46. "name": "Raynos",
  47. "email": "raynos2@gmail.com"
  48. },
  49. {
  50. "name": "Nathan Rajlich",
  51. "email": "nathan@tootallnate.net"
  52. },
  53. {
  54. "name": "Ivan Starkov",
  55. "email": "istarkov@gmail.com"
  56. },
  57. {
  58. "name": "Gary Katsevman",
  59. "email": "git@gkatsev.com"
  60. }
  61. ],
  62. "dependencies": {},
  63. "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  64. "devDependencies": {
  65. "@ljharb/eslint-config": "^13.1.1",
  66. "covert": "^1.1.1",
  67. "eslint": "^5.13.0",
  68. "foreach": "^2.0.5",
  69. "indexof": "^0.0.1",
  70. "is": "^3.3.0",
  71. "tape": "^4.9.2"
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "homepage": "https://github.com/ljharb/object-keys#readme",
  77. "keywords": [
  78. "Object.keys",
  79. "keys",
  80. "ES5",
  81. "shim"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "object-keys",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/ljharb/object-keys.git"
  89. },
  90. "scripts": {
  91. "audit": "npm audit",
  92. "coverage": "covert test/*.js",
  93. "coverage-quiet": "covert test/*.js --quiet",
  94. "lint": "eslint .",
  95. "postaudit": "rm package-lock.json",
  96. "posttest": "npm run --silent audit",
  97. "preaudit": "npm install --package-lock --package-lock-only",
  98. "pretest": "npm run --silent lint",
  99. "test": "npm run --silent tests-only",
  100. "tests-only": "node test/index.js"
  101. },
  102. "testling": {
  103. "files": "test/index.js",
  104. "browsers": [
  105. "iexplore/6.0..latest",
  106. "firefox/3.0..6.0",
  107. "firefox/15.0..latest",
  108. "firefox/nightly",
  109. "chrome/4.0..10.0",
  110. "chrome/20.0..latest",
  111. "chrome/canary",
  112. "opera/10.0..latest",
  113. "opera/next",
  114. "safari/4.0..latest",
  115. "ipad/6.0..latest",
  116. "iphone/6.0..latest",
  117. "android-browser/4.2"
  118. ]
  119. },
  120. "version": "1.1.1"
  121. }