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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "read-pkg@5.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "read-pkg@5.2.0",
  10. "_id": "read-pkg@5.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
  13. "_location": "/read-pkg",
  14. "_phantomChildren": {
  15. "resolve": "1.20.0",
  16. "validate-npm-package-license": "3.0.4"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "read-pkg@5.2.0",
  22. "name": "read-pkg",
  23. "escapedName": "read-pkg",
  24. "rawSpec": "5.2.0",
  25. "saveSpec": null,
  26. "fetchSpec": "5.2.0"
  27. },
  28. "_requiredBy": [
  29. "/read-pkg-up"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
  32. "_spec": "5.2.0",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/read-pkg/issues"
  41. },
  42. "dependencies": {
  43. "@types/normalize-package-data": "^2.4.0",
  44. "normalize-package-data": "^2.5.0",
  45. "parse-json": "^5.0.0",
  46. "type-fest": "^0.6.0"
  47. },
  48. "description": "Read a package.json file",
  49. "devDependencies": {
  50. "ava": "^2.2.0",
  51. "tsd": "^0.7.2",
  52. "xo": "^0.24.0"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  62. "keywords": [
  63. "json",
  64. "read",
  65. "parse",
  66. "file",
  67. "fs",
  68. "graceful",
  69. "load",
  70. "package",
  71. "normalize"
  72. ],
  73. "license": "MIT",
  74. "name": "read-pkg",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/read-pkg.git"
  78. },
  79. "scripts": {
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "5.2.0",
  83. "xo": {
  84. "ignores": [
  85. "test/test.js"
  86. ]
  87. }
  88. }