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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "cssesc@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssesc@3.0.0",
  10. "_id": "cssesc@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  13. "_location": "/cssesc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssesc@3.0.0",
  19. "name": "cssesc",
  20. "escapedName": "cssesc",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-selector-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bin": {
  36. "cssesc": "bin/cssesc"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mathiasbynens/cssesc/issues"
  40. },
  41. "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-preset-env": "^1.6.1",
  45. "codecov": "^1.0.1",
  46. "grunt": "^1.0.1",
  47. "grunt-template": "^1.0.0",
  48. "istanbul": "^0.4.4",
  49. "mocha": "^2.5.3",
  50. "regenerate": "^1.2.1",
  51. "requirejs": "^2.1.16"
  52. },
  53. "engines": {
  54. "node": ">=4"
  55. },
  56. "files": [
  57. "LICENSE-MIT.txt",
  58. "cssesc.js",
  59. "bin/",
  60. "man/"
  61. ],
  62. "homepage": "https://mths.be/cssesc",
  63. "keywords": [
  64. "css",
  65. "escape",
  66. "identifier",
  67. "string",
  68. "tool"
  69. ],
  70. "license": "MIT",
  71. "main": "cssesc.js",
  72. "man": [
  73. "man/cssesc.1"
  74. ],
  75. "name": "cssesc",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/mathiasbynens/cssesc.git"
  79. },
  80. "scripts": {
  81. "build": "grunt template && babel cssesc.js -o cssesc.js",
  82. "cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
  83. "test": "mocha tests"
  84. },
  85. "version": "3.0.0"
  86. }