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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "node-fetch@^2.6.1",
  3. "_id": "node-fetch@2.6.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==",
  6. "_location": "/node-fetch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-fetch@^2.6.1",
  12. "name": "node-fetch",
  13. "escapedName": "node-fetch",
  14. "rawSpec": "^2.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz",
  22. "_shasum": "1751a7c01834e8e1697758732e9efb6eeadfaf89",
  23. "_spec": "node-fetch@^2.6.1",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-COVID19-AMPEL",
  25. "author": {
  26. "name": "David Frank"
  27. },
  28. "browser": "./browser.js",
  29. "bugs": {
  30. "url": "https://github.com/bitinn/node-fetch/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "whatwg-url": "^5.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "A light-weight module that brings window.fetch to node.js",
  38. "devDependencies": {
  39. "@ungap/url-search-params": "^0.1.2",
  40. "abort-controller": "^1.1.0",
  41. "abortcontroller-polyfill": "^1.3.0",
  42. "babel-core": "^6.26.3",
  43. "babel-plugin-istanbul": "^4.1.6",
  44. "babel-preset-env": "^1.6.1",
  45. "babel-register": "^6.16.3",
  46. "chai": "^3.5.0",
  47. "chai-as-promised": "^7.1.1",
  48. "chai-iterator": "^1.1.1",
  49. "chai-string": "~1.3.0",
  50. "codecov": "3.3.0",
  51. "cross-env": "^5.2.0",
  52. "form-data": "^2.3.3",
  53. "is-builtin-module": "^1.0.0",
  54. "mocha": "^5.0.0",
  55. "nyc": "11.9.0",
  56. "parted": "^0.1.1",
  57. "promise": "^8.0.3",
  58. "resumer": "0.0.0",
  59. "rollup": "^0.63.4",
  60. "rollup-plugin-babel": "^3.0.7",
  61. "string-to-arraybuffer": "^1.0.2",
  62. "teeny-request": "3.7.0"
  63. },
  64. "engines": {
  65. "node": "4.x || >=6.0.0"
  66. },
  67. "files": [
  68. "lib/index.js",
  69. "lib/index.mjs",
  70. "lib/index.es.js",
  71. "browser.js"
  72. ],
  73. "homepage": "https://github.com/bitinn/node-fetch",
  74. "keywords": [
  75. "fetch",
  76. "http",
  77. "promise"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "module": "lib/index.mjs",
  82. "name": "node-fetch",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/bitinn/node-fetch.git"
  86. },
  87. "scripts": {
  88. "build": "cross-env BABEL_ENV=rollup rollup -c",
  89. "coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json",
  90. "prepare": "npm run build",
  91. "report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
  92. "test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js"
  93. },
  94. "version": "2.6.6"
  95. }