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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "abab@2.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "abab@2.0.5",
  10. "_id": "abab@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
  13. "_location": "/abab",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "abab@2.0.5",
  19. "name": "abab",
  20. "escapedName": "abab",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/data-urls",
  27. "/jest-environment-jsdom/data-urls",
  28. "/jest-environment-jsdom/jsdom",
  29. "/jsdom"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
  32. "_spec": "2.0.5",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "Jeff Carpenter",
  36. "email": "gcarpenterv@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jsdom/abab/issues"
  40. },
  41. "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
  42. "devDependencies": {
  43. "eslint": "^4.19.1",
  44. "karma": "^2.0.0",
  45. "karma-cli": "^1.0.1",
  46. "karma-firefox-launcher": "^1.1.0",
  47. "karma-mocha": "^1.3.0",
  48. "karma-webpack": "^3.0.0",
  49. "mocha": "^5.1.0",
  50. "webpack": "^4.5.0"
  51. },
  52. "files": [
  53. "index.d.ts",
  54. "index.js",
  55. "lib/"
  56. ],
  57. "homepage": "https://github.com/jsdom/abab#readme",
  58. "keywords": [
  59. "atob",
  60. "btoa",
  61. "browser"
  62. ],
  63. "license": "BSD-3-Clause",
  64. "main": "index.js",
  65. "name": "abab",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jsdom/abab.git"
  69. },
  70. "scripts": {
  71. "karma": "karma start",
  72. "lint": "eslint .",
  73. "mocha": "mocha test/node",
  74. "test": "npm run lint && npm run mocha && npm run karma"
  75. },
  76. "version": "2.0.5"
  77. }