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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "spdx-correct@3.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-correct@3.1.1",
  10. "_id": "spdx-correct@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
  13. "_location": "/spdx-correct",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-correct@3.1.1",
  19. "name": "spdx-correct",
  20. "escapedName": "spdx-correct",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/validate-npm-package-license"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Kyle E. Mitchell",
  33. "email": "kyle@kemitchell.com",
  34. "url": "https://kemitchell.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jslicense/spdx-correct.js/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Kyle E. Mitchell",
  42. "email": "kyle@kemitchell.com",
  43. "url": "https://kemitchell.com"
  44. },
  45. {
  46. "name": "Christian Zommerfelds",
  47. "email": "aero_super@yahoo.com"
  48. },
  49. {
  50. "name": "Tal Einat",
  51. "email": "taleinat@gmail.com"
  52. },
  53. {
  54. "name": "Dan Butvinik",
  55. "email": "butvinik@outlook.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "spdx-expression-parse": "^3.0.0",
  60. "spdx-license-ids": "^3.0.0"
  61. },
  62. "description": "correct invalid SPDX expressions",
  63. "devDependencies": {
  64. "defence-cli": "^2.0.1",
  65. "replace-require-self": "^1.0.0",
  66. "standard": "^11.0.0",
  67. "standard-markdown": "^4.0.2",
  68. "tape": "^4.9.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jslicense/spdx-correct.js#readme",
  74. "keywords": [
  75. "SPDX",
  76. "law",
  77. "legal",
  78. "license",
  79. "metadata"
  80. ],
  81. "license": "Apache-2.0",
  82. "name": "spdx-correct",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  86. },
  87. "scripts": {
  88. "lint": "standard && standard-markdown README.md",
  89. "test": "defence README.md | replace-require-self | node && node test.js"
  90. },
  91. "version": "3.1.1"
  92. }