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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "webidl-conversions@5.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webidl-conversions@5.0.0",
  10. "_id": "webidl-conversions@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
  13. "_location": "/domexception/webidl-conversions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webidl-conversions@5.0.0",
  19. "name": "webidl-conversions",
  20. "escapedName": "webidl-conversions",
  21. "rawSpec": "5.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.0"
  24. },
  25. "_requiredBy": [
  26. "/domexception"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  29. "_spec": "5.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Domenic Denicola",
  33. "email": "d@domenic.me",
  34. "url": "https://domenic.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/webidl-conversions/issues"
  38. },
  39. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  40. "devDependencies": {
  41. "eslint": "^6.7.2",
  42. "mocha": "^6.2.2",
  43. "nyc": "^14.1.1"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "lib/"
  50. ],
  51. "homepage": "https://github.com/jsdom/webidl-conversions#readme",
  52. "keywords": [
  53. "webidl",
  54. "web",
  55. "types"
  56. ],
  57. "license": "BSD-2-Clause",
  58. "main": "lib/index.js",
  59. "name": "webidl-conversions",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jsdom/webidl-conversions.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc mocha test/*.js",
  66. "lint": "eslint .",
  67. "test": "mocha test/*.js"
  68. },
  69. "version": "5.0.0"
  70. }