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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "anymatch@3.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "anymatch@3.1.2",
  10. "_id": "anymatch@3.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  13. "_location": "/anymatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "anymatch@3.1.2",
  19. "name": "anymatch",
  20. "escapedName": "anymatch",
  21. "rawSpec": "3.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-haste-map"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
  29. "_spec": "3.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Elan Shanker",
  33. "url": "https://github.com/es128"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/micromatch/anymatch/issues"
  37. },
  38. "dependencies": {
  39. "normalize-path": "^3.0.0",
  40. "picomatch": "^2.0.4"
  41. },
  42. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  43. "devDependencies": {
  44. "mocha": "^6.1.3",
  45. "nyc": "^14.0.0"
  46. },
  47. "engines": {
  48. "node": ">= 8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/micromatch/anymatch",
  55. "keywords": [
  56. "match",
  57. "any",
  58. "string",
  59. "file",
  60. "fs",
  61. "list",
  62. "glob",
  63. "regex",
  64. "regexp",
  65. "regular",
  66. "expression",
  67. "function"
  68. ],
  69. "license": "ISC",
  70. "name": "anymatch",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/micromatch/anymatch.git"
  74. },
  75. "scripts": {
  76. "mocha": "mocha",
  77. "test": "nyc mocha"
  78. },
  79. "version": "3.1.2"
  80. }