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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "whatwg-url@9.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-url@9.1.0",
  10. "_id": "whatwg-url@9.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-CQ0UcrPHyomtlOCot1TL77WyMIm/bCwrJ2D6AOKGwEczU9EpyoqAokfqrf/MioU9kHcMsmJZcg1egXix2KYEsA==",
  13. "_location": "/whatwg-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-url@9.1.0",
  19. "name": "whatwg-url",
  20. "escapedName": "whatwg-url",
  21. "rawSpec": "9.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "9.1.0"
  24. },
  25. "_requiredBy": [
  26. "/data-urls",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-9.1.0.tgz",
  30. "_spec": "9.1.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sebastian Mayr",
  34. "email": "github@smayr.name"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/whatwg-url/issues"
  38. },
  39. "dependencies": {
  40. "tr46": "^2.1.0",
  41. "webidl-conversions": "^6.1.0"
  42. },
  43. "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  44. "devDependencies": {
  45. "@domenic/eslint-config": "^1.2.0",
  46. "browserify": "^17.0.0",
  47. "domexception": "^2.0.1",
  48. "eslint": "^7.29.0",
  49. "glob": "^7.1.7",
  50. "got": "^11.8.2",
  51. "jest": "^27.0.5",
  52. "recast": "^0.20.4",
  53. "webidl2js": "^16.2.0"
  54. },
  55. "engines": {
  56. "node": ">=12"
  57. },
  58. "files": [
  59. "index.js",
  60. "webidl2js-wrapper.js",
  61. "dist/"
  62. ],
  63. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  64. "jest": {
  65. "collectCoverageFrom": [
  66. "lib/**/*.js",
  67. "!lib/utils.js"
  68. ],
  69. "coverageDirectory": "coverage",
  70. "coverageReporters": [
  71. "lcov",
  72. "text-summary"
  73. ],
  74. "testEnvironment": "node",
  75. "testMatch": [
  76. "<rootDir>/test/**/*.js"
  77. ],
  78. "testPathIgnorePatterns": [
  79. "^<rootDir>/test/testharness.js$",
  80. "^<rootDir>/test/web-platform-tests/"
  81. ]
  82. },
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "whatwg-url",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jsdom/whatwg-url.git"
  89. },
  90. "scripts": {
  91. "build-live-viewer": "browserify index.js --standalone whatwgURL > live-viewer/whatwg-url.js",
  92. "coverage": "jest --coverage",
  93. "lint": "eslint .",
  94. "prepare": "node scripts/transform.js",
  95. "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js",
  96. "test": "jest"
  97. },
  98. "version": "9.1.0"
  99. }