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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "regextras@0.8.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regextras@0.8.0",
  10. "_id": "regextras@0.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k519uI04Z3SaY0fLX843MRXnDeG2+vHOFsyhiPZvNLe7r8rD2YNRjq4BQLZZ0oAr2NrtvZlICsXysGNFPGa3CQ==",
  13. "_location": "/regextras",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regextras@0.8.0",
  19. "name": "regextras",
  20. "escapedName": "regextras",
  21. "rawSpec": "0.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.8.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-jsdoc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regextras/-/regextras-0.8.0.tgz",
  29. "_spec": "0.8.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Brett Zamir"
  33. },
  34. "browserslist": [
  35. "cover 100%"
  36. ],
  37. "bugs": {
  38. "url": "https://github.com/brettz9/regextras/issues"
  39. },
  40. "contributors": [],
  41. "dependencies": {},
  42. "description": "Array extras for regular expressions",
  43. "devDependencies": {
  44. "@babel/core": "^7.14.3",
  45. "@babel/preset-env": "^7.14.2",
  46. "@brettz9/eslint-plugin": "^1.0.3",
  47. "@brettz9/node-static": "^0.1.1",
  48. "@rollup/plugin-babel": "^5.3.0",
  49. "chai": "^4.3.4",
  50. "core-js-bundle": "^3.12.1",
  51. "eslint": "^7.27.0",
  52. "eslint-config-ash-nazg": "^29.16.0",
  53. "eslint-config-standard": "^16.0.2",
  54. "eslint-plugin-array-func": "^3.1.7",
  55. "eslint-plugin-chai-expect": "^2.2.0",
  56. "eslint-plugin-chai-friendly": "^0.7.1",
  57. "eslint-plugin-compat": "^3.9.0",
  58. "eslint-plugin-eslint-comments": "^3.2.0",
  59. "eslint-plugin-html": "^6.1.2",
  60. "eslint-plugin-import": "^2.23.3",
  61. "eslint-plugin-jsdoc": "^35.0.0",
  62. "eslint-plugin-markdown": "^2.1.0",
  63. "eslint-plugin-no-unsanitized": "^3.1.5",
  64. "eslint-plugin-no-use-extend-native": "^0.5.0",
  65. "eslint-plugin-node": "^11.1.0",
  66. "eslint-plugin-promise": "^5.1.0",
  67. "eslint-plugin-radar": "^0.2.1",
  68. "eslint-plugin-standard": "^4.1.0",
  69. "eslint-plugin-unicorn": "^32.0.1",
  70. "esm": "^3.2.25",
  71. "mocha": "^8.4.0",
  72. "nyc": "^15.1.0",
  73. "open-cli": "^6.0.1",
  74. "regenerator-runtime": "^0.13.7",
  75. "rollup": "2.49.0",
  76. "rollup-plugin-terser": "^7.0.2"
  77. },
  78. "engines": {
  79. "node": ">=0.1.14"
  80. },
  81. "homepage": "https://github.com/brettz9/regextras",
  82. "keywords": [
  83. "regex",
  84. "regexp",
  85. "regular expression"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/index-umd.js",
  89. "module": "dist/index-es.js",
  90. "name": "regextras",
  91. "nyc": {
  92. "reporter": [
  93. "html",
  94. "text"
  95. ],
  96. "exclude": [
  97. ".eslintrc.js",
  98. "rollup.config.js",
  99. "dist",
  100. "node_modules",
  101. "test",
  102. "tests"
  103. ]
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/brettz9/regextras.git"
  108. },
  109. "scripts": {
  110. "coverage": "open-cli http://localhost:8081/coverage && npm start",
  111. "eslint": "eslint --ext=js,md,html .",
  112. "lint": "npm run eslint",
  113. "mocha": "mocha --require esm --require chai/register-assert --require chai/register-expect test/test.*.js --exit",
  114. "nyc": "rm -Rf ./node_modules/.cache && nyc npm run mocha",
  115. "rollup": "rollup -c",
  116. "start": "static -p 8081",
  117. "test": "npm run eslint && npm run rollup && npm run nyc",
  118. "test-browser": "npm run eslint && npm run rollup && open-cli http://127.0.0.1:8081/tests/regextras.html && npm start"
  119. },
  120. "version": "0.8.0"
  121. }