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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "svg-tags@1.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "svg-tags@1.0.0",
  10. "_id": "svg-tags@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=",
  13. "_location": "/svg-tags",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "svg-tags@1.0.0",
  19. "name": "svg-tags",
  20. "escapedName": "svg-tags",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Athan Reines",
  33. "email": "kgryte@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/element-io/svg-tags/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Athan Reines",
  41. "email": "kgryte@gmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "List of standard SVG tags.",
  46. "devDependencies": {
  47. "chai": "1.x.x",
  48. "coveralls": "^2.11.1",
  49. "istanbul": "^0.3.0",
  50. "mocha": "1.x.x"
  51. },
  52. "homepage": "https://github.com/element-io/svg-tags#readme",
  53. "keywords": [
  54. "svg",
  55. "tags",
  56. "w3c"
  57. ],
  58. "licenses": [
  59. {
  60. "type": "MIT",
  61. "url": "http://www.opensource.org/licenses/MIT"
  62. }
  63. ],
  64. "main": "./lib",
  65. "name": "svg-tags",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/element-io/svg-tags.git"
  69. },
  70. "scripts": {
  71. "coveralls": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls",
  72. "test": "mocha",
  73. "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec"
  74. },
  75. "version": "1.0.0"
  76. }