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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "w3c-hr-time@1.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "w3c-hr-time@1.0.2",
  10. "_id": "w3c-hr-time@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  13. "_location": "/w3c-hr-time",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "w3c-hr-time@1.0.2",
  19. "name": "w3c-hr-time",
  20. "escapedName": "w3c-hr-time",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Timothy Gu",
  34. "email": "timothygu99@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/w3c-hr-time/issues"
  38. },
  39. "dependencies": {
  40. "browser-process-hrtime": "^1.0.0"
  41. },
  42. "description": "An implementation of the W3C High Resolution Time Level 2 specification.",
  43. "devDependencies": {
  44. "eslint": "^4.14.0",
  45. "eslint-plugin-jest": "^21.5.0",
  46. "jest": "^24.1.0"
  47. },
  48. "files": [
  49. "lib",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jsdom/w3c-hr-time#readme",
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "w3c-hr-time",
  56. "private": false,
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jsdom/w3c-hr-time.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint .",
  63. "test": "jest"
  64. },
  65. "version": "1.0.2"
  66. }