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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "argparse@1.0.10",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "argparse@1.0.10",
  9. "_id": "argparse@1.0.10",
  10. "_inBundle": false,
  11. "_integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  12. "_location": "/argparse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "argparse@1.0.10",
  18. "name": "argparse",
  19. "escapedName": "argparse",
  20. "rawSpec": "1.0.10",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.10"
  23. },
  24. "_requiredBy": [
  25. "/js-yaml"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  28. "_spec": "1.0.10",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "bugs": {
  31. "url": "https://github.com/nodeca/argparse/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Eugene Shkuropat"
  36. },
  37. {
  38. "name": "Paul Jacobson"
  39. }
  40. ],
  41. "dependencies": {
  42. "sprintf-js": "~1.0.2"
  43. },
  44. "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  45. "devDependencies": {
  46. "eslint": "^2.13.1",
  47. "istanbul": "^0.4.5",
  48. "mocha": "^3.1.0",
  49. "ndoc": "^5.0.1"
  50. },
  51. "files": [
  52. "index.js",
  53. "lib/"
  54. ],
  55. "homepage": "https://github.com/nodeca/argparse#readme",
  56. "keywords": [
  57. "cli",
  58. "parser",
  59. "argparse",
  60. "option",
  61. "args"
  62. ],
  63. "license": "MIT",
  64. "name": "argparse",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/nodeca/argparse.git"
  68. },
  69. "scripts": {
  70. "test": "make test"
  71. },
  72. "version": "1.0.10"
  73. }