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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "object-inspect@^1.9.0",
  3. "_id": "object-inspect@1.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@^1.9.0",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "^1.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.0"
  17. },
  18. "_requiredBy": [
  19. "/side-channel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz",
  22. "_shasum": "9dceb146cedd4148a0d9e51ab88d34cf509922b1",
  23. "_spec": "object-inspect@^1.9.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/side-channel",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "browser": {
  31. "./util.inspect.js": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/inspect-js/object-inspect/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "string representations of objects in node and the browser",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^17.6.0",
  41. "aud": "^1.1.5",
  42. "core-js": "^2.6.12",
  43. "eslint": "^7.30.0",
  44. "for-each": "^0.3.3",
  45. "functions-have-names": "^1.2.2",
  46. "make-arrow-function": "^1.2.0",
  47. "nyc": "^10.3.2",
  48. "safe-publish-latest": "^1.1.4",
  49. "string.prototype.repeat": "^1.0.0",
  50. "tape": "^5.2.2"
  51. },
  52. "funding": {
  53. "url": "https://github.com/sponsors/ljharb"
  54. },
  55. "greenkeeper": {
  56. "ignore": [
  57. "nyc",
  58. "core-js"
  59. ]
  60. },
  61. "homepage": "https://github.com/inspect-js/object-inspect",
  62. "keywords": [
  63. "inspect",
  64. "util.inspect",
  65. "object",
  66. "stringify",
  67. "pretty"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "object-inspect",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/inspect-js/object-inspect.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "posttest": "npx aud --production",
  79. "prepublish": "not-in-publish || npm run prepublishOnly",
  80. "prepublishOnly": "safe-publish-latest",
  81. "pretest": "npm run lint",
  82. "test": "npm run tests-only && npm run test:corejs",
  83. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  84. "tests-only": "nyc tape 'test/*.js'"
  85. },
  86. "testling": {
  87. "files": [
  88. "test/*.js",
  89. "test/browser/*.js"
  90. ],
  91. "browsers": [
  92. "ie/6..latest",
  93. "chrome/latest",
  94. "firefox/latest",
  95. "safari/latest",
  96. "opera/latest",
  97. "iphone/latest",
  98. "ipad/latest",
  99. "android/latest"
  100. ]
  101. },
  102. "version": "1.11.0"
  103. }