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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "data-urls@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "data-urls@3.0.0",
  10. "_id": "data-urls@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4AefxbTTdFtxDUdh0BuMBs2qJVL25Mow2zlcuuePegQwgD6GEmQao42LLEeksOui8nL4RcNEugIpFP7eRd33xg==",
  13. "_location": "/data-urls",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "data-urls@3.0.0",
  19. "name": "data-urls",
  20. "escapedName": "data-urls",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Domenic Denicola",
  33. "email": "d@domenic.me",
  34. "url": "https://domenic.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/data-urls/issues"
  38. },
  39. "dependencies": {
  40. "abab": "^2.0.3",
  41. "whatwg-mimetype": "^2.3.0",
  42. "whatwg-url": "^9.0.0"
  43. },
  44. "description": "Parses data: URLs",
  45. "devDependencies": {
  46. "@domenic/eslint-config": "^1.2.0",
  47. "eslint": "^7.29.0",
  48. "jest": "^27.0.5",
  49. "node-fetch": "^2.6.1"
  50. },
  51. "engines": {
  52. "node": ">=12"
  53. },
  54. "files": [
  55. "lib/"
  56. ],
  57. "homepage": "https://github.com/jsdom/data-urls#readme",
  58. "jest": {
  59. "coverageDirectory": "coverage",
  60. "coverageReporters": [
  61. "lcov",
  62. "text-summary"
  63. ],
  64. "testEnvironment": "node",
  65. "testMatch": [
  66. "<rootDir>/test/**/*.js"
  67. ],
  68. "coveragePathIgnorePatterns": [
  69. "<rootDir>/node_modules/(?!(abab/lib/atob.js))"
  70. ]
  71. },
  72. "keywords": [
  73. "data url",
  74. "data uri",
  75. "data:",
  76. "http",
  77. "fetch",
  78. "whatwg"
  79. ],
  80. "license": "MIT",
  81. "main": "lib/parser.js",
  82. "name": "data-urls",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jsdom/data-urls.git"
  86. },
  87. "scripts": {
  88. "coverage": "jest --coverage",
  89. "lint": "eslint .",
  90. "pretest": "node scripts/get-latest-platform-tests.js",
  91. "test": "jest"
  92. },
  93. "version": "3.0.0"
  94. }