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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "emoji-regex@8.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "emoji-regex@8.0.0",
  9. "_id": "emoji-regex@8.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  12. "_location": "/emoji-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "emoji-regex@8.0.0",
  18. "name": "emoji-regex",
  19. "escapedName": "emoji-regex",
  20. "rawSpec": "8.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.0.0"
  23. },
  24. "_requiredBy": [
  25. "/string-width"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  28. "_spec": "8.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Mathias Bynens",
  32. "url": "https://mathiasbynens.be/"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  36. },
  37. "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  38. "devDependencies": {
  39. "@babel/cli": "^7.2.3",
  40. "@babel/core": "^7.3.4",
  41. "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
  42. "@babel/preset-env": "^7.3.4",
  43. "mocha": "^6.0.2",
  44. "regexgen": "^1.3.0",
  45. "unicode-12.0.0": "^0.7.9"
  46. },
  47. "files": [
  48. "LICENSE-MIT.txt",
  49. "index.js",
  50. "index.d.ts",
  51. "text.js",
  52. "es2015/index.js",
  53. "es2015/text.js"
  54. ],
  55. "homepage": "https://mths.be/emoji-regex",
  56. "keywords": [
  57. "unicode",
  58. "regex",
  59. "regexp",
  60. "regular expressions",
  61. "code points",
  62. "symbols",
  63. "characters",
  64. "emoji"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "emoji-regex",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  72. },
  73. "scripts": {
  74. "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
  75. "test": "mocha",
  76. "test:watch": "npm run test -- --watch"
  77. },
  78. "types": "index.d.ts",
  79. "version": "8.0.0"
  80. }