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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "has-symbols@^1.0.1",
  3. "_id": "has-symbols@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
  6. "_location": "/has-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbols@^1.0.1",
  12. "name": "has-symbols",
  13. "escapedName": "has-symbols",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
  22. "_shasum": "165d3070c00309752a1236a479331e3ac56f1423",
  23. "_spec": "has-symbols@^1.0.1",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/get-intrinsic",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  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/inspect-js/has-symbols/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "deprecated": false,
  50. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^17.5.1",
  53. "aud": "^1.1.4",
  54. "auto-changelog": "^2.2.1",
  55. "core-js": "^2.6.12",
  56. "eslint": "^7.20.0",
  57. "get-own-property-symbols": "^0.9.5",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.2.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "greenkeeper": {
  69. "ignore": [
  70. "core-js"
  71. ]
  72. },
  73. "homepage": "https://github.com/inspect-js/has-symbols#readme",
  74. "keywords": [
  75. "Symbol",
  76. "symbols",
  77. "typeof",
  78. "sham",
  79. "polyfill",
  80. "native",
  81. "core-js",
  82. "ES6"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "has-symbols",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/inspect-js/has-symbols.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint --ext=js,mjs .",
  93. "posttest": "aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  95. "prepublish": "safe-publish-latest",
  96. "pretest": "npm run --silent lint",
  97. "test": "npm run tests-only",
  98. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  99. "test:shams:corejs": "nyc node test/shams/core-js.js",
  100. "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
  101. "test:staging": "nyc node --harmony --es-staging test",
  102. "test:stock": "nyc node test",
  103. "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "testling": {
  107. "files": "test/index.js",
  108. "browsers": [
  109. "iexplore/6.0..latest",
  110. "firefox/3.0..6.0",
  111. "firefox/15.0..latest",
  112. "firefox/nightly",
  113. "chrome/4.0..10.0",
  114. "chrome/20.0..latest",
  115. "chrome/canary",
  116. "opera/10.0..latest",
  117. "opera/next",
  118. "safari/4.0..latest",
  119. "ipad/6.0..latest",
  120. "iphone/6.0..latest",
  121. "android-browser/4.2"
  122. ]
  123. },
  124. "version": "1.0.2"
  125. }