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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@4.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-value-parser@4.1.0",
  10. "_id": "postcss-value-parser@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
  13. "_location": "/postcss-value-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-value-parser@4.1.0",
  19. "name": "postcss-value-parser",
  20. "escapedName": "postcss-value-parser",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/stylelint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
  30. "_spec": "4.1.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Bogdan Chadkin",
  34. "email": "trysound@yandex.ru"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  38. },
  39. "description": "Transforms css values and at-rule params into the tree",
  40. "devDependencies": {
  41. "eslint": "^5.16.0",
  42. "husky": "^2.3.0",
  43. "lint-staged": "^8.1.7",
  44. "prettier": "^1.17.1",
  45. "tap-spec": "^5.0.0",
  46. "tape": "^4.10.2"
  47. },
  48. "eslintConfig": {
  49. "env": {
  50. "es6": true,
  51. "node": true
  52. },
  53. "extends": "eslint:recommended"
  54. },
  55. "files": [
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/TrySound/postcss-value-parser",
  59. "husky": {
  60. "hooks": {
  61. "pre-commit": "lint-staged"
  62. }
  63. },
  64. "keywords": [
  65. "postcss",
  66. "value",
  67. "parser"
  68. ],
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": [
  72. "eslint",
  73. "prettier --write",
  74. "git add"
  75. ]
  76. },
  77. "main": "lib/index.js",
  78. "name": "postcss-value-parser",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  82. },
  83. "scripts": {
  84. "lint": "yarn lint:js && yarn lint:prettier",
  85. "lint:js": "eslint . --cache",
  86. "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different",
  87. "pretest": "yarn lint",
  88. "test": "tape test/*.js | tap-spec"
  89. },
  90. "version": "4.1.0"
  91. }