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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "eslint-utils@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "eslint-utils@2.1.0",
  9. "_id": "eslint-utils@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
  12. "_location": "/eslint-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "eslint-utils@2.1.0",
  18. "name": "eslint-utils",
  19. "escapedName": "eslint-utils",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Toru Nagashima"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mysticatea/eslint-utils/issues"
  35. },
  36. "dependencies": {
  37. "eslint-visitor-keys": "^1.1.0"
  38. },
  39. "description": "Utilities for ESLint plugins.",
  40. "devDependencies": {
  41. "@mysticatea/eslint-plugin": "^12.0.0",
  42. "codecov": "^3.6.1",
  43. "dot-prop": "^4.2.0",
  44. "eslint": "^6.5.1",
  45. "esm": "^3.2.25",
  46. "espree": "^6.1.1",
  47. "mocha": "^6.2.2",
  48. "npm-run-all": "^4.1.5",
  49. "nyc": "^14.1.1",
  50. "opener": "^1.5.1",
  51. "rimraf": "^3.0.0",
  52. "rollup": "^1.25.0",
  53. "rollup-plugin-sourcemaps": "^0.4.2",
  54. "semver": "^7.3.2",
  55. "vuepress": "^1.2.0",
  56. "warun": "^1.0.0"
  57. },
  58. "engines": {
  59. "node": ">=6"
  60. },
  61. "files": [
  62. "index.*"
  63. ],
  64. "funding": "https://github.com/sponsors/mysticatea",
  65. "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  66. "keywords": [
  67. "eslint"
  68. ],
  69. "license": "MIT",
  70. "main": "index",
  71. "module": "index.mjs",
  72. "name": "eslint-utils",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/mysticatea/eslint-utils.git"
  76. },
  77. "scripts": {
  78. "build": "rollup -c",
  79. "clean": "rimraf .nyc_output coverage index.*",
  80. "codecov": "nyc report -r lcovonly && codecov",
  81. "coverage": "opener ./coverage/lcov-report/index.html",
  82. "docs:build": "vuepress build docs",
  83. "docs:watch": "vuepress dev docs",
  84. "lint": "eslint src test",
  85. "postversion": "git push && git push --tags",
  86. "prebuild": "npm run -s clean",
  87. "preversion": "npm test && npm run -s build",
  88. "prewatch": "npm run -s clean",
  89. "test": "run-s lint build test:mocha",
  90. "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
  91. "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  92. },
  93. "sideEffects": false,
  94. "version": "2.1.0"
  95. }