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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "jest-changed-files@27.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-changed-files@27.1.1",
  10. "_id": "jest-changed-files@27.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5TV9+fYlC2A6hu3qtoyGHprBwCAn0AuGA77bZdUgYvVlRMjHXo063VcWTEAyx6XAZ85DYHqp0+aHKbPlfRDRvA==",
  13. "_location": "/jest-changed-files",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-changed-files@27.1.1",
  19. "name": "jest-changed-files",
  20. "escapedName": "jest-changed-files",
  21. "rawSpec": "27.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "27.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@jest/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.1.1.tgz",
  29. "_spec": "27.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "@jest/types": "^27.1.1",
  36. "execa": "^5.0.0",
  37. "throat": "^6.0.1"
  38. },
  39. "description": "A module used internally by Jest to check which files have changed since you last committed in git or hg.",
  40. "engines": {
  41. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  42. },
  43. "exports": {
  44. ".": "./build/index.js",
  45. "./package.json": "./package.json"
  46. },
  47. "gitHead": "111198b62dbfc3a730f7b1693e311608e834fe1d",
  48. "homepage": "https://github.com/facebook/jest#readme",
  49. "license": "MIT",
  50. "main": "./build/index.js",
  51. "name": "jest-changed-files",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/facebook/jest.git",
  58. "directory": "packages/jest-changed-files"
  59. },
  60. "types": "./build/index.d.ts",
  61. "version": "27.1.1"
  62. }