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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "normalize-package-data@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-package-data@3.0.2",
  10. "_id": "normalize-package-data@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==",
  13. "_location": "/normalize-package-data",
  14. "_phantomChildren": {
  15. "lru-cache": "6.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "normalize-package-data@3.0.2",
  21. "name": "normalize-package-data",
  22. "escapedName": "normalize-package-data",
  23. "rawSpec": "3.0.2",
  24. "saveSpec": null,
  25. "fetchSpec": "3.0.2"
  26. },
  27. "_requiredBy": [
  28. "/meow"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.2.tgz",
  31. "_spec": "3.0.2",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Meryn Stol",
  35. "email": "merynstol@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/npm/normalize-package-data/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Isaac Z. Schlueter",
  43. "email": "i@izs.me"
  44. },
  45. {
  46. "name": "Meryn Stol",
  47. "email": "merynstol@gmail.com"
  48. },
  49. {
  50. "name": "Robert Kowalski",
  51. "email": "rok@kowalski.gd"
  52. }
  53. ],
  54. "dependencies": {
  55. "hosted-git-info": "^4.0.1",
  56. "resolve": "^1.20.0",
  57. "semver": "^7.3.4",
  58. "validate-npm-package-license": "^3.0.1"
  59. },
  60. "description": "Normalizes data that can be found in package.json files.",
  61. "devDependencies": {
  62. "tap": "^14.11.0"
  63. },
  64. "engines": {
  65. "node": ">=10"
  66. },
  67. "files": [
  68. "lib/*.js",
  69. "lib/*.json",
  70. "AUTHORS"
  71. ],
  72. "homepage": "https://github.com/npm/normalize-package-data#readme",
  73. "license": "BSD-2-Clause",
  74. "main": "lib/normalize.js",
  75. "name": "normalize-package-data",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/npm/normalize-package-data.git"
  79. },
  80. "scripts": {
  81. "postversion": "npm publish",
  82. "prepublishOnly": "git push origin --follow-tags",
  83. "preversion": "npm test",
  84. "test": "tap test/*.js"
  85. },
  86. "version": "3.0.2"
  87. }