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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "clone-regexp@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clone-regexp@2.2.0",
  10. "_id": "clone-regexp@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==",
  13. "_location": "/clone-regexp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "clone-regexp@2.2.0",
  19. "name": "clone-regexp",
  20. "escapedName": "clone-regexp",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/execall"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz",
  29. "_spec": "2.2.0",
  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/clone-regexp/issues"
  38. },
  39. "dependencies": {
  40. "is-regexp": "^2.0.0"
  41. },
  42. "description": "Clone and modify a RegExp instance",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/clone-regexp#readme",
  56. "keywords": [
  57. "regexp",
  58. "regex",
  59. "re",
  60. "regular",
  61. "expression",
  62. "clone",
  63. "duplicate",
  64. "modify",
  65. "mutate"
  66. ],
  67. "license": "MIT",
  68. "name": "clone-regexp",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/clone-regexp.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "2.2.0"
  77. }