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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "har-schema@^2.0.0",
  3. "_id": "har-schema@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
  6. "_location": "/har-schema",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "har-schema@^2.0.0",
  12. "name": "har-schema",
  13. "escapedName": "har-schema",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/har-validator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
  22. "_shasum": "a94c2224ebcac04782a0d9035521f24735b7ec92",
  23. "_spec": "har-schema@^2.0.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/har-validator",
  25. "author": {
  26. "name": "Ahmad Nassri",
  27. "email": "ahmad@ahmadnassri.com",
  28. "url": "https://www.ahmadnassri.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ahmadnassri/har-schema/issues"
  32. },
  33. "bundleDependencies": false,
  34. "config": {
  35. "commitizen": {
  36. "path": "./node_modules/cz-conventional-changelog"
  37. }
  38. },
  39. "contributors": [
  40. {
  41. "name": "Evgeny Poberezkin",
  42. "email": "e.poberezkin@me.com"
  43. }
  44. ],
  45. "deprecated": false,
  46. "description": "JSON Schema for HTTP Archive (HAR)",
  47. "devDependencies": {
  48. "ajv": "^5.0.0",
  49. "codeclimate-test-reporter": "^0.4.0",
  50. "cz-conventional-changelog": "^1.2.0",
  51. "echint": "^2.1.0",
  52. "semantic-release": "^6.3.2",
  53. "snazzy": "^5.0.0",
  54. "tap": "^8.0.1"
  55. },
  56. "engines": {
  57. "node": ">=4"
  58. },
  59. "files": [
  60. "lib"
  61. ],
  62. "homepage": "https://github.com/ahmadnassri/har-schema",
  63. "keywords": [
  64. "har",
  65. "http",
  66. "archive",
  67. "JSON",
  68. "schema",
  69. "JSON-schema"
  70. ],
  71. "license": "ISC",
  72. "main": "lib/index.js",
  73. "name": "har-schema",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/ahmadnassri/har-schema.git"
  77. },
  78. "scripts": {
  79. "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
  80. "coverage": "tap test --reporter silent --coverage",
  81. "pretest": "snazzy && echint",
  82. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  83. "test": "tap test --reporter spec"
  84. },
  85. "version": "2.0.0"
  86. }