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 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "specificity@0.4.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "specificity@0.4.1",
  10. "_id": "specificity@0.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==",
  13. "_location": "/specificity",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "specificity@0.4.1",
  19. "name": "specificity",
  20. "escapedName": "specificity",
  21. "rawSpec": "0.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.1"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz",
  29. "_spec": "0.4.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Keegan Street",
  33. "url": "http://keegan.st"
  34. },
  35. "bin": {
  36. "specificity": "./bin/specificity"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/keeganstreet/specificity/issues"
  40. },
  41. "description": "Calculate the specificity of a CSS selector",
  42. "devDependencies": {
  43. "esm": "^3.0.71",
  44. "mocha": "^5.2.0",
  45. "rollup": "^0.62.0"
  46. },
  47. "homepage": "https://github.com/keeganstreet/specificity",
  48. "keywords": [
  49. "CSS",
  50. "specificity"
  51. ],
  52. "license": "MIT",
  53. "main": "dist/specificity",
  54. "module": "dist/specificity.mjs",
  55. "name": "specificity",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/keeganstreet/specificity.git"
  59. },
  60. "scripts": {
  61. "prepare": "rollup --config",
  62. "test": "mocha test/test.js --require esm"
  63. },
  64. "types": "specificity.d.ts",
  65. "version": "0.4.1"
  66. }