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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@4.0.0",
  9. "_id": "escape-string-regexp@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  12. "_location": "/escape-string-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "escape-string-regexp@4.0.0",
  18. "name": "escape-string-regexp",
  19. "escapedName": "escape-string-regexp",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/matcher"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  38. },
  39. "description": "Escape RegExp special characters",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.11.0",
  43. "xo": "^0.28.3"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  54. "keywords": [
  55. "escape",
  56. "regex",
  57. "regexp",
  58. "regular",
  59. "expression",
  60. "string",
  61. "special",
  62. "characters"
  63. ],
  64. "license": "MIT",
  65. "name": "escape-string-regexp",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "4.0.0"
  74. }