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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "rimraf@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "rimraf@3.0.2",
  9. "_id": "rimraf@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  12. "_location": "/rimraf",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rimraf@3.0.2",
  18. "name": "rimraf",
  19. "escapedName": "rimraf",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/@jest/core",
  26. "/chrome-launcher",
  27. "/flat-cache",
  28. "/istanbul-lib-processinfo",
  29. "/nyc",
  30. "/puppeteer-core",
  31. "/spawn-wrap"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  34. "_spec": "3.0.2",
  35. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  36. "author": {
  37. "name": "Isaac Z. Schlueter",
  38. "email": "i@izs.me",
  39. "url": "http://blog.izs.me/"
  40. },
  41. "bin": {
  42. "rimraf": "./bin.js"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/isaacs/rimraf/issues"
  46. },
  47. "dependencies": {
  48. "glob": "^7.1.3"
  49. },
  50. "description": "A deep deletion module for node (like `rm -rf`)",
  51. "devDependencies": {
  52. "mkdirp": "^0.5.1",
  53. "tap": "^12.1.1"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "README.md",
  58. "bin.js",
  59. "rimraf.js"
  60. ],
  61. "funding": {
  62. "url": "https://github.com/sponsors/isaacs"
  63. },
  64. "homepage": "https://github.com/isaacs/rimraf#readme",
  65. "license": "ISC",
  66. "main": "rimraf.js",
  67. "name": "rimraf",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/isaacs/rimraf.git"
  71. },
  72. "scripts": {
  73. "postpublish": "git push origin --follow-tags",
  74. "postversion": "npm publish",
  75. "preversion": "npm test",
  76. "test": "tap test/*.js"
  77. },
  78. "version": "3.0.2"
  79. }