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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "spdx-license-ids@3.0.9",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdx-license-ids@3.0.9",
  10. "_id": "spdx-license-ids@3.0.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==",
  13. "_location": "/spdx-license-ids",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdx-license-ids@3.0.9",
  19. "name": "spdx-license-ids",
  20. "escapedName": "spdx-license-ids",
  21. "rawSpec": "3.0.9",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.9"
  24. },
  25. "_requiredBy": [
  26. "/spdx-correct",
  27. "/spdx-expression-parse"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz",
  30. "_spec": "3.0.9",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Shinnosuke Watanabe",
  34. "url": "https://github.com/shinnn"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jslicense/spdx-license-ids/issues"
  38. },
  39. "description": "A list of SPDX license identifiers",
  40. "devDependencies": {
  41. "@shinnn/eslint-config": "^6.8.7",
  42. "chalk": "^2.4.1",
  43. "eslint": "^5.10.0",
  44. "get-spdx-license-ids": "^2.1.0",
  45. "rmfr": "^2.0.0",
  46. "tape": "^4.9.1"
  47. },
  48. "eslintConfig": {
  49. "extends": "@shinnn"
  50. },
  51. "files": [
  52. "deprecated.json",
  53. "index.json"
  54. ],
  55. "homepage": "https://github.com/jslicense/spdx-license-ids#readme",
  56. "keywords": [
  57. "spdx",
  58. "license",
  59. "licenses",
  60. "id",
  61. "identifier",
  62. "identifiers",
  63. "json",
  64. "array",
  65. "oss"
  66. ],
  67. "license": "CC0-1.0",
  68. "name": "spdx-license-ids",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jslicense/spdx-license-ids.git"
  72. },
  73. "scripts": {
  74. "build": "node build.js",
  75. "latest": "node latest.js",
  76. "pretest": "eslint .",
  77. "test": "node test.js"
  78. },
  79. "version": "3.0.9"
  80. }