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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "chownr@1.1.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chownr@1.1.4",
  10. "_id": "chownr@1.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  13. "_location": "/chownr",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chownr@1.1.4",
  19. "name": "chownr",
  20. "escapedName": "chownr",
  21. "rawSpec": "1.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.4"
  24. },
  25. "_requiredBy": [
  26. "/tar-fs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  29. "_spec": "1.1.4",
  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/chownr/issues"
  38. },
  39. "description": "like `chown -R`",
  40. "devDependencies": {
  41. "mkdirp": "0.3",
  42. "rimraf": "^2.7.1",
  43. "tap": "^14.10.6"
  44. },
  45. "files": [
  46. "chownr.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/chownr#readme",
  49. "license": "ISC",
  50. "main": "chownr.js",
  51. "name": "chownr",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/chownr.git"
  55. },
  56. "scripts": {
  57. "postversion": "npm publish",
  58. "prepublishOnly": "git push origin --follow-tags",
  59. "preversion": "npm test",
  60. "test": "tap"
  61. },
  62. "tap": {
  63. "check-coverage": true
  64. },
  65. "version": "1.1.4"
  66. }