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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "postcss-media-query-parser@0.2.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-media-query-parser@0.2.3",
  10. "_id": "postcss-media-query-parser@0.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=",
  13. "_location": "/postcss-media-query-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-media-query-parser@0.2.3",
  19. "name": "postcss-media-query-parser",
  20. "escapedName": "postcss-media-query-parser",
  21. "rawSpec": "0.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.3"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
  29. "_spec": "0.2.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "dryoma"
  33. },
  34. "babel": {
  35. "presets": [
  36. "es2015"
  37. ]
  38. },
  39. "bugs": {
  40. "url": "https://github.com/dryoma/postcss-media-query-parser/issues"
  41. },
  42. "description": "A tool for parsing media query lists.",
  43. "devDependencies": {
  44. "babel-cli": "^6.14.0",
  45. "babel-preset-es2015": "^6.14.0",
  46. "babel-register": "^6.14.0",
  47. "eslint": "^2.5.1",
  48. "eslint-config-airbnb": "^6.0.2",
  49. "eslint-plugin-react": "^4.2.3",
  50. "tap-spec": "^4.1.1",
  51. "tape": "^4.6.0"
  52. },
  53. "eslintConfig": {
  54. "extends": "airbnb",
  55. "rules": {
  56. "max-len": [
  57. 2,
  58. 80,
  59. 4
  60. ],
  61. "func-names": 0
  62. }
  63. },
  64. "files": [
  65. "dist",
  66. "!**/__tests__"
  67. ],
  68. "homepage": "https://github.com/dryoma/postcss-media-query-parser",
  69. "keywords": [
  70. "postcss",
  71. "postcss tool",
  72. "media query",
  73. "media query parsing"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/index.js",
  77. "name": "postcss-media-query-parser",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/dryoma/postcss-media-query-parser.git"
  81. },
  82. "scripts": {
  83. "build": "babel src --out-dir dist",
  84. "lint": "eslint . --ignore-path .gitignore",
  85. "prebuild": "rimraf dist",
  86. "prepublish": "npm run build",
  87. "pretest": "npm run lint",
  88. "test": "tape -r babel-register \"src/**/__tests__/*.js\" | tap-spec"
  89. },
  90. "version": "0.2.3"
  91. }