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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "throat@6.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "throat@6.0.1",
  10. "_id": "throat@6.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==",
  13. "_location": "/throat",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "throat@6.0.1",
  19. "name": "throat",
  20. "escapedName": "throat",
  21. "rawSpec": "6.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.0.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-changed-files",
  27. "/jest-circus",
  28. "/jest-jasmine2",
  29. "/jest-runner"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
  32. "_spec": "6.0.1",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "ForbesLindesay"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ForbesLindesay/throat/issues"
  39. },
  40. "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
  41. "devDependencies": {
  42. "coveralls": "^3.0.0",
  43. "flow-bin": "^0.73.0",
  44. "istanbul": "^0.4.5",
  45. "jest": "^22.1.4",
  46. "promise": "^8.0.0",
  47. "sauce-test": "^1.0.0",
  48. "test-result": "^2.0.0",
  49. "testit": "^3.1.0",
  50. "typescript": "^3.4.5"
  51. },
  52. "files": [
  53. "index.d.ts",
  54. "index.js",
  55. "index.js.flow"
  56. ],
  57. "homepage": "https://github.com/ForbesLindesay/throat#readme",
  58. "jest": {
  59. "testEnvironment": "node"
  60. },
  61. "keywords": [
  62. "promise",
  63. "aplus",
  64. "then",
  65. "throttle",
  66. "concurrency",
  67. "parallelism",
  68. "limit"
  69. ],
  70. "license": "MIT",
  71. "name": "throat",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/ForbesLindesay/throat.git"
  75. },
  76. "scripts": {
  77. "coverage": "istanbul cover test/index.js",
  78. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
  79. "flow": "flow",
  80. "test": "node test/index.js && npm run test:types",
  81. "test:types": "jest",
  82. "tsc": "tsc --noEmit"
  83. },
  84. "version": "6.0.1"
  85. }