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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "feedme@2.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "feedme@2.0.2",
  9. "_id": "feedme@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0RNn0uLaSey8EThxgABR0T1Q47kSRatYnAXy1cfUc8/eypqXiAu38XGthuwwzb7mESCD9465k6Nym8D9AtB8HA==",
  12. "_location": "/feedme",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "feedme@2.0.2",
  18. "name": "feedme",
  19. "escapedName": "feedme",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/feedme/-/feedme-2.0.2.tgz",
  28. "_spec": "2.0.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "fent",
  32. "email": "fentbox@gmail.com",
  33. "url": "https://github.com/fent"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fent/feedme.js/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Lucas Stadler"
  41. }
  42. ],
  43. "dependencies": {
  44. "clarinet": "^0.12.4",
  45. "sax": "^1.2.4"
  46. },
  47. "description": "RSS/Atom/JSON feed parser",
  48. "devDependencies": {
  49. "@types/clarinet": "^0.12.0",
  50. "@types/mocha": "^8.0.4",
  51. "@types/node": "^14.14.10",
  52. "@types/sax": "^1.2.1",
  53. "mocha": "^6.0.0",
  54. "nyc": "^15.1.0",
  55. "ts-node": "^9.0.0",
  56. "typescript": "^4.1.2"
  57. },
  58. "engines": {
  59. "node": ">=10"
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "homepage": "https://github.com/fent/feedme.js#readme",
  65. "keywords": [
  66. "feed",
  67. "rss",
  68. "atom",
  69. "json",
  70. "parser"
  71. ],
  72. "license": "MIT",
  73. "main": "./dist/feedme.js",
  74. "name": "feedme",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/fent/feedme.js.git"
  78. },
  79. "scripts": {
  80. "build": "tsc -p tsconfig.build.json",
  81. "prepare": "tsc -p tsconfig.build.json",
  82. "test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit",
  83. "test:unit": "mocha --require ts-node/register test/*-test.ts"
  84. },
  85. "version": "2.0.2"
  86. }