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 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-validator-identifier@7.14.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "@babel/helper-validator-identifier@7.14.5",
  9. "_id": "@babel/helper-validator-identifier@7.14.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==",
  12. "_location": "/@babel/helper-validator-identifier",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/helper-validator-identifier@7.14.5",
  18. "name": "@babel/helper-validator-identifier",
  19. "escapedName": "@babel%2fhelper-validator-identifier",
  20. "scope": "@babel",
  21. "rawSpec": "7.14.5",
  22. "saveSpec": null,
  23. "fetchSpec": "7.14.5"
  24. },
  25. "_requiredBy": [
  26. "/@babel/helper-module-transforms",
  27. "/@babel/highlight",
  28. "/@babel/types"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz",
  31. "_spec": "7.14.5",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "description": "Validate identifier/keywords name",
  41. "devDependencies": {
  42. "@babel/helper-validator-identifier-baseline": "npm:@babel/helper-validator-identifier@7.10.4",
  43. "@unicode/unicode-13.0.0": "^1.0.6",
  44. "benchmark": "^2.1.4",
  45. "charcodes": "^0.2.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "exports": "./lib/index.js",
  51. "homepage": "https://github.com/babel/babel#readme",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-validator-identifier",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-validator-identifier"
  62. },
  63. "version": "7.14.5"
  64. }