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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "cssstyle@2.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssstyle@2.3.0",
  10. "_id": "cssstyle@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  13. "_location": "/cssstyle",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssstyle@2.3.0",
  19. "name": "cssstyle",
  20. "escapedName": "cssstyle",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  30. "_spec": "2.3.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/jsdom/cssstyle/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Chad Walker",
  38. "email": "chad@chad-cat-lore-eddie.com",
  39. "url": "https://github.com/chad3814"
  40. }
  41. ],
  42. "dependencies": {
  43. "cssom": "~0.3.6"
  44. },
  45. "description": "CSSStyleDeclaration Object Model implementation",
  46. "devDependencies": {
  47. "babel-generator": "~6.26.1",
  48. "babel-traverse": "~6.26.0",
  49. "babel-types": "~6.26.0",
  50. "babylon": "~6.18.0",
  51. "eslint": "~6.0.0",
  52. "eslint-config-prettier": "~6.0.0",
  53. "eslint-plugin-prettier": "~3.1.0",
  54. "jest": "^24.8.0",
  55. "npm-run-all": "^4.1.5",
  56. "prettier": "~1.18.0",
  57. "request": "^2.88.0",
  58. "resolve": "~1.11.1"
  59. },
  60. "directories": {
  61. "lib": "./lib"
  62. },
  63. "engines": {
  64. "node": ">=8"
  65. },
  66. "files": [
  67. "lib/"
  68. ],
  69. "homepage": "https://github.com/jsdom/cssstyle",
  70. "keywords": [
  71. "CSS",
  72. "CSSStyleDeclaration",
  73. "StyleSheet"
  74. ],
  75. "license": "MIT",
  76. "main": "./lib/CSSStyleDeclaration.js",
  77. "maintainers": [
  78. {
  79. "name": "Jon Sakas",
  80. "email": "jon.sakas@gmail.com",
  81. "url": "https://jon.sakas.co/"
  82. },
  83. {
  84. "name": "Rafał Ruciński",
  85. "email": "fatfisz@gmail.com",
  86. "url": "https://fatfisz.com"
  87. }
  88. ],
  89. "name": "cssstyle",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jsdom/cssstyle.git"
  93. },
  94. "scripts": {
  95. "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
  96. "generate": "run-p generate:*",
  97. "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
  98. "generate:properties": "node ./scripts/generate_properties.js",
  99. "lint": "npm run generate && eslint . --max-warnings 0",
  100. "lint:fix": "eslint . --fix --max-warnings 0",
  101. "prepublishOnly": "npm run lint && npm run test",
  102. "test": "npm run generate && jest",
  103. "test-ci": "npm run lint && npm run test && codecov",
  104. "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
  105. },
  106. "version": "2.3.0"
  107. }