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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "ini@1.3.8",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "ini@1.3.8",
  9. "_id": "ini@1.3.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  12. "_location": "/ini",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ini@1.3.8",
  18. "name": "ini",
  19. "escapedName": "ini",
  20. "rawSpec": "1.3.8",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.8"
  23. },
  24. "_requiredBy": [
  25. "/config-chain",
  26. "/global-prefix"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  29. "_spec": "1.3.8",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/ini/issues"
  38. },
  39. "description": "An ini encoder/decoder for node",
  40. "devDependencies": {
  41. "eslint": "^7.9.0",
  42. "eslint-plugin-import": "^2.22.0",
  43. "eslint-plugin-node": "^11.1.0",
  44. "eslint-plugin-promise": "^4.2.1",
  45. "eslint-plugin-standard": "^4.0.1",
  46. "tap": "14"
  47. },
  48. "files": [
  49. "ini.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/ini#readme",
  52. "license": "ISC",
  53. "main": "ini.js",
  54. "name": "ini",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/isaacs/ini.git"
  58. },
  59. "scripts": {
  60. "eslint": "eslint",
  61. "lint": "npm run eslint -- ini.js test/*.js",
  62. "lintfix": "npm run lint -- --fix",
  63. "posttest": "npm run lint",
  64. "postversion": "npm publish",
  65. "prepublishOnly": "git push origin --follow-tags",
  66. "preversion": "npm test",
  67. "test": "tap"
  68. },
  69. "version": "1.3.8"
  70. }