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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "leven@3.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "leven@3.1.0",
  10. "_id": "leven@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  13. "_location": "/leven",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "leven@3.1.0",
  19. "name": "leven",
  20. "escapedName": "leven",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-validate"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/leven/issues"
  38. },
  39. "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "fast-levenshtein": "^2.0.6",
  43. "ld": "^0.1.0",
  44. "levdist": "^2.2.9",
  45. "levenshtein": "^1.0.5",
  46. "levenshtein-component": "^0.0.1",
  47. "levenshtein-edit-distance": "^2.0.3",
  48. "matcha": "^0.7.0",
  49. "natural": "^0.6.3",
  50. "talisman": "^0.21.0",
  51. "tsd": "^0.7.2",
  52. "xo": "^0.24.0"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/leven#readme",
  62. "keywords": [
  63. "leven",
  64. "levenshtein",
  65. "distance",
  66. "algorithm",
  67. "algo",
  68. "string",
  69. "difference",
  70. "diff",
  71. "fast",
  72. "fuzzy",
  73. "similar",
  74. "similarity",
  75. "compare",
  76. "comparison",
  77. "edit",
  78. "text",
  79. "match",
  80. "matching"
  81. ],
  82. "license": "MIT",
  83. "name": "leven",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/leven.git"
  87. },
  88. "scripts": {
  89. "bench": "matcha bench.js",
  90. "test": "xo && ava && tsd"
  91. },
  92. "version": "3.1.0"
  93. }