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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "ip@1.1.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ip@1.1.5",
  9. "_id": "ip@1.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=",
  12. "_location": "/ip",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ip@1.1.5",
  18. "name": "ip",
  19. "escapedName": "ip",
  20. "rawSpec": "1.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.5"
  23. },
  24. "_requiredBy": [
  25. "/express-ipfilter"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
  28. "_spec": "1.1.5",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Fedor Indutny",
  32. "email": "fedor@indutny.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/indutny/node-ip/issues"
  36. },
  37. "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
  38. "devDependencies": {
  39. "jscs": "^2.1.1",
  40. "jshint": "^2.8.0",
  41. "mocha": "~1.3.2"
  42. },
  43. "homepage": "https://github.com/indutny/node-ip",
  44. "license": "MIT",
  45. "main": "lib/ip",
  46. "name": "ip",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+ssh://git@github.com/indutny/node-ip.git"
  50. },
  51. "scripts": {
  52. "fix": "jscs lib/*.js test/*.js --fix",
  53. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js"
  54. },
  55. "version": "1.1.5"
  56. }