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 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "get-intrinsic@^1.0.2",
  3. "_id": "get-intrinsic@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
  6. "_location": "/get-intrinsic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-intrinsic@^1.0.2",
  12. "name": "get-intrinsic",
  13. "escapedName": "get-intrinsic",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/call-bind",
  20. "/side-channel"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
  23. "_shasum": "15f59f376f855c446963948f0d24cd3637b4abc6",
  24. "_spec": "get-intrinsic@^1.0.2",
  25. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/side-channel",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/get-intrinsic/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "function-bind": "^1.1.1",
  44. "has": "^1.0.3",
  45. "has-symbols": "^1.0.1"
  46. },
  47. "deprecated": false,
  48. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^17.5.0",
  51. "aud": "^1.1.3",
  52. "auto-changelog": "^2.2.1",
  53. "call-bind": "^1.0.2",
  54. "es-abstract": "^1.18.0-next.2",
  55. "es-value-fixtures": "^1.0.0",
  56. "eslint": "^7.19.0",
  57. "evalmd": "^0.0.19",
  58. "foreach": "^2.0.5",
  59. "has-bigints": "^1.0.1",
  60. "make-async-function": "^1.0.0",
  61. "make-async-generator-function": "^1.0.0",
  62. "make-generator-function": "^2.0.0",
  63. "nyc": "^10.3.2",
  64. "object-inspect": "^1.9.0",
  65. "tape": "^5.1.1"
  66. },
  67. "exports": {
  68. ".": [
  69. {
  70. "default": "./index.js"
  71. },
  72. "./index.js"
  73. ],
  74. "./package.json": "./package.json"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  80. "keywords": [
  81. "javascript",
  82. "ecmascript",
  83. "es",
  84. "js",
  85. "intrinsic",
  86. "getintrinsic",
  87. "es-abstract"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "get-intrinsic",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint --ext=.js,.mjs .",
  98. "posttest": "aud --production",
  99. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  100. "prelint": "evalmd README.md",
  101. "pretest": "npm run lint",
  102. "test": "npm run tests-only",
  103. "tests-only": "nyc tape 'test/**/*.js'",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "version": "1.1.1"
  107. }