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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "call-bind@^1.0.0",
  3. "_id": "call-bind@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  6. "_location": "/call-bind",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "call-bind@^1.0.0",
  12. "name": "call-bind",
  13. "escapedName": "call-bind",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/side-channel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  22. "_shasum": "b1d4e89e688119c3c9a903ad30abb2f6a919be3c",
  23. "_spec": "call-bind@^1.0.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/side-channel",
  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/call-bind/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "function-bind": "^1.1.1",
  43. "get-intrinsic": "^1.0.2"
  44. },
  45. "deprecated": false,
  46. "description": "Robustly `.call.bind()` a function",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^17.3.0",
  49. "aud": "^1.1.3",
  50. "auto-changelog": "^2.2.1",
  51. "eslint": "^7.17.0",
  52. "nyc": "^10.3.2",
  53. "safe-publish-latest": "^1.1.4",
  54. "tape": "^5.1.1"
  55. },
  56. "exports": {
  57. ".": [
  58. {
  59. "default": "./index.js"
  60. },
  61. "./index.js"
  62. ],
  63. "./callBound": [
  64. {
  65. "default": "./callBound.js"
  66. },
  67. "./callBound.js"
  68. ],
  69. "./package.json": "./package.json"
  70. },
  71. "funding": {
  72. "url": "https://github.com/sponsors/ljharb"
  73. },
  74. "homepage": "https://github.com/ljharb/call-bind#readme",
  75. "keywords": [
  76. "javascript",
  77. "ecmascript",
  78. "es",
  79. "js",
  80. "callbind",
  81. "callbound",
  82. "call",
  83. "bind",
  84. "bound",
  85. "call-bind",
  86. "call-bound",
  87. "function",
  88. "es-abstract"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "call-bind",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ljharb/call-bind.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint --ext=.js,.mjs .",
  99. "posttest": "aud --production",
  100. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  101. "prepublish": "safe-publish-latest",
  102. "pretest": "npm run lint",
  103. "test": "npm run tests-only",
  104. "tests-only": "nyc tape 'test/*'",
  105. "version": "auto-changelog && git add CHANGELOG.md"
  106. },
  107. "version": "1.0.2"
  108. }