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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "char-regex@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "char-regex@1.0.2",
  10. "_id": "char-regex@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  13. "_location": "/char-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "char-regex@1.0.2",
  19. "name": "char-regex",
  20. "escapedName": "char-regex",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/string-length"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Richie Bendall",
  33. "email": "richiebendall@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Richienb/char-regex/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A regex to match any full character, considering weird character ranges.",
  40. "devDependencies": {
  41. "@babel/core": "^7.8.4",
  42. "@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
  43. "array-uniq": "^2.1.0",
  44. "ava": "^3.0.0",
  45. "emoji.json": "^12.1.1",
  46. "eslint-config-richienb": "^0.3.0",
  47. "unicode-chars": "^1.0.1",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=10"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/Richienb/char-regex#readme",
  58. "keywords": [
  59. "character",
  60. "regex",
  61. "match",
  62. "split",
  63. "length"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "char-regex",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/Richienb/char-regex.git"
  71. },
  72. "resolutions": {
  73. "eslint": "^6.8.0"
  74. },
  75. "scripts": {
  76. "lint": "xo",
  77. "test": "yarn lint && ava"
  78. },
  79. "version": "1.0.2",
  80. "xo": {
  81. "extends": "richienb/node"
  82. }
  83. }