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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "tslib@1.14.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "tslib@1.14.1",
  9. "_id": "tslib@1.14.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  12. "_location": "/tslib",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tslib@1.14.1",
  18. "name": "tslib",
  19. "escapedName": "tslib",
  20. "rawSpec": "1.14.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.14.1"
  23. },
  24. "_requiredBy": [
  25. "/rrule",
  26. "/tsutils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  29. "_spec": "1.14.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Microsoft Corp."
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Microsoft/TypeScript/issues"
  36. },
  37. "description": "Runtime library for TypeScript helper functions",
  38. "exports": {
  39. ".": {
  40. "module": "./tslib.es6.js",
  41. "import": "./modules/index.js",
  42. "default": "./tslib.js"
  43. },
  44. "./": "./"
  45. },
  46. "homepage": "https://www.typescriptlang.org/",
  47. "jsnext:main": "tslib.es6.js",
  48. "keywords": [
  49. "TypeScript",
  50. "Microsoft",
  51. "compiler",
  52. "language",
  53. "javascript",
  54. "tslib",
  55. "runtime"
  56. ],
  57. "license": "0BSD",
  58. "main": "tslib.js",
  59. "module": "tslib.es6.js",
  60. "name": "tslib",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/Microsoft/tslib.git"
  64. },
  65. "sideEffects": false,
  66. "typings": "tslib.d.ts",
  67. "version": "1.14.1"
  68. }