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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "domhandler@2.4.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "domhandler@2.4.2",
  10. "_id": "domhandler@2.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
  13. "_location": "/domhandler",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "domhandler@2.4.2",
  19. "name": "domhandler",
  20. "escapedName": "domhandler",
  21. "rawSpec": "2.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.2"
  24. },
  25. "_requiredBy": [
  26. "/htmlparser2"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
  29. "_spec": "2.4.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fb55/DomHandler/issues"
  37. },
  38. "dependencies": {
  39. "domelementtype": "1"
  40. },
  41. "description": "handler for htmlparser2 that turns pages into a dom",
  42. "devDependencies": {
  43. "htmlparser2": "^3.9.0",
  44. "jshint": "^2.9.1",
  45. "mocha": "^3.0.2"
  46. },
  47. "directories": {
  48. "test": "tests"
  49. },
  50. "homepage": "https://github.com/fb55/DomHandler#readme",
  51. "jshintConfig": {
  52. "quotmark": "double",
  53. "trailing": true,
  54. "unused": true,
  55. "undef": true,
  56. "node": true,
  57. "proto": true,
  58. "globals": {
  59. "it": true
  60. }
  61. },
  62. "keywords": [
  63. "dom",
  64. "htmlparser2"
  65. ],
  66. "license": "BSD-2-Clause",
  67. "main": "index.js",
  68. "name": "domhandler",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/fb55/DomHandler.git"
  72. },
  73. "scripts": {
  74. "test": "mocha -R list && jshint index.js test/"
  75. },
  76. "version": "2.4.2"
  77. }