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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "isexe@2.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "isexe@2.0.0",
  9. "_id": "isexe@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
  12. "_location": "/isexe",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "isexe@2.0.0",
  18. "name": "isexe",
  19. "escapedName": "isexe",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/global-prefix/which",
  26. "/which"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  29. "_spec": "2.0.0",
  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. "bugs": {
  37. "url": "https://github.com/isaacs/isexe/issues"
  38. },
  39. "description": "Minimal module to check if a file is executable.",
  40. "devDependencies": {
  41. "mkdirp": "^0.5.1",
  42. "rimraf": "^2.5.0",
  43. "tap": "^10.3.0"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "homepage": "https://github.com/isaacs/isexe#readme",
  49. "keywords": [],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "isexe",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/isaacs/isexe.git"
  56. },
  57. "scripts": {
  58. "postpublish": "git push origin --all; git push origin --tags",
  59. "postversion": "npm publish",
  60. "preversion": "npm test",
  61. "test": "tap test/*.js --100"
  62. },
  63. "version": "2.0.0"
  64. }