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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "module-alias@2.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "module-alias@2.2.2",
  9. "_id": "module-alias@2.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==",
  12. "_location": "/module-alias",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "module-alias@2.2.2",
  18. "name": "module-alias",
  19. "escapedName": "module-alias",
  20. "rawSpec": "2.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.2.tgz",
  28. "_spec": "2.2.2",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Nick Gavrilov",
  32. "email": "artnikpro@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ilearnio/module-alias/issues"
  36. },
  37. "description": "Create aliases of directories and register custom module paths",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "hello-world-classic": "github:ilearnio/hello-world-classic",
  41. "husky": "^3.0.2",
  42. "mocha": "^2.4.5",
  43. "semver": "^6.1.1",
  44. "standard": "^12.0.1"
  45. },
  46. "files": [
  47. "index.js",
  48. "register.js",
  49. "README.md",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/ilearnio/module-alias",
  53. "husky": {
  54. "hooks": {
  55. "pre-push": "npm run test"
  56. }
  57. },
  58. "keywords": [
  59. "extend",
  60. "modules",
  61. "node",
  62. "path",
  63. "resolve"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "module-alias",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/ilearnio/module-alias.git"
  71. },
  72. "scripts": {
  73. "lint": "standard",
  74. "test": "npm run lint && npm run testonly",
  75. "testonly": "NODE_ENV=test mocha test/specs.js",
  76. "testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
  77. },
  78. "version": "2.2.2"
  79. }