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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "side-channel@^1.0.4",
  3. "_id": "side-channel@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  6. "_location": "/side-channel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "side-channel@^1.0.4",
  12. "name": "side-channel",
  13. "escapedName": "side-channel",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/qs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  22. "_shasum": "efce5c8fdc104ee751b25c58d4290011fa5ea2cf",
  23. "_spec": "side-channel@^1.0.4",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/qs",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/side-channel/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.0",
  43. "get-intrinsic": "^1.0.2",
  44. "object-inspect": "^1.9.0"
  45. },
  46. "deprecated": false,
  47. "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.3.0",
  50. "aud": "^1.1.3",
  51. "auto-changelog": "^2.2.1",
  52. "eslint": "^7.16.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.0.1"
  56. },
  57. "exports": {
  58. "./package.json": "./package.json",
  59. ".": [
  60. {
  61. "default": "./index.js"
  62. },
  63. "./index.js"
  64. ]
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/ljharb/side-channel#readme",
  70. "keywords": [
  71. "weakmap",
  72. "map",
  73. "side",
  74. "channel",
  75. "metadata"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "side-channel",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/ljharb/side-channel.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "posttest": "npx aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only",
  91. "tests-only": "nyc tape 'test/**/*.js'",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "version": "1.0.4"
  95. }