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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "which@2.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "which@2.0.2",
  9. "_id": "which@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  12. "_location": "/which",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "which@2.0.2",
  18. "name": "which",
  19. "escapedName": "which",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/cross-spawn",
  26. "/edge-paths",
  27. "/spawn-wrap"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  30. "_spec": "2.0.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me"
  36. },
  37. "bin": {
  38. "node-which": "./bin/node-which"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/node-which/issues"
  42. },
  43. "dependencies": {
  44. "isexe": "^2.0.0"
  45. },
  46. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  47. "devDependencies": {
  48. "mkdirp": "^0.5.0",
  49. "rimraf": "^2.6.2",
  50. "tap": "^14.6.9"
  51. },
  52. "engines": {
  53. "node": ">= 8"
  54. },
  55. "files": [
  56. "which.js",
  57. "bin/node-which"
  58. ],
  59. "homepage": "https://github.com/isaacs/node-which#readme",
  60. "license": "ISC",
  61. "main": "which.js",
  62. "name": "which",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/node-which.git"
  66. },
  67. "scripts": {
  68. "changelog": "git add CHANGELOG.md",
  69. "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
  70. "postpublish": "git push origin --follow-tags",
  71. "postversion": "npm publish",
  72. "prechangelog": "bash gen-changelog.sh",
  73. "prepublish": "npm run changelog",
  74. "preversion": "npm test",
  75. "test": "tap"
  76. },
  77. "tap": {
  78. "check-coverage": true
  79. },
  80. "version": "2.0.2"
  81. }