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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "domexception@2.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "domexception@2.0.1",
  10. "_id": "domexception@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  13. "_location": "/domexception",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "domexception@2.0.1",
  19. "name": "domexception",
  20. "escapedName": "domexception",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Domenic Denicola",
  34. "email": "d@domenic.me",
  35. "url": "https://domenic.me/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jsdom/domexception/issues"
  39. },
  40. "dependencies": {
  41. "webidl-conversions": "^5.0.0"
  42. },
  43. "description": "An implementation of the DOMException class from browsers",
  44. "devDependencies": {
  45. "eslint": "^6.7.2",
  46. "mkdirp": "^0.5.1",
  47. "mocha": "^6.2.2",
  48. "request": "^2.88.0",
  49. "webidl2js": "^12.0.0"
  50. },
  51. "engines": {
  52. "node": ">=8"
  53. },
  54. "files": [
  55. "index.js",
  56. "webidl2js-wrapper.js",
  57. "lib/"
  58. ],
  59. "homepage": "https://github.com/jsdom/domexception#readme",
  60. "keywords": [
  61. "dom",
  62. "webidl",
  63. "web idl",
  64. "domexception",
  65. "error",
  66. "exception"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "domexception",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jsdom/domexception.git"
  74. },
  75. "scripts": {
  76. "init-wpt": "node scripts/get-latest-platform-tests.js",
  77. "lint": "eslint lib",
  78. "prepare": "node scripts/generate.js",
  79. "pretest": "npm run prepare && npm run init-wpt",
  80. "test": "mocha"
  81. },
  82. "version": "2.0.1"
  83. }