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 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "range-parser@1.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "range-parser@1.2.1",
  9. "_id": "range-parser@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  12. "_location": "/range-parser",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "range-parser@1.2.1",
  18. "name": "range-parser",
  19. "escapedName": "range-parser",
  20. "rawSpec": "1.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.1"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/send"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca",
  34. "url": "http://tjholowaychuk.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jshttp/range-parser/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Douglas Christopher Wilson",
  42. "email": "doug@somethingdoug.com"
  43. },
  44. {
  45. "name": "James Wyatt Cready",
  46. "email": "wyatt.cready@lanetix.com"
  47. },
  48. {
  49. "name": "Jonathan Ong",
  50. "email": "me@jongleberry.com",
  51. "url": "http://jongleberry.com"
  52. }
  53. ],
  54. "description": "Range header field string parser",
  55. "devDependencies": {
  56. "deep-equal": "1.0.1",
  57. "eslint": "5.16.0",
  58. "eslint-config-standard": "12.0.0",
  59. "eslint-plugin-import": "2.17.2",
  60. "eslint-plugin-markdown": "1.0.0",
  61. "eslint-plugin-node": "8.0.1",
  62. "eslint-plugin-promise": "4.1.1",
  63. "eslint-plugin-standard": "4.0.0",
  64. "mocha": "6.1.4",
  65. "nyc": "14.1.1"
  66. },
  67. "engines": {
  68. "node": ">= 0.6"
  69. },
  70. "files": [
  71. "HISTORY.md",
  72. "LICENSE",
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jshttp/range-parser#readme",
  76. "keywords": [
  77. "range",
  78. "parser",
  79. "http"
  80. ],
  81. "license": "MIT",
  82. "name": "range-parser",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/jshttp/range-parser.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint --plugin markdown --ext js,md .",
  89. "test": "mocha --reporter spec",
  90. "test-cov": "nyc --reporter=html --reporter=text npm test",
  91. "test-travis": "nyc --reporter=text npm test"
  92. },
  93. "version": "1.2.1"
  94. }