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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "html-tags@3.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-tags@3.1.0",
  10. "_id": "html-tags@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==",
  13. "_location": "/html-tags",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-tags@3.1.0",
  19. "name": "html-tags",
  20. "escapedName": "html-tags",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/html-tags/issues"
  38. },
  39. "description": "List of standard HTML tags",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts",
  51. "void.js",
  52. "void.d.ts",
  53. "html-tags.json",
  54. "html-tags.json.d.ts",
  55. "html-tags-void.json",
  56. "html-tags-void.json.d.ts"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/html-tags#readme",
  59. "keywords": [
  60. "html",
  61. "html5",
  62. "tags",
  63. "elements",
  64. "list",
  65. "whatwg",
  66. "w3c",
  67. "void",
  68. "self-closing"
  69. ],
  70. "license": "MIT",
  71. "name": "html-tags",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/html-tags.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "3.1.0"
  80. }