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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@1.8.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "convert-source-map@1.8.0",
  10. "_id": "convert-source-map@1.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  13. "_location": "/convert-source-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "convert-source-map@1.8.0",
  19. "name": "convert-source-map",
  20. "escapedName": "convert-source-map",
  21. "rawSpec": "1.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core",
  27. "/@jest/transform",
  28. "/nyc",
  29. "/v8-to-istanbul"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
  32. "_spec": "1.8.0",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Thorsten Lorenz",
  36. "email": "thlorenz@gmx.de",
  37. "url": "http://thlorenz.com"
  38. },
  39. "browser": {
  40. "fs": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/thlorenz/convert-source-map/issues"
  44. },
  45. "dependencies": {
  46. "safe-buffer": "~5.1.1"
  47. },
  48. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  49. "devDependencies": {
  50. "inline-source-map": "~0.6.2",
  51. "tap": "~9.0.0"
  52. },
  53. "engine": {
  54. "node": ">=0.6"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/thlorenz/convert-source-map",
  60. "keywords": [
  61. "convert",
  62. "sourcemap",
  63. "source",
  64. "map",
  65. "browser",
  66. "debug"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "convert-source-map",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/thlorenz/convert-source-map.git"
  74. },
  75. "scripts": {
  76. "test": "tap test/*.js --color"
  77. },
  78. "version": "1.8.0"
  79. }