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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-get-function-arity@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-get-function-arity@7.14.5",
  10. "_id": "@babel/helper-get-function-arity@7.14.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==",
  13. "_location": "/@babel/helper-get-function-arity",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-get-function-arity@7.14.5",
  19. "name": "@babel/helper-get-function-arity",
  20. "escapedName": "@babel%2fhelper-get-function-arity",
  21. "scope": "@babel",
  22. "rawSpec": "7.14.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.14.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-function-name"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz",
  30. "_spec": "7.14.5",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/types": "^7.14.5"
  41. },
  42. "description": "Helper function to get function arity",
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "@babel/helper-get-function-arity",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-helper-get-function-arity"
  57. },
  58. "version": "7.14.5"
  59. }