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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "which-module@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which-module@2.0.0",
  10. "_id": "which-module@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
  13. "_location": "/which-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which-module@2.0.0",
  19. "name": "which-module",
  20. "escapedName": "which-module",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nyc/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "nexdrew"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/nexdrew/which-module/issues"
  36. },
  37. "description": "Find the module object for something that was require()d",
  38. "devDependencies": {
  39. "ava": "^0.19.1",
  40. "coveralls": "^2.13.1",
  41. "nyc": "^10.3.0",
  42. "standard": "^10.0.2",
  43. "standard-version": "^4.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/nexdrew/which-module#readme",
  49. "keywords": [
  50. "which",
  51. "module",
  52. "exports",
  53. "filename",
  54. "require",
  55. "reverse",
  56. "lookup"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "which-module",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/nexdrew/which-module.git"
  64. },
  65. "scripts": {
  66. "coverage": "nyc report --reporter=text-lcov | coveralls",
  67. "pretest": "standard",
  68. "release": "standard-version",
  69. "test": "nyc ava"
  70. },
  71. "version": "2.0.0"
  72. }