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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "whatwg-url@^5.0.0",
  3. "_id": "whatwg-url@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
  6. "_location": "/whatwg-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "whatwg-url@^5.0.0",
  12. "name": "whatwg-url",
  13. "escapedName": "whatwg-url",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/node-fetch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  22. "_shasum": "966454e8765462e37644d3626f6742ce8b70965d",
  23. "_spec": "whatwg-url@^5.0.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/node-fetch",
  25. "author": {
  26. "name": "Sebastian Mayr",
  27. "email": "github@smayr.name"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jsdom/whatwg-url/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tr46": "~0.0.3",
  35. "webidl-conversions": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  39. "devDependencies": {
  40. "eslint": "^2.6.0",
  41. "istanbul": "~0.4.3",
  42. "mocha": "^2.2.4",
  43. "recast": "~0.10.29",
  44. "request": "^2.55.0",
  45. "webidl2js": "^3.0.2"
  46. },
  47. "files": [
  48. "lib/"
  49. ],
  50. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  51. "license": "MIT",
  52. "main": "lib/public-api.js",
  53. "name": "whatwg-url",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/jsdom/whatwg-url.git"
  57. },
  58. "scripts": {
  59. "build": "node scripts/transform.js && node scripts/convert-idl.js",
  60. "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  61. "lint": "eslint .",
  62. "prepublish": "npm run build",
  63. "pretest": "node scripts/get-latest-platform-tests.js && npm run build",
  64. "test": "mocha"
  65. },
  66. "version": "5.0.0"
  67. }