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

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