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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "@types/mdast@3.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@types/mdast@3.0.3",
  10. "_id": "@types/mdast@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==",
  13. "_location": "/@types/mdast",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@types/mdast@3.0.3",
  19. "name": "@types/mdast",
  20. "escapedName": "@types%2fmdast",
  21. "scope": "@types",
  22. "rawSpec": "3.0.3",
  23. "saveSpec": null,
  24. "fetchSpec": "3.0.3"
  25. },
  26. "_requiredBy": [
  27. "/mdast-util-from-markdown"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.3.tgz",
  30. "_spec": "3.0.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Jun Lu",
  38. "url": "https://github.com/lujun2"
  39. }
  40. ],
  41. "dependencies": {
  42. "@types/unist": "*"
  43. },
  44. "description": "TypeScript definitions for Mdast",
  45. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
  46. "license": "MIT",
  47. "main": "",
  48. "name": "@types/mdast",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  52. "directory": "types/mdast"
  53. },
  54. "scripts": {},
  55. "typeScriptVersion": "3.0",
  56. "types": "index",
  57. "typesPublisherContentHash": "14d7fdbd7f31ef3975bd5e967ada84235c102b1be369cba397ced8b95ebe4e57",
  58. "version": "3.0.3"
  59. }