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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "sax@1.2.4",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "sax@1.2.4",
  9. "_id": "sax@1.2.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
  12. "_location": "/sax",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sax@1.2.4",
  18. "name": "sax",
  19. "escapedName": "sax",
  20. "rawSpec": "1.2.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.4"
  23. },
  24. "_requiredBy": [
  25. "/feedme"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  28. "_spec": "1.2.4",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/sax-js/issues"
  37. },
  38. "description": "An evented streaming XML parser in JavaScript",
  39. "devDependencies": {
  40. "standard": "^8.6.0",
  41. "tap": "^10.5.1"
  42. },
  43. "files": [
  44. "lib/sax.js",
  45. "LICENSE",
  46. "README.md"
  47. ],
  48. "homepage": "https://github.com/isaacs/sax-js#readme",
  49. "license": "ISC",
  50. "main": "lib/sax.js",
  51. "name": "sax",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/sax-js.git"
  55. },
  56. "scripts": {
  57. "postpublish": "git push origin --all; git push origin --tags",
  58. "posttest": "standard -F test/*.js lib/*.js",
  59. "postversion": "npm publish",
  60. "preversion": "npm test",
  61. "test": "tap test/*.js --cov -j4"
  62. },
  63. "version": "1.2.4"
  64. }