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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "entities@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "entities@1.1.2",
  10. "_id": "entities@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==",
  13. "_location": "/entities",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "entities@1.1.2",
  19. "name": "entities",
  20. "escapedName": "entities",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/htmlparser2"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fb55/entities/issues"
  37. },
  38. "description": "Encode & decode XML/HTML entities with ease",
  39. "devDependencies": {
  40. "coveralls": "*",
  41. "istanbul": "*",
  42. "jshint": "2",
  43. "mocha": "^5.0.1",
  44. "mocha-lcov-reporter": "*"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/fb55/entities#readme",
  50. "jshintConfig": {
  51. "eqeqeq": true,
  52. "freeze": true,
  53. "latedef": "nofunc",
  54. "noarg": true,
  55. "nonbsp": true,
  56. "quotmark": "double",
  57. "undef": true,
  58. "unused": true,
  59. "trailing": true,
  60. "eqnull": true,
  61. "proto": true,
  62. "smarttabs": true,
  63. "node": true,
  64. "globals": {
  65. "describe": true,
  66. "it": true
  67. }
  68. },
  69. "keywords": [
  70. "html",
  71. "xml",
  72. "entity",
  73. "decoding",
  74. "encoding"
  75. ],
  76. "license": "BSD-2-Clause",
  77. "main": "./index.js",
  78. "name": "entities",
  79. "prettier": {
  80. "tabWidth": 4
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/fb55/entities.git"
  85. },
  86. "scripts": {
  87. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  88. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  89. "lint": "jshint index.js lib/*.js test/*.js",
  90. "test": "mocha && npm run lint"
  91. },
  92. "version": "1.1.2"
  93. }