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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-processinfo@2.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-processinfo@2.0.2",
  10. "_id": "istanbul-lib-processinfo@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==",
  13. "_location": "/istanbul-lib-processinfo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-processinfo@2.0.2",
  19. "name": "istanbul-lib-processinfo",
  20. "escapedName": "istanbul-lib-processinfo",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/nyc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/istanbuljs/istanbul-lib-processinfo/issues"
  33. },
  34. "dependencies": {
  35. "archy": "^1.0.0",
  36. "cross-spawn": "^7.0.0",
  37. "istanbul-lib-coverage": "^3.0.0-alpha.1",
  38. "make-dir": "^3.0.0",
  39. "p-map": "^3.0.0",
  40. "rimraf": "^3.0.0",
  41. "uuid": "^3.3.3"
  42. },
  43. "description": "A utility for managing the `processinfo` folder that NYC uses.",
  44. "devDependencies": {
  45. "nyc": "^15.0.0-alpha.0",
  46. "standard-version": "^7.0.0",
  47. "tap": "^14.6.5"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/istanbuljs/istanbul-lib-processinfo#readme",
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "istanbul-lib-processinfo",
  59. "nyc": {
  60. "include": "index.js"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/istanbuljs/istanbul-lib-processinfo.git"
  65. },
  66. "scripts": {
  67. "release": "standard-version",
  68. "snap": "tap",
  69. "test": "tap"
  70. },
  71. "tap": {
  72. "check-coverage": true,
  73. "jobs": 1
  74. },
  75. "version": "2.0.2"
  76. }