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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "htmlparser2@3.10.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "htmlparser2@3.10.1",
  10. "_id": "htmlparser2@3.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==",
  13. "_location": "/htmlparser2",
  14. "_phantomChildren": {
  15. "inherits": "2.0.4",
  16. "string_decoder": "1.1.1",
  17. "util-deprecate": "1.0.2"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "htmlparser2@3.10.1",
  23. "name": "htmlparser2",
  24. "escapedName": "htmlparser2",
  25. "rawSpec": "3.10.1",
  26. "saveSpec": null,
  27. "fetchSpec": "3.10.1"
  28. },
  29. "_requiredBy": [
  30. "/postcss-html"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
  33. "_spec": "3.10.1",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Felix Boehm",
  37. "email": "me@feedic.com"
  38. },
  39. "browser": {
  40. "readable-stream": false
  41. },
  42. "bugs": {
  43. "url": "http://github.com/fb55/htmlparser2/issues"
  44. },
  45. "dependencies": {
  46. "domelementtype": "^1.3.1",
  47. "domhandler": "^2.3.0",
  48. "domutils": "^1.5.1",
  49. "entities": "^1.1.1",
  50. "inherits": "^2.0.1",
  51. "readable-stream": "^3.1.1"
  52. },
  53. "description": "Fast & forgiving HTML/XML/RSS parser",
  54. "devDependencies": {
  55. "coveralls": "^3.0.1",
  56. "eslint": "^5.13.0",
  57. "istanbul": "^0.4.3",
  58. "mocha": "^5.2.0",
  59. "mocha-lcov-reporter": "^1.2.0"
  60. },
  61. "directories": {
  62. "lib": "lib/"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/fb55/htmlparser2#readme",
  68. "keywords": [
  69. "html",
  70. "parser",
  71. "streams",
  72. "xml",
  73. "dom",
  74. "rss",
  75. "feed",
  76. "atom"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/index.js",
  80. "name": "htmlparser2",
  81. "prettier": {
  82. "tabWidth": 4
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/fb55/htmlparser2.git"
  87. },
  88. "scripts": {
  89. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  90. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  91. "lint": "eslint lib test",
  92. "test": "mocha && npm run lint"
  93. },
  94. "version": "3.10.1"
  95. }