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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  10. "_id": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  13. "_location": "/@babel/plugin-syntax-nullish-coalescing-operator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  19. "name": "@babel/plugin-syntax-nullish-coalescing-operator",
  20. "escapedName": "@babel%2fplugin-syntax-nullish-coalescing-operator",
  21. "scope": "@babel",
  22. "rawSpec": "7.8.3",
  23. "saveSpec": null,
  24. "fetchSpec": "7.8.3"
  25. },
  26. "_requiredBy": [
  27. "/babel-preset-current-node-syntax"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  30. "_spec": "7.8.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.8.0"
  34. },
  35. "description": "Allow parsing of the nullish-coalescing operator",
  36. "devDependencies": {
  37. "@babel/core": "^7.8.0"
  38. },
  39. "keywords": [
  40. "babel-plugin"
  41. ],
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/plugin-syntax-nullish-coalescing-operator",
  45. "peerDependencies": {
  46. "@babel/core": "^7.0.0-0"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator"
  54. },
  55. "version": "7.8.3"
  56. }