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 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "webidl-conversions@6.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webidl-conversions@6.1.0",
  10. "_id": "webidl-conversions@6.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  13. "_location": "/webidl-conversions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webidl-conversions@6.1.0",
  19. "name": "webidl-conversions",
  20. "escapedName": "webidl-conversions",
  21. "rawSpec": "6.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jest-environment-jsdom/whatwg-url",
  28. "/jsdom",
  29. "/whatwg-url"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  32. "_spec": "6.1.0",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Domenic Denicola",
  36. "email": "d@domenic.me",
  37. "url": "https://domenic.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jsdom/webidl-conversions/issues"
  41. },
  42. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  43. "devDependencies": {
  44. "eslint": "^6.8.0",
  45. "mocha": "^7.1.1",
  46. "nyc": "^15.0.0"
  47. },
  48. "engines": {
  49. "node": ">=10.4"
  50. },
  51. "files": [
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  55. "keywords": [
  56. "webidl",
  57. "web",
  58. "types"
  59. ],
  60. "license": "BSD-2-Clause",
  61. "main": "lib/index.js",
  62. "name": "webidl-conversions",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  66. },
  67. "scripts": {
  68. "coverage": "nyc mocha test/*.js",
  69. "lint": "eslint .",
  70. "test": "mocha test/*.js"
  71. },
  72. "version": "6.1.0"
  73. }