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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "html-escaper@2.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-escaper@2.0.2",
  10. "_id": "html-escaper@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  13. "_location": "/html-escaper",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-escaper@2.0.2",
  19. "name": "html-escaper",
  20. "escapedName": "html-escaper",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-reports"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Andrea Giammarchi"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/WebReflection/html-escaper/issues"
  36. },
  37. "description": "fast and safe way to escape and unescape &<>'\" chars",
  38. "devDependencies": {
  39. "ascjs": "^3.1.2",
  40. "coveralls": "^3.0.11",
  41. "istanbul": "^0.4.5",
  42. "rollup": "^2.1.0",
  43. "uglify-js": "^3.8.0"
  44. },
  45. "homepage": "https://github.com/WebReflection/html-escaper",
  46. "keywords": [
  47. "html",
  48. "escape",
  49. "encode",
  50. "unescape",
  51. "decode",
  52. "entities"
  53. ],
  54. "license": "MIT",
  55. "main": "./cjs/index.js",
  56. "module": "./esm/index.js",
  57. "name": "html-escaper",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/WebReflection/html-escaper.git"
  61. },
  62. "scripts": {
  63. "build": "npm run cjs && npm run rollup && npm run minify && npm test && npm run size",
  64. "cjs": "ascjs esm cjs",
  65. "coveralls": "cat ./coverage/lcov.info | coveralls",
  66. "minify": "uglifyjs index.js --comments=/^!/ --compress --mangle -o min.js",
  67. "rollup": "rollup --config rollup.config.js",
  68. "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c min.js | wc -c",
  69. "test": "istanbul cover ./test/index.js"
  70. },
  71. "unpkg": "min.js",
  72. "version": "2.0.2"
  73. }