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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "resq@1.10.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "resq@1.10.1",
  10. "_id": "resq@1.10.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zhp1iyUH02MLciv3bIM2bNtTFx/fqRsK4Jk73jcPqp00d/sMTTjOtjdTMAcgjrQKGx5DvQ/HSpeqaMW0atGRJA==",
  13. "_location": "/resq",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "resq@1.10.1",
  19. "name": "resq",
  20. "escapedName": "resq",
  21. "rawSpec": "1.10.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.10.1"
  24. },
  25. "_requiredBy": [
  26. "/webdriverio"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/resq/-/resq-1.10.1.tgz",
  29. "_spec": "1.10.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Baruch Velez",
  33. "email": "baruchvelez@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/baruchvlz/resq/issues"
  37. },
  38. "dependencies": {
  39. "fast-deep-equal": "^2.0.1"
  40. },
  41. "description": "React Element Selector Query (resq) - Query React components and children by selector (component name)",
  42. "devDependencies": {
  43. "@babel/cli": "7.2.3",
  44. "@babel/core": "7.4.0",
  45. "@babel/plugin-transform-runtime": "7.4.0",
  46. "@babel/preset-env": "7.4.1",
  47. "@babel/runtime": "^7.4.2",
  48. "babel-eslint": "10.0.1",
  49. "babel-jest": "24.5.0",
  50. "babel-loader": "^8.0.6",
  51. "codecov": "^3.3.0",
  52. "eslint": "5.15.3",
  53. "eslint-plugin-jest": "22.4.1",
  54. "jest": "24.5.0",
  55. "npm-run-all": "4.1.5",
  56. "rimraf": "^2.6.3",
  57. "webpack": "^4.29.6",
  58. "webpack-cli": "^3.3.0"
  59. },
  60. "files": [
  61. "dist/index.js",
  62. "index.d.ts"
  63. ],
  64. "homepage": "https://github.com/baruchvlz/resq#readme",
  65. "jest": {
  66. "transform": {
  67. "^.+\\.jsx?$": "babel-jest"
  68. },
  69. "testPathIgnorePatterns": [
  70. "node_modules",
  71. "dist"
  72. ],
  73. "coverageThreshold": {
  74. "global": {
  75. "branches": 97,
  76. "functions": 100,
  77. "lines": 100,
  78. "statements": 100
  79. }
  80. }
  81. },
  82. "keywords": [
  83. "react",
  84. "selector",
  85. "resq",
  86. "rescue",
  87. "queryselector",
  88. "query"
  89. ],
  90. "license": "MIT",
  91. "main": "dist/index.js",
  92. "name": "resq",
  93. "repository": {
  94. "url": "git+https://github.com/baruchvlz/resq.git"
  95. },
  96. "scripts": {
  97. "build": "webpack",
  98. "commit": "git-cz",
  99. "lint": "eslint . --fix",
  100. "prebuild": "rimraf dist",
  101. "prepublish": "yarn test && yarn build",
  102. "prepush": "npm run test --coverage",
  103. "test": "jest ./tests --verbose --coverage",
  104. "test:dev": "jest ./tests --coverage --watch"
  105. },
  106. "version": "1.10.1"
  107. }