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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "num2fraction@1.2.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "num2fraction@1.2.2",
  10. "_id": "num2fraction@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
  13. "_location": "/num2fraction",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "num2fraction@1.2.2",
  19. "name": "num2fraction",
  20. "escapedName": "num2fraction",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "yisi",
  33. "email": "yiorsi@gmail.com",
  34. "url": "http://iyunlu.com/view"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yisibl/num2fraction/issues"
  38. },
  39. "description": "Convert number to fraction",
  40. "devDependencies": {
  41. "tape": "^3.0.0"
  42. },
  43. "homepage": "https://github.com/yisibl/num2fraction#readme",
  44. "keywords": [
  45. "fraction",
  46. "number",
  47. "math",
  48. "maths",
  49. "arithmetic",
  50. "gcd",
  51. "rational"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "num2fraction",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
  59. },
  60. "scripts": {
  61. "test": "tape test/*.js"
  62. },
  63. "version": "1.2.2"
  64. }