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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "core-js@3.15.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "core-js@3.15.2",
  9. "_id": "core-js@3.15.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==",
  12. "_location": "/core-js",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "core-js@3.15.2",
  19. "name": "core-js",
  20. "escapedName": "core-js",
  21. "rawSpec": "3.15.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.15.2"
  24. },
  25. "_requiredBy": [
  26. "/global-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/core-js/-/core-js-3.15.2.tgz",
  29. "_spec": "3.15.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/zloirock/core-js/issues"
  33. },
  34. "description": "Standard library",
  35. "funding": {
  36. "type": "opencollective",
  37. "url": "https://opencollective.com/core-js"
  38. },
  39. "gitHead": "ea6ee013f5960f859d90e4136e91b035560ba72e",
  40. "homepage": "https://github.com/zloirock/core-js#readme",
  41. "keywords": [
  42. "ES3",
  43. "ES5",
  44. "ES6",
  45. "ES7",
  46. "ES2015",
  47. "ES2016",
  48. "ES2017",
  49. "ES2018",
  50. "ES2019",
  51. "ES2020",
  52. "ECMAScript 3",
  53. "ECMAScript 5",
  54. "ECMAScript 6",
  55. "ECMAScript 7",
  56. "ECMAScript 2015",
  57. "ECMAScript 2016",
  58. "ECMAScript 2017",
  59. "ECMAScript 2018",
  60. "ECMAScript 2019",
  61. "ECMAScript 2020",
  62. "Harmony",
  63. "Strawman",
  64. "Map",
  65. "Set",
  66. "WeakMap",
  67. "WeakSet",
  68. "Promise",
  69. "Observable",
  70. "Symbol",
  71. "TypedArray",
  72. "URL",
  73. "URLSearchParams",
  74. "queueMicrotask",
  75. "setImmediate",
  76. "polyfill",
  77. "ponyfill",
  78. "shim"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "core-js",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/zloirock/core-js.git",
  86. "directory": "packages/core-js"
  87. },
  88. "scripts": {
  89. "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
  90. },
  91. "version": "3.15.2"
  92. }