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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "fetch-ponyfill@^7.0.0",
  3. "_id": "fetch-ponyfill@7.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==",
  6. "_location": "/fetch-ponyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fetch-ponyfill@^7.0.0",
  12. "name": "fetch-ponyfill",
  13. "escapedName": "fetch-ponyfill",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hafas-client"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz",
  22. "_shasum": "4266ed48b4e64663a50ab7f7fcb8e76f990526d0",
  23. "_spec": "fetch-ponyfill@^7.0.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/hafas-client",
  25. "author": {
  26. "name": "Mark Stanley Everitt"
  27. },
  28. "browser": "build/fetch-browser.js",
  29. "bugs": {
  30. "url": "https://github.com/qubyte/fetch-ponyfill/issues"
  31. },
  32. "bundleDependencies": false,
  33. "config": {
  34. "web_port": "8088"
  35. },
  36. "dependencies": {
  37. "node-fetch": "~2.6.1"
  38. },
  39. "deprecated": false,
  40. "description": "A ponyfill (doesn't overwrite the native fetch) for the Fetch specification https://fetch.spec.whatwg.org.",
  41. "devDependencies": {
  42. "browserify": "^17.0.0",
  43. "eslint": "^7.12.1",
  44. "eslint-config-qubyte": "^3.0.0",
  45. "mkdirp": "^1.0.4",
  46. "mocha": "^8.2.0",
  47. "nock": "^13.0.4",
  48. "promise": "^8.1.0",
  49. "rimraf": "^3.0.2",
  50. "sinon": "^9.2.1",
  51. "testem": "^3.2.0",
  52. "webpack": "^5.3.0",
  53. "webpack-cli": "^4.1.0",
  54. "whatwg-fetch": "^3.5.0"
  55. },
  56. "files": [
  57. "fetch-node.js",
  58. "build/fetch-browser.js",
  59. "index.d.ts"
  60. ],
  61. "homepage": "https://github.com/qubyte/fetch-ponyfill#readme",
  62. "keywords": [
  63. "fetch",
  64. "ponyfill"
  65. ],
  66. "license": "MIT",
  67. "main": "fetch-node.js",
  68. "name": "fetch-ponyfill",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/qubyte/fetch-ponyfill.git"
  72. },
  73. "scripts": {
  74. "build": "rimraf build && mkdirp build && node build.js > build/fetch-browser.js",
  75. "lint": "eslint .",
  76. "prepublishOnly": "npm run build",
  77. "pretest:browserify": "npm run build && browserify tests/fetch-browser.spec.js --outfile build/browser-test-bundle.js",
  78. "pretest:webpack": "npm run build && webpack --mode development --entry ./tests/fetch-browser.spec.js -o build/browser-test",
  79. "pretest:webpack:node": "webpack --mode development --target node --entry ./tests/fetch-node.spec.js -o build/node-test",
  80. "test": "mocha tests/fetch-node.spec.js",
  81. "test:browserify": "testem ci",
  82. "test:webpack": "testem ci",
  83. "test:webpack:node": "mocha build/node-test/main.js"
  84. },
  85. "types": "./index.d.ts",
  86. "version": "7.1.0"
  87. }