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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "@es-joy/jsdoccomment@0.10.8",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@es-joy/jsdoccomment@0.10.8",
  10. "_id": "@es-joy/jsdoccomment@0.10.8",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3P1JiGL4xaR9PoTKUHa2N/LKwa2/eUdRqGwijMWWgBqbFEqJUVpmaOi2TcjcemrsRMgFLBzQCK4ToPhrSVDiFQ==",
  13. "_location": "/@es-joy/jsdoccomment",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@es-joy/jsdoccomment@0.10.8",
  19. "name": "@es-joy/jsdoccomment",
  20. "escapedName": "@es-joy%2fjsdoccomment",
  21. "scope": "@es-joy",
  22. "rawSpec": "0.10.8",
  23. "saveSpec": null,
  24. "fetchSpec": "0.10.8"
  25. },
  26. "_requiredBy": [
  27. "/eslint-plugin-jsdoc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.10.8.tgz",
  30. "_spec": "0.10.8",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Brett Zamir",
  34. "email": "brettz9@yahoo.com"
  35. },
  36. "browserslist": [
  37. "cover 100%"
  38. ],
  39. "bugs": {
  40. "url": "https://github.com/es-joy/jsdoccomment/issues"
  41. },
  42. "c8": {
  43. "checkCoverage": true,
  44. "branches": 100,
  45. "statements": 100,
  46. "lines": 100,
  47. "functions": 100
  48. },
  49. "contributors": [],
  50. "dependencies": {
  51. "comment-parser": "1.2.4",
  52. "esquery": "^1.4.0",
  53. "jsdoc-type-pratt-parser": "1.1.1"
  54. },
  55. "description": "Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment along with other jsdoc utilities",
  56. "devDependencies": {
  57. "@babel/core": "^7.15.0",
  58. "@babel/plugin-syntax-class-properties": "^7.12.13",
  59. "@babel/preset-env": "^7.15.0",
  60. "@brettz9/eslint-plugin": "^1.0.3",
  61. "@rollup/plugin-babel": "^5.3.0",
  62. "c8": "^7.8.0",
  63. "chai": "^4.3.4",
  64. "eslint": "^7.32.0",
  65. "eslint-config-ash-nazg": "31.2.2",
  66. "eslint-config-standard": "^16.0.3",
  67. "eslint-plugin-array-func": "^3.1.7",
  68. "eslint-plugin-compat": "^3.13.0",
  69. "eslint-plugin-eslint-comments": "^3.2.0",
  70. "eslint-plugin-html": "^6.1.2",
  71. "eslint-plugin-import": "^2.24.2",
  72. "eslint-plugin-jsdoc": "^36.0.7",
  73. "eslint-plugin-markdown": "^2.2.0",
  74. "eslint-plugin-no-unsanitized": "^3.1.5",
  75. "eslint-plugin-no-use-extend-native": "^0.5.0",
  76. "eslint-plugin-node": "^11.1.0",
  77. "eslint-plugin-promise": "^5.1.0",
  78. "eslint-plugin-sonarjs": "^0.10.0",
  79. "eslint-plugin-unicorn": "^35.0.0",
  80. "mocha": "^9.1.0",
  81. "rollup": "^2.56.3"
  82. },
  83. "engines": {
  84. "node": "^12 || ^14 || ^16"
  85. },
  86. "exports": {
  87. "import": "./src/index.js",
  88. "require": "./dist/index.cjs.cjs"
  89. },
  90. "homepage": "https://github.com/es-joy/jsdoccomment",
  91. "keywords": [
  92. "eslint",
  93. "sourcecode"
  94. ],
  95. "license": "MIT",
  96. "main": "./dist/index.cjs.cjs",
  97. "name": "@es-joy/jsdoccomment",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/es-joy/jsdoccomment.git"
  101. },
  102. "scripts": {
  103. "c8": "c8 npm run mocha",
  104. "eslint": "eslint --ext=js,cjs,md,html .",
  105. "lint": "npm run eslint",
  106. "mocha": "mocha --parallel --require chai/register-expect",
  107. "prepublishOnly": "pnpm i && npm run rollup",
  108. "rollup": "rollup -c",
  109. "test": "npm run lint && npm run rollup && npm run c8"
  110. },
  111. "type": "module",
  112. "version": "0.10.8"
  113. }