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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "braces@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "braces@3.0.2",
  10. "_id": "braces@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  13. "_location": "/braces",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "braces@3.0.2",
  19. "name": "braces",
  20. "escapedName": "braces",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/micromatch/braces/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "url": "https://twitter.com/doowb"
  42. },
  43. {
  44. "name": "Elan Shanker",
  45. "url": "https://github.com/es128"
  46. },
  47. {
  48. "name": "Eugene Sharygin",
  49. "url": "https://github.com/eush77"
  50. },
  51. {
  52. "name": "hemanth.hm",
  53. "url": "http://h3manth.com"
  54. },
  55. {
  56. "name": "Jon Schlinkert",
  57. "url": "http://twitter.com/jonschlinkert"
  58. }
  59. ],
  60. "dependencies": {
  61. "fill-range": "^7.0.1"
  62. },
  63. "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
  64. "devDependencies": {
  65. "ansi-colors": "^3.2.4",
  66. "bash-path": "^2.0.1",
  67. "gulp-format-md": "^2.0.0",
  68. "mocha": "^6.1.1"
  69. },
  70. "engines": {
  71. "node": ">=8"
  72. },
  73. "files": [
  74. "index.js",
  75. "lib"
  76. ],
  77. "homepage": "https://github.com/micromatch/braces",
  78. "keywords": [
  79. "alpha",
  80. "alphabetical",
  81. "bash",
  82. "brace",
  83. "braces",
  84. "expand",
  85. "expansion",
  86. "filepath",
  87. "fill",
  88. "fs",
  89. "glob",
  90. "globbing",
  91. "letter",
  92. "match",
  93. "matches",
  94. "matching",
  95. "number",
  96. "numerical",
  97. "path",
  98. "range",
  99. "ranges",
  100. "sh"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "braces",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/micromatch/braces.git"
  108. },
  109. "scripts": {
  110. "benchmark": "node benchmark",
  111. "test": "mocha"
  112. },
  113. "verb": {
  114. "toc": false,
  115. "layout": "default",
  116. "tasks": [
  117. "readme"
  118. ],
  119. "lint": {
  120. "reflinks": true
  121. },
  122. "plugins": [
  123. "gulp-format-md"
  124. ]
  125. },
  126. "version": "3.0.2"
  127. }