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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "iconv-lite@0.6.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "iconv-lite@0.6.3",
  9. "_id": "iconv-lite@0.6.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  12. "_location": "/iconv-lite",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "iconv-lite@0.6.3",
  18. "name": "iconv-lite",
  19. "escapedName": "iconv-lite",
  20. "rawSpec": "0.6.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.3"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
  28. "_spec": "0.6.3",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Alexander Shtuchkin",
  32. "email": "ashtuchkin@gmail.com"
  33. },
  34. "browser": {
  35. "stream": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ashtuchkin/iconv-lite/issues"
  39. },
  40. "dependencies": {
  41. "safer-buffer": ">= 2.1.2 < 3.0.0"
  42. },
  43. "description": "Convert character encodings in pure javascript.",
  44. "devDependencies": {
  45. "async": "^3.2.0",
  46. "c8": "^7.2.0",
  47. "errto": "^0.2.1",
  48. "iconv": "^2.3.5",
  49. "mocha": "^3.5.3",
  50. "request": "^2.88.2",
  51. "semver": "^6.3.0",
  52. "unorm": "^1.6.0"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "homepage": "https://github.com/ashtuchkin/iconv-lite",
  58. "keywords": [
  59. "iconv",
  60. "convert",
  61. "charset",
  62. "icu"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/index.js",
  66. "name": "iconv-lite",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/ashtuchkin/iconv-lite.git"
  70. },
  71. "scripts": {
  72. "coverage": "c8 _mocha --grep .",
  73. "test": "mocha --reporter spec --grep ."
  74. },
  75. "typings": "./lib/index.d.ts",
  76. "version": "0.6.3"
  77. }