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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "yargs-parser@20.2.9",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "yargs-parser@20.2.9",
  10. "_id": "yargs-parser@20.2.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  13. "_location": "/yargs-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "yargs-parser@20.2.9",
  19. "name": "yargs-parser",
  20. "escapedName": "yargs-parser",
  21. "rawSpec": "20.2.9",
  22. "saveSpec": null,
  23. "fetchSpec": "20.2.9"
  24. },
  25. "_requiredBy": [
  26. "/meow",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  30. "_spec": "20.2.9",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yargs/yargs-parser/issues"
  38. },
  39. "description": "the mighty option parser used by yargs",
  40. "devDependencies": {
  41. "@types/chai": "^4.2.11",
  42. "@types/mocha": "^8.0.0",
  43. "@types/node": "^14.0.0",
  44. "@typescript-eslint/eslint-plugin": "^3.10.1",
  45. "@typescript-eslint/parser": "^3.10.1",
  46. "@wessberg/rollup-plugin-ts": "^1.2.28",
  47. "c8": "^7.3.0",
  48. "chai": "^4.2.0",
  49. "cross-env": "^7.0.2",
  50. "eslint": "^7.0.0",
  51. "eslint-plugin-import": "^2.20.1",
  52. "eslint-plugin-node": "^11.0.0",
  53. "gts": "^3.0.0",
  54. "mocha": "^9.0.0",
  55. "puppeteer": "^10.0.0",
  56. "rimraf": "^3.0.2",
  57. "rollup": "^2.22.1",
  58. "rollup-plugin-cleanup": "^3.1.1",
  59. "serve": "^12.0.0",
  60. "standardx": "^7.0.0",
  61. "start-server-and-test": "^1.11.2",
  62. "ts-transform-default-export": "^1.0.2",
  63. "typescript": "^4.0.0"
  64. },
  65. "engines": {
  66. "node": ">=10"
  67. },
  68. "exports": {
  69. ".": [
  70. {
  71. "import": "./build/lib/index.js",
  72. "require": "./build/index.cjs"
  73. },
  74. "./build/index.cjs"
  75. ]
  76. },
  77. "files": [
  78. "browser.js",
  79. "build",
  80. "!*.d.ts"
  81. ],
  82. "homepage": "https://github.com/yargs/yargs-parser#readme",
  83. "keywords": [
  84. "argument",
  85. "parser",
  86. "yargs",
  87. "command",
  88. "cli",
  89. "parsing",
  90. "option",
  91. "args",
  92. "argument"
  93. ],
  94. "license": "ISC",
  95. "main": "build/index.cjs",
  96. "module": "./build/lib/index.js",
  97. "name": "yargs-parser",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/yargs/yargs-parser.git"
  101. },
  102. "scripts": {
  103. "build:cjs": "rollup -c",
  104. "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
  105. "compile": "tsc",
  106. "coverage": "c8 report --check-coverage",
  107. "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
  108. "postcompile": "npm run build:cjs",
  109. "precompile": "rimraf build",
  110. "prepare": "npm run compile",
  111. "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
  112. "pretest:typescript": "npm run pretest",
  113. "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
  114. "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'",
  115. "test:typescript": "c8 mocha ./build/test/typescript/*.js"
  116. },
  117. "standardx": {
  118. "ignore": [
  119. "build"
  120. ]
  121. },
  122. "type": "module",
  123. "version": "20.2.9"
  124. }