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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@types/unist@2.0.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@types/unist@2.0.4",
  10. "_id": "@types/unist@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zfyYsDTK1HTGYXU3fTiM76+om93HcFtsZd2M0bO/CL4DiETV7mSa/pIVN/6+G3esOqEMdg2An5cHHbK5t+9w+A==",
  13. "_location": "/@types/unist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@types/unist@2.0.4",
  19. "name": "@types/unist",
  20. "escapedName": "@types%2funist",
  21. "scope": "@types",
  22. "rawSpec": "2.0.4",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.4"
  25. },
  26. "_requiredBy": [
  27. "/@types/mdast",
  28. "/mdast-util-to-markdown",
  29. "/unist-util-stringify-position",
  30. "/vfile",
  31. "/vfile-message"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.4.tgz",
  34. "_spec": "2.0.4",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "bugs": {
  37. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "bizen241",
  42. "url": "https://github.com/bizen241"
  43. },
  44. {
  45. "name": "Jun Lu",
  46. "url": "https://github.com/lujun2"
  47. },
  48. {
  49. "name": "Hernan Rajchert",
  50. "url": "https://github.com/hrajchert"
  51. },
  52. {
  53. "name": "Titus Wormer",
  54. "url": "https://github.com/wooorm"
  55. },
  56. {
  57. "name": "Junyoung Choi",
  58. "url": "https://github.com/rokt33r"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "TypeScript definitions for Unist",
  63. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unist",
  64. "license": "MIT",
  65. "main": "",
  66. "name": "@types/unist",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  70. "directory": "types/unist"
  71. },
  72. "scripts": {},
  73. "typeScriptVersion": "3.6",
  74. "types": "index.d.ts",
  75. "typesPublisherContentHash": "373f3a8c09fdf9fa50470b9d6b720dbe014e0fe93cb797a34481c4231e8fab59",
  76. "version": "2.0.4"
  77. }