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

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