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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which@1.3.1",
  10. "_id": "which@1.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  13. "_location": "/global-prefix/which",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which@1.3.1",
  19. "name": "which",
  20. "escapedName": "which",
  21. "rawSpec": "1.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.1"
  24. },
  25. "_requiredBy": [
  26. "/global-prefix"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  29. "_spec": "1.3.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me"
  35. },
  36. "bin": {
  37. "which": "./bin/which"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/node-which/issues"
  41. },
  42. "dependencies": {
  43. "isexe": "^2.0.0"
  44. },
  45. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  46. "devDependencies": {
  47. "mkdirp": "^0.5.0",
  48. "rimraf": "^2.6.2",
  49. "tap": "^12.0.1"
  50. },
  51. "files": [
  52. "which.js",
  53. "bin/which"
  54. ],
  55. "homepage": "https://github.com/isaacs/node-which#readme",
  56. "license": "ISC",
  57. "main": "which.js",
  58. "name": "which",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/node-which.git"
  62. },
  63. "scripts": {
  64. "changelog": "bash gen-changelog.sh",
  65. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  66. "test": "tap test/*.js --cov"
  67. },
  68. "version": "1.3.1"
  69. }