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

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