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

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