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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "escape-string-regexp@1.0.5",
  10. "_id": "escape-string-regexp@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  13. "_location": "/chrome-launcher/escape-string-regexp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "escape-string-regexp@1.0.5",
  19. "name": "escape-string-regexp",
  20. "escapedName": "escape-string-regexp",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/chrome-launcher"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "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": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.8.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  51. "keywords": [
  52. "escape",
  53. "regex",
  54. "regexp",
  55. "re",
  56. "regular",
  57. "expression",
  58. "string",
  59. "str",
  60. "special",
  61. "characters"
  62. ],
  63. "license": "MIT",
  64. "maintainers": [
  65. {
  66. "name": "Sindre Sorhus",
  67. "email": "sindresorhus@gmail.com",
  68. "url": "sindresorhus.com"
  69. },
  70. {
  71. "name": "Joshua Boy Nicolai Appelman",
  72. "email": "joshua@jbna.nl",
  73. "url": "jbna.nl"
  74. }
  75. ],
  76. "name": "escape-string-regexp",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava"
  83. },
  84. "version": "1.0.5"
  85. }