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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "asynckit@0.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "asynckit@0.4.0",
  10. "_id": "asynckit@0.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
  13. "_location": "/asynckit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "asynckit@0.4.0",
  19. "name": "asynckit",
  20. "escapedName": "asynckit",
  21. "rawSpec": "0.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.0"
  24. },
  25. "_requiredBy": [
  26. "/form-data",
  27. "/jest-environment-jsdom/form-data"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  30. "_spec": "0.4.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Alex Indigo",
  34. "email": "iam@alexindigo.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/alexindigo/asynckit/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Minimal async jobs utility library, with streams support",
  41. "devDependencies": {
  42. "browserify": "^13.0.0",
  43. "browserify-istanbul": "^2.0.0",
  44. "coveralls": "^2.11.9",
  45. "eslint": "^2.9.0",
  46. "istanbul": "^0.4.3",
  47. "obake": "^0.1.2",
  48. "phantomjs-prebuilt": "^2.1.7",
  49. "pre-commit": "^1.1.3",
  50. "reamde": "^1.1.0",
  51. "rimraf": "^2.5.2",
  52. "size-table": "^0.2.0",
  53. "tap-spec": "^4.1.1",
  54. "tape": "^4.5.1"
  55. },
  56. "homepage": "https://github.com/alexindigo/asynckit#readme",
  57. "keywords": [
  58. "async",
  59. "jobs",
  60. "parallel",
  61. "serial",
  62. "iterator",
  63. "array",
  64. "object",
  65. "stream",
  66. "destroy",
  67. "terminate",
  68. "abort"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "asynckit",
  73. "pre-commit": [
  74. "clean",
  75. "lint",
  76. "test",
  77. "browser",
  78. "report",
  79. "size"
  80. ],
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/alexindigo/asynckit.git"
  84. },
  85. "scripts": {
  86. "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
  87. "clean": "rimraf coverage",
  88. "debug": "tape test/test-*.js",
  89. "lint": "eslint *.js lib/*.js test/*.js",
  90. "report": "istanbul report",
  91. "size": "browserify index.js | size-table asynckit",
  92. "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
  93. "win-test": "tape test/test-*.js"
  94. },
  95. "version": "0.4.0"
  96. }