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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "webidl-conversions@^3.0.0",
  3. "_id": "webidl-conversions@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=",
  6. "_location": "/webidl-conversions",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webidl-conversions@^3.0.0",
  12. "name": "webidl-conversions",
  13. "escapedName": "webidl-conversions",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/whatwg-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  22. "_shasum": "24534275e2a7bc6be7bc86611cc16ae0a5654871",
  23. "_spec": "webidl-conversions@^3.0.0",
  24. "_where": "/home/pi/MagicMirror/modules/MMM-PublicTransportHafas/node_modules/whatwg-url",
  25. "author": {
  26. "name": "Domenic Denicola",
  27. "email": "d@domenic.me",
  28. "url": "https://domenic.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdom/webidl-conversions/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  36. "devDependencies": {
  37. "mocha": "^1.21.4"
  38. },
  39. "files": [
  40. "lib/"
  41. ],
  42. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  43. "keywords": [
  44. "webidl",
  45. "web",
  46. "types"
  47. ],
  48. "license": "BSD-2-Clause",
  49. "main": "lib/index.js",
  50. "name": "webidl-conversions",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  54. },
  55. "scripts": {
  56. "test": "mocha test/*.js"
  57. },
  58. "version": "3.0.1"
  59. }