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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "json5@2.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json5@2.2.0",
  10. "_id": "json5@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
  13. "_location": "/json5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json5@2.2.0",
  19. "name": "json5",
  20. "escapedName": "json5",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Aseem Kishore",
  33. "email": "aseem.kishore@gmail.com"
  34. },
  35. "bin": {
  36. "json5": "lib/cli.js"
  37. },
  38. "browser": "dist/index.js",
  39. "bugs": {
  40. "url": "https://github.com/json5/json5/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Max Nanasy",
  45. "email": "max.nanasy@gmail.com"
  46. },
  47. {
  48. "name": "Andrew Eisenberg",
  49. "email": "andrew@eisenberg.as"
  50. },
  51. {
  52. "name": "Jordan Tucker",
  53. "email": "jordanbtucker@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "minimist": "^1.2.5"
  58. },
  59. "description": "JSON for humans.",
  60. "devDependencies": {
  61. "core-js": "^2.6.5",
  62. "eslint": "^5.15.3",
  63. "eslint-config-standard": "^12.0.0",
  64. "eslint-plugin-import": "^2.16.0",
  65. "eslint-plugin-node": "^8.0.1",
  66. "eslint-plugin-promise": "^4.0.1",
  67. "eslint-plugin-standard": "^4.0.0",
  68. "regenerate": "^1.4.0",
  69. "rollup": "^0.64.1",
  70. "rollup-plugin-buble": "^0.19.6",
  71. "rollup-plugin-commonjs": "^9.2.1",
  72. "rollup-plugin-node-resolve": "^3.4.0",
  73. "rollup-plugin-terser": "^1.0.1",
  74. "sinon": "^6.3.5",
  75. "tap": "^12.6.0",
  76. "unicode-10.0.0": "^0.7.5"
  77. },
  78. "engines": {
  79. "node": ">=6"
  80. },
  81. "files": [
  82. "lib/",
  83. "dist/"
  84. ],
  85. "homepage": "http://json5.org/",
  86. "keywords": [
  87. "json",
  88. "json5",
  89. "es5",
  90. "es2015",
  91. "ecmascript"
  92. ],
  93. "license": "MIT",
  94. "main": "lib/index.js",
  95. "module": "dist/index.mjs",
  96. "name": "json5",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/json5/json5.git"
  100. },
  101. "scripts": {
  102. "build": "rollup -c",
  103. "build-package": "node build/package.js",
  104. "build-unicode": "node build/unicode.js",
  105. "coverage": "tap --coverage-report html test",
  106. "lint": "eslint --fix .",
  107. "prepublishOnly": "npm run production",
  108. "preversion": "npm run production",
  109. "production": "npm run lint && npm test && npm run build",
  110. "test": "tap -Rspec --100 test",
  111. "version": "npm run build-package && git add package.json5"
  112. },
  113. "types": "lib/index.d.ts",
  114. "version": "2.2.0"
  115. }