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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "function-bind@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "function-bind@1.1.1",
  10. "_id": "function-bind@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  13. "_location": "/function-bind",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "function-bind@1.1.1",
  19. "name": "function-bind",
  20. "escapedName": "function-bind",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/has"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Raynos",
  33. "email": "raynos2@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Raynos/function-bind/issues",
  37. "email": "raynos2@gmail.com"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Raynos"
  42. },
  43. {
  44. "name": "Jordan Harband",
  45. "url": "https://github.com/ljharb"
  46. }
  47. ],
  48. "dependencies": {},
  49. "description": "Implementation of Function.prototype.bind",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^12.2.1",
  52. "covert": "^1.1.0",
  53. "eslint": "^4.5.0",
  54. "jscs": "^3.0.7",
  55. "tape": "^4.8.0"
  56. },
  57. "homepage": "https://github.com/Raynos/function-bind",
  58. "keywords": [
  59. "function",
  60. "bind",
  61. "shim",
  62. "es5"
  63. ],
  64. "license": "MIT",
  65. "main": "index",
  66. "name": "function-bind",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/Raynos/function-bind.git"
  70. },
  71. "scripts": {
  72. "coverage": "covert test/*.js",
  73. "eslint": "eslint *.js */*.js",
  74. "jscs": "jscs *.js */*.js",
  75. "lint": "npm run jscs && npm run eslint",
  76. "posttest": "npm run coverage -- --quiet",
  77. "pretest": "npm run lint",
  78. "test": "npm run tests-only",
  79. "tests-only": "node test"
  80. },
  81. "testling": {
  82. "files": "test/index.js",
  83. "browsers": [
  84. "ie/8..latest",
  85. "firefox/16..latest",
  86. "firefox/nightly",
  87. "chrome/22..latest",
  88. "chrome/canary",
  89. "opera/12..latest",
  90. "opera/next",
  91. "safari/5.1..latest",
  92. "ipad/6.0..latest",
  93. "iphone/6.0..latest",
  94. "android-browser/4.2..latest"
  95. ]
  96. },
  97. "version": "1.1.1"
  98. }