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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "symbol-tree@3.2.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "symbol-tree@3.2.4",
  10. "_id": "symbol-tree@3.2.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  13. "_location": "/symbol-tree",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "symbol-tree@3.2.4",
  19. "name": "symbol-tree",
  20. "escapedName": "symbol-tree",
  21. "rawSpec": "3.2.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.4"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  30. "_spec": "3.2.4",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Joris van der Wel",
  34. "email": "joris@jorisvanderwel.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/js-symbol-tree/issues"
  38. },
  39. "description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
  40. "devDependencies": {
  41. "babel-eslint": "^10.0.1",
  42. "coveralls": "^3.0.0",
  43. "eslint": "^5.16.0",
  44. "eslint-plugin-import": "^2.2.0",
  45. "istanbul": "^0.4.5",
  46. "jsdoc-to-markdown": "^5.0.0",
  47. "tape": "^4.0.0"
  48. },
  49. "files": [
  50. "lib"
  51. ],
  52. "homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
  53. "keywords": [
  54. "list",
  55. "queue",
  56. "stack",
  57. "linked-list",
  58. "tree",
  59. "es6",
  60. "dom",
  61. "symbol"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/SymbolTree.js",
  65. "name": "symbol-tree",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jsdom/js-symbol-tree.git"
  69. },
  70. "scripts": {
  71. "ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
  72. "documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
  73. "lint": "eslint lib test",
  74. "postci": "npm run posttest",
  75. "posttest": "npm run lint",
  76. "predocumentation": "cp readme-header.md README.md",
  77. "test": "istanbul cover test/SymbolTree.js"
  78. },
  79. "version": "3.2.4"
  80. }