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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "postcss-less@3.1.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-less@3.1.4",
  10. "_id": "postcss-less@3.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==",
  13. "_location": "/postcss-less",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-less@3.1.4",
  19. "name": "postcss-less",
  20. "escapedName": "postcss-less",
  21. "rawSpec": "3.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.4"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz",
  29. "_spec": "3.1.4",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Denys Kniazevych",
  33. "email": "webschik@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/shellscape/postcss-less/issues"
  37. },
  38. "dependencies": {
  39. "postcss": "^7.0.14"
  40. },
  41. "description": "LESS parser for PostCSS",
  42. "devDependencies": {
  43. "@commitlint/cli": "^7.1.2",
  44. "@commitlint/config-conventional": "^7.1.2",
  45. "ava": "^1.0.0-beta.8",
  46. "cheerio": "^1.0.0-rc.2",
  47. "eslint": "^5.6.0",
  48. "eslint-config-shellscape": "^2.0.2",
  49. "eslint-plugin-filenames": "^1.2.0",
  50. "is-absolute-url": "^2.1.0",
  51. "less": "^3.8.1",
  52. "lint-staged": "^8.1.0",
  53. "node-fetch": "^2.2.0",
  54. "nyc": "^13.3.0",
  55. "postcss-parser-tests": "^6.3.1",
  56. "pre-commit": "^1.2.2",
  57. "standard-version": "^4.4.0",
  58. "url-join": "^4.0.0"
  59. },
  60. "engines": {
  61. "node": ">=6.14.4"
  62. },
  63. "files": [
  64. "lib",
  65. "README.md",
  66. "LICENSE"
  67. ],
  68. "homepage": "https://github.com/shellscape/postcss-less",
  69. "keywords": [
  70. "css",
  71. "postcss",
  72. "postcss-syntax",
  73. "parser",
  74. "less"
  75. ],
  76. "license": "MIT",
  77. "lint-staged": {
  78. "*.js": [
  79. "eslint --fix",
  80. "git add"
  81. ]
  82. },
  83. "main": "lib/index.js",
  84. "maintainer": "Andrew Powell <andrew@shellscape.org>",
  85. "name": "postcss-less",
  86. "pre-commit": "lint-staged",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/shellscape/postcss-less.git"
  90. },
  91. "scripts": {
  92. "ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
  93. "ci:lint": "npm run lint && npm run security",
  94. "ci:test": "npm run test",
  95. "commitlint": "commitlint",
  96. "commitmsg": "commitlint -e $GIT_PARAMS",
  97. "lint": "eslint --fix --cache lib test",
  98. "lint-staged": "lint-staged",
  99. "security": "npm audit",
  100. "test": "ava"
  101. },
  102. "version": "3.1.4"
  103. }