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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "camelcase@6.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "camelcase@6.2.0",
  10. "_id": "camelcase@6.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
  13. "_location": "/jest-validate/camelcase",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "camelcase@6.2.0",
  19. "name": "camelcase",
  20. "escapedName": "camelcase",
  21. "rawSpec": "6.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.2.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-validate"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
  29. "_spec": "6.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/camelcase/issues"
  38. },
  39. "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
  40. "devDependencies": {
  41. "ava": "^1.4.1",
  42. "tsd": "^0.11.0",
  43. "xo": "^0.28.3"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/camelcase#readme",
  54. "keywords": [
  55. "camelcase",
  56. "camel-case",
  57. "camel",
  58. "case",
  59. "dash",
  60. "hyphen",
  61. "dot",
  62. "underscore",
  63. "separator",
  64. "string",
  65. "text",
  66. "convert",
  67. "pascalcase",
  68. "pascal-case"
  69. ],
  70. "license": "MIT",
  71. "name": "camelcase",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/camelcase.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "6.2.0"
  80. }