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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "parse-json@5.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "parse-json@5.2.0",
  10. "_id": "parse-json@5.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  13. "_location": "/parse-json",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "parse-json@5.2.0",
  19. "name": "parse-json",
  20. "escapedName": "parse-json",
  21. "rawSpec": "5.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.0"
  24. },
  25. "_requiredBy": [
  26. "/cosmiconfig",
  27. "/read-pkg"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  30. "_spec": "5.2.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "https://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/parse-json/issues"
  39. },
  40. "dependencies": {
  41. "@babel/code-frame": "^7.0.0",
  42. "error-ex": "^1.3.1",
  43. "json-parse-even-better-errors": "^2.3.0",
  44. "lines-and-columns": "^1.1.6"
  45. },
  46. "description": "Parse JSON with more helpful errors",
  47. "devDependencies": {
  48. "ava": "^1.4.1",
  49. "nyc": "^14.1.1",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "vendor"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/parse-json#readme",
  61. "keywords": [
  62. "parse",
  63. "json",
  64. "graceful",
  65. "error",
  66. "message",
  67. "humanize",
  68. "friendly",
  69. "helpful",
  70. "string"
  71. ],
  72. "license": "MIT",
  73. "name": "parse-json",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/parse-json.git"
  77. },
  78. "scripts": {
  79. "test": "xo && nyc ava"
  80. },
  81. "version": "5.2.0"
  82. }