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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "has@1.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has@1.0.3",
  10. "_id": "has@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  13. "_location": "/has",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has@1.0.3",
  19. "name": "has",
  20. "escapedName": "has",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/is-core-module"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Thiago de Arruda",
  33. "email": "tpadilha84@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tarruda/has/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jordan Harband",
  41. "email": "ljharb@gmail.com",
  42. "url": "http://ljharb.codes"
  43. }
  44. ],
  45. "dependencies": {
  46. "function-bind": "^1.1.1"
  47. },
  48. "description": "Object.prototype.hasOwnProperty.call shortcut",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^12.2.1",
  51. "eslint": "^4.19.1",
  52. "tape": "^4.9.0"
  53. },
  54. "engines": {
  55. "node": ">= 0.4.0"
  56. },
  57. "homepage": "https://github.com/tarruda/has",
  58. "license": "MIT",
  59. "licenses": [
  60. {
  61. "type": "MIT",
  62. "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
  63. }
  64. ],
  65. "main": "./src",
  66. "name": "has",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/tarruda/has.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "pretest": "npm run lint",
  74. "test": "tape test"
  75. },
  76. "version": "1.0.3"
  77. }