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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "decamelize@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "decamelize@1.2.0",
  10. "_id": "decamelize@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
  13. "_location": "/decamelize",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "decamelize@1.2.0",
  19. "name": "decamelize",
  20. "escapedName": "decamelize",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/decamelize-keys",
  27. "/meow",
  28. "/nyc",
  29. "/nyc/yargs",
  30. "/nyc/yargs-parser"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  33. "_spec": "1.2.0",
  34. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/decamelize/issues"
  42. },
  43. "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/decamelize#readme",
  55. "keywords": [
  56. "decamelize",
  57. "decamelcase",
  58. "camelcase",
  59. "lowercase",
  60. "case",
  61. "dash",
  62. "hyphen",
  63. "string",
  64. "str",
  65. "text",
  66. "convert"
  67. ],
  68. "license": "MIT",
  69. "name": "decamelize",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/decamelize.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "1.2.0"
  78. }