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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "known-css-properties@0.21.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "known-css-properties@0.21.0",
  10. "_id": "known-css-properties@0.21.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==",
  13. "_location": "/known-css-properties",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "known-css-properties@0.21.0",
  19. "name": "known-css-properties",
  20. "escapedName": "known-css-properties",
  21. "rawSpec": "0.21.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.21.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz",
  29. "_spec": "0.21.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Viorel Cojocaru",
  33. "email": "vio@beanon.com",
  34. "url": "http://beanon.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/known-css/known-css-properties/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Krzysztof Bebenek",
  42. "email": "kbebenek@kbebenek.me",
  43. "url": "http://kbebenek.me"
  44. },
  45. {
  46. "name": "Viorel Cojocaru",
  47. "email": "vio@beanon.com",
  48. "url": "http://beanon.com"
  49. }
  50. ],
  51. "description": "List of known CSS properties",
  52. "devDependencies": {
  53. "axios": "0.21.1",
  54. "eslint": "7.18.0",
  55. "globby": "11.0.2",
  56. "lodash.sortby": "4.7.0",
  57. "lodash.uniq": "4.5.0"
  58. },
  59. "homepage": "https://github.com/known-css/known-css-properties#readme",
  60. "keywords": [
  61. "css",
  62. "properties",
  63. "w3c",
  64. "chrome",
  65. "firefox",
  66. "explorer",
  67. "edge",
  68. "safari",
  69. "opera",
  70. "samsung-internet",
  71. "uc-browser"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "known-css-properties",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/known-css/known-css-properties.git"
  79. },
  80. "scripts": {
  81. "bump": "npm version patch && npm publish && git push && git push --tags",
  82. "download-w3c-data": "node scripts/download-w3c-data",
  83. "generate": "node scripts/generate",
  84. "lint": "eslint index.js scripts/*.js",
  85. "test": "echo \"Error: no test specified\" && exit 1"
  86. },
  87. "version": "0.21.0"
  88. }