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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "acorn-walk@7.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-walk@7.2.0",
  10. "_id": "acorn-walk@7.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  13. "_location": "/acorn-walk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-walk@7.2.0",
  19. "name": "acorn-walk",
  20. "escapedName": "acorn-walk",
  21. "rawSpec": "7.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.2.0"
  24. },
  25. "_requiredBy": [
  26. "/acorn-globals"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  29. "_spec": "7.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/acornjs/acorn/issues"
  33. },
  34. "description": "ECMAScript (ESTree) AST walker",
  35. "engines": {
  36. "node": ">=0.4.0"
  37. },
  38. "homepage": "https://github.com/acornjs/acorn",
  39. "license": "MIT",
  40. "main": "dist/walk.js",
  41. "maintainers": [
  42. {
  43. "name": "Marijn Haverbeke",
  44. "email": "marijnh@gmail.com",
  45. "url": "https://marijnhaverbeke.nl"
  46. },
  47. {
  48. "name": "Ingvar Stepanyan",
  49. "email": "me@rreverser.com",
  50. "url": "https://rreverser.com/"
  51. },
  52. {
  53. "name": "Adrian Heine",
  54. "url": "http://adrianheine.de"
  55. }
  56. ],
  57. "module": "dist/walk.mjs",
  58. "name": "acorn-walk",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/acornjs/acorn.git"
  62. },
  63. "scripts": {
  64. "prepare": "cd ..; npm run build:walk"
  65. },
  66. "types": "dist/walk.d.ts",
  67. "version": "7.2.0"
  68. }