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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "ms@2.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ms@2.1.2",
  9. "_id": "ms@2.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  12. "_location": "/ms",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ms@2.1.2",
  18. "name": "ms",
  19. "escapedName": "ms",
  20. "rawSpec": "2.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.2"
  23. },
  24. "_requiredBy": [
  25. "/debug"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  28. "_spec": "2.1.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/zeit/ms/issues"
  32. },
  33. "description": "Tiny millisecond conversion utility",
  34. "devDependencies": {
  35. "eslint": "4.12.1",
  36. "expect.js": "0.3.1",
  37. "husky": "0.14.3",
  38. "lint-staged": "5.0.0",
  39. "mocha": "4.0.1"
  40. },
  41. "eslintConfig": {
  42. "extends": "eslint:recommended",
  43. "env": {
  44. "node": true,
  45. "es6": true
  46. }
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/zeit/ms#readme",
  52. "license": "MIT",
  53. "lint-staged": {
  54. "*.js": [
  55. "npm run lint",
  56. "prettier --single-quote --write",
  57. "git add"
  58. ]
  59. },
  60. "main": "./index",
  61. "name": "ms",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/zeit/ms.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint lib/* bin/*",
  68. "precommit": "lint-staged",
  69. "test": "mocha tests.js"
  70. },
  71. "version": "2.1.2"
  72. }