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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "shebang-regex@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "shebang-regex@3.0.0",
  9. "_id": "shebang-regex@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  12. "_location": "/shebang-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "shebang-regex@3.0.0",
  18. "name": "shebang-regex",
  19. "escapedName": "shebang-regex",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/shebang-command"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/shebang-regex/issues"
  37. },
  38. "description": "Regular expression for matching a shebang line",
  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/sindresorhus/shebang-regex#readme",
  52. "keywords": [
  53. "regex",
  54. "regexp",
  55. "shebang",
  56. "match",
  57. "test",
  58. "line"
  59. ],
  60. "license": "MIT",
  61. "name": "shebang-regex",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/shebang-regex.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava && tsd"
  68. },
  69. "version": "3.0.0"
  70. }