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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "strip-json-comments@3.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "strip-json-comments@3.1.1",
  9. "_id": "strip-json-comments@3.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  12. "_location": "/strip-json-comments",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "strip-json-comments@3.1.1",
  18. "name": "strip-json-comments",
  19. "escapedName": "strip-json-comments",
  20. "rawSpec": "3.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.1"
  23. },
  24. "_requiredBy": [
  25. "/@eslint/eslintrc",
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/strip-json-comments/issues"
  38. },
  39. "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "matcha": "^0.7.0",
  43. "tsd": "^0.7.2",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=8"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
  55. "keywords": [
  56. "json",
  57. "strip",
  58. "comments",
  59. "remove",
  60. "delete",
  61. "trim",
  62. "multiline",
  63. "parse",
  64. "config",
  65. "configuration",
  66. "settings",
  67. "util",
  68. "env",
  69. "environment",
  70. "jsonc"
  71. ],
  72. "license": "MIT",
  73. "name": "strip-json-comments",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
  77. },
  78. "scripts": {
  79. "bench": "matcha benchmark.js",
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "3.1.1"
  83. }