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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "astral-regex@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "astral-regex@2.0.0",
  9. "_id": "astral-regex@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
  12. "_location": "/astral-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "astral-regex@2.0.0",
  18. "name": "astral-regex",
  19. "escapedName": "astral-regex",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/slice-ansi"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Kevin Mårtensson",
  32. "email": "kevinmartensson@gmail.com",
  33. "url": "github.com/kevva"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/kevva/astral-regex/issues"
  37. },
  38. "description": "Regular expression for matching astral symbols",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/kevva/astral-regex#readme",
  52. "keywords": [
  53. "astral",
  54. "emoji",
  55. "regex",
  56. "surrogate"
  57. ],
  58. "license": "MIT",
  59. "name": "astral-regex",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/kevva/astral-regex.git"
  63. },
  64. "scripts": {
  65. "test": "xo && ava && tsd"
  66. },
  67. "version": "2.0.0"
  68. }