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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "resolve@1.20.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "resolve@1.20.0",
  10. "_id": "resolve@1.20.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
  13. "_location": "/resolve",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "resolve@1.20.0",
  19. "name": "resolve",
  20. "escapedName": "resolve",
  21. "rawSpec": "1.20.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.20.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-resolve",
  27. "/normalize-package-data",
  28. "/read-pkg/normalize-package-data"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
  31. "_spec": "1.20.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "James Halliday",
  35. "email": "mail@substack.net",
  36. "url": "http://substack.net"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/browserify/resolve/issues"
  40. },
  41. "dependencies": {
  42. "is-core-module": "^2.2.0",
  43. "path-parse": "^1.0.6"
  44. },
  45. "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^17.5.1",
  48. "array.prototype.map": "^1.0.3",
  49. "aud": "^1.1.4",
  50. "eclint": "^2.8.1",
  51. "eslint": "^7.19.0",
  52. "object-keys": "^1.1.1",
  53. "safe-publish-latest": "^1.1.4",
  54. "tap": "0.4.13",
  55. "tape": "^5.1.1"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/browserify/resolve#readme",
  61. "keywords": [
  62. "resolve",
  63. "require",
  64. "node",
  65. "module"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "resolve",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/browserify/resolve.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint --ext=js,mjs .",
  76. "posttest": "npm run test:multirepo && aud --production",
  77. "prelint": "eclint check '**/*'",
  78. "prepublish": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
  79. "pretest": "npm run lint",
  80. "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
  81. "test": "npm run --silent tests-only",
  82. "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
  83. "tests-only": "tape test/*.js"
  84. },
  85. "version": "1.20.0"
  86. }