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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "python-shell@^1.0.7",
  3. "_id": "python-shell@1.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jMKagerg3alm6j+Prq5t/M3dTgEppy5vC6ns+LqAjfuHiT8olfK3PMokpqpeEcWEqvDnUcAOhp6SQzaLBtTzRw==",
  6. "_location": "/python-shell",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "python-shell@^1.0.7",
  12. "name": "python-shell",
  13. "escapedName": "python-shell",
  14. "rawSpec": "^1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.7"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-1.0.8.tgz",
  22. "_shasum": "067bc93d790913efaa4b2a3c9d0e85e02adab510",
  23. "_spec": "python-shell@^1.0.7",
  24. "_where": "/home/pi/Desktop/Git/smartMirror/modules/MMM-flick-gestures",
  25. "author": {
  26. "name": "Nicolas Mercier",
  27. "email": "nicolas@extrabacon.net"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/extrabacon/python-shell/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
  36. "devDependencies": {
  37. "@types/mocha": "^5.2.5",
  38. "@types/node": "^9.3.0",
  39. "mocha": "^5.2.0",
  40. "mocha-appveyor-reporter": "^0.4.0",
  41. "should": "^13.2.1",
  42. "ts-node": "^7.0.1",
  43. "typescript": "^3.0.1"
  44. },
  45. "engines": {
  46. "node": ">=0.10"
  47. },
  48. "files": [
  49. "*.d.ts",
  50. "*.js",
  51. "*.js.map",
  52. "CHANGELOG.md",
  53. "README.md"
  54. ],
  55. "homepage": "http://github.com/extrabacon/python-shell",
  56. "keywords": [
  57. "python"
  58. ],
  59. "license": "MIT",
  60. "name": "python-shell",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/extrabacon/python-shell.git"
  64. },
  65. "scripts": {
  66. "appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
  67. "compile": "tsc -watch -p ./",
  68. "test": "tsc -p ./ && mocha"
  69. },
  70. "version": "1.0.8"
  71. }