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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "whatwg-encoding@1.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-encoding@1.0.5",
  10. "_id": "whatwg-encoding@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  13. "_location": "/whatwg-encoding",
  14. "_phantomChildren": {
  15. "safer-buffer": "2.1.2"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "whatwg-encoding@1.0.5",
  21. "name": "whatwg-encoding",
  22. "escapedName": "whatwg-encoding",
  23. "rawSpec": "1.0.5",
  24. "saveSpec": null,
  25. "fetchSpec": "1.0.5"
  26. },
  27. "_requiredBy": [
  28. "/html-encoding-sniffer",
  29. "/jest-environment-jsdom/jsdom",
  30. "/jsdom"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  33. "_spec": "1.0.5",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Domenic Denicola",
  37. "email": "d@domenic.me",
  38. "url": "https://domenic.me/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jsdom/whatwg-encoding/issues"
  42. },
  43. "dependencies": {
  44. "iconv-lite": "0.4.24"
  45. },
  46. "description": "Decode strings according to the WHATWG Encoding Standard",
  47. "devDependencies": {
  48. "eslint": "^5.3.0",
  49. "got": "^9.0.0",
  50. "mocha": "^5.2.0"
  51. },
  52. "files": [
  53. "lib/"
  54. ],
  55. "homepage": "https://github.com/jsdom/whatwg-encoding#readme",
  56. "keywords": [
  57. "encoding",
  58. "whatwg"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/whatwg-encoding.js",
  62. "name": "whatwg-encoding",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jsdom/whatwg-encoding.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint lib test",
  69. "prepare": "node scripts/update.js",
  70. "test": "mocha"
  71. },
  72. "version": "1.0.5"
  73. }