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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "y18n@5.0.8",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "y18n@5.0.8",
  10. "_id": "y18n@5.0.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  13. "_location": "/y18n",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "y18n@5.0.8",
  19. "name": "y18n",
  20. "escapedName": "y18n",
  21. "rawSpec": "5.0.8",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.8"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  29. "_spec": "5.0.8",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "bencoe@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/y18n/issues"
  37. },
  38. "description": "the bare-bones internationalization library used by yargs",
  39. "devDependencies": {
  40. "@types/node": "^14.6.4",
  41. "@wessberg/rollup-plugin-ts": "^1.3.1",
  42. "c8": "^7.3.0",
  43. "chai": "^4.0.1",
  44. "cross-env": "^7.0.2",
  45. "gts": "^3.0.0",
  46. "mocha": "^8.0.0",
  47. "rimraf": "^3.0.2",
  48. "rollup": "^2.26.10",
  49. "standardx": "^7.0.0",
  50. "ts-transform-default-export": "^1.0.2",
  51. "typescript": "^4.0.0"
  52. },
  53. "engines": {
  54. "node": ">=10"
  55. },
  56. "exports": {
  57. ".": [
  58. {
  59. "import": "./index.mjs",
  60. "require": "./build/index.cjs"
  61. },
  62. "./build/index.cjs"
  63. ]
  64. },
  65. "files": [
  66. "build",
  67. "index.mjs",
  68. "!*.d.ts"
  69. ],
  70. "homepage": "https://github.com/yargs/y18n",
  71. "keywords": [
  72. "i18n",
  73. "internationalization",
  74. "yargs"
  75. ],
  76. "license": "ISC",
  77. "main": "./build/index.cjs",
  78. "module": "./build/lib/index.js",
  79. "name": "y18n",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/yargs/y18n.git"
  83. },
  84. "scripts": {
  85. "build:cjs": "rollup -c",
  86. "check": "standardx **/*.ts **/*.cjs **/*.mjs",
  87. "compile": "tsc",
  88. "coverage": "c8 report --check-coverage",
  89. "fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
  90. "postcompile": "npm run build:cjs",
  91. "posttest": "npm run check",
  92. "precompile": "rimraf build",
  93. "prepare": "npm run compile",
  94. "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
  95. "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
  96. "test:esm": "c8 --reporter=text --reporter=html mocha test/esm/*.mjs"
  97. },
  98. "standardx": {
  99. "ignore": [
  100. "build"
  101. ]
  102. },
  103. "type": "module",
  104. "version": "5.0.8"
  105. }