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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@istanbuljs/schema@0.1.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@istanbuljs/schema@0.1.3",
  10. "_id": "@istanbuljs/schema@0.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  13. "_location": "/@istanbuljs/schema",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@istanbuljs/schema@0.1.3",
  19. "name": "@istanbuljs/schema",
  20. "escapedName": "@istanbuljs%2fschema",
  21. "scope": "@istanbuljs",
  22. "rawSpec": "0.1.3",
  23. "saveSpec": null,
  24. "fetchSpec": "0.1.3"
  25. },
  26. "_requiredBy": [
  27. "/babel-plugin-istanbul",
  28. "/istanbul-lib-instrument",
  29. "/nyc",
  30. "/test-exclude"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  33. "_spec": "0.1.3",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Corey Farrell"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/istanbuljs/schema/issues"
  40. },
  41. "description": "Schemas describing various structures used by nyc and istanbuljs",
  42. "devDependencies": {
  43. "standard-version": "^7.0.0",
  44. "tap": "^14.6.7",
  45. "xo": "^0.25.3"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "homepage": "https://github.com/istanbuljs/schema#readme",
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "@istanbuljs/schema",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/istanbuljs/schema.git"
  57. },
  58. "scripts": {
  59. "pretest": "xo",
  60. "release": "standard-version --sign",
  61. "snap": "npm test -- --snapshot",
  62. "test": "tap"
  63. },
  64. "version": "0.1.3"
  65. }