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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "get-caller-file@2.0.5",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-caller-file@2.0.5",
  10. "_id": "get-caller-file@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  13. "_location": "/get-caller-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-caller-file@2.0.5",
  19. "name": "get-caller-file",
  20. "escapedName": "get-caller-file",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/nyc/yargs",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  30. "_spec": "2.0.5",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Stefan Penner"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  37. },
  38. "description": "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
  39. "devDependencies": {
  40. "@types/chai": "^4.1.7",
  41. "@types/ensure-posix-path": "^1.0.0",
  42. "@types/mocha": "^5.2.6",
  43. "@types/node": "^11.10.5",
  44. "chai": "^4.1.2",
  45. "ensure-posix-path": "^1.0.1",
  46. "mocha": "^5.2.0",
  47. "typescript": "^3.3.3333"
  48. },
  49. "directories": {
  50. "test": "tests"
  51. },
  52. "engines": {
  53. "node": "6.* || 8.* || >= 10.*"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.js.map",
  58. "index.d.ts"
  59. ],
  60. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "get-caller-file",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  67. },
  68. "scripts": {
  69. "prepare": "tsc",
  70. "test": "mocha test",
  71. "test:debug": "mocha test"
  72. },
  73. "version": "2.0.5"
  74. }