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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "@nodelib/fs.stat@2.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@nodelib/fs.stat@2.0.5",
  10. "_id": "@nodelib/fs.stat@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  13. "_location": "/@nodelib/fs.stat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@nodelib/fs.stat@2.0.5",
  19. "name": "@nodelib/fs.stat",
  20. "escapedName": "@nodelib%2ffs.stat",
  21. "scope": "@nodelib",
  22. "rawSpec": "2.0.5",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.5"
  25. },
  26. "_requiredBy": [
  27. "/@nodelib/fs.scandir",
  28. "/fast-glob"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  31. "_spec": "2.0.5",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "description": "Get the status of a file with some features",
  34. "devDependencies": {
  35. "@nodelib/fs.macchiato": "1.0.4"
  36. },
  37. "engines": {
  38. "node": ">= 8"
  39. },
  40. "files": [
  41. "out/**",
  42. "!out/**/*.map",
  43. "!out/**/*.spec.*"
  44. ],
  45. "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
  46. "keywords": [
  47. "NodeLib",
  48. "fs",
  49. "FileSystem",
  50. "file system",
  51. "stat"
  52. ],
  53. "license": "MIT",
  54. "main": "out/index.js",
  55. "name": "@nodelib/fs.stat",
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
  59. },
  60. "scripts": {
  61. "build": "npm run clean && npm run compile && npm run lint && npm test",
  62. "clean": "rimraf {tsconfig.tsbuildinfo,out}",
  63. "compile": "tsc -b .",
  64. "compile:watch": "tsc -p . --watch --sourceMap",
  65. "lint": "eslint \"src/**/*.ts\" --cache",
  66. "test": "mocha \"out/**/*.spec.js\" -s 0",
  67. "watch": "npm run clean && npm run compile:watch"
  68. },
  69. "typings": "out/index.d.ts",
  70. "version": "2.0.5"
  71. }