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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "globals@13.10.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "globals@13.10.0",
  9. "_id": "globals@13.10.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==",
  12. "_location": "/globals",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "globals@13.10.0",
  18. "name": "globals",
  19. "escapedName": "globals",
  20. "rawSpec": "13.10.0",
  21. "saveSpec": null,
  22. "fetchSpec": "13.10.0"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz",
  29. "_spec": "13.10.0",
  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/globals/issues"
  38. },
  39. "dependencies": {
  40. "type-fest": "^0.20.2"
  41. },
  42. "description": "Global identifiers from different JavaScript environments",
  43. "devDependencies": {
  44. "ava": "^2.4.0",
  45. "tsd": "^0.14.0",
  46. "xo": "^0.36.1"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts",
  54. "globals.json"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/globals#readme",
  58. "keywords": [
  59. "globals",
  60. "global",
  61. "identifiers",
  62. "variables",
  63. "vars",
  64. "jshint",
  65. "eslint",
  66. "environments"
  67. ],
  68. "license": "MIT",
  69. "name": "globals",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/globals.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "tsd": {
  78. "compilerOptions": {
  79. "resolveJsonModule": true
  80. }
  81. },
  82. "version": "13.10.0",
  83. "xo": {
  84. "ignores": [
  85. "get-browser-globals.js"
  86. ],
  87. "rules": {
  88. "node/no-unsupported-features/es-syntax": "off"
  89. }
  90. }
  91. }