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

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