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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "async@3.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async@3.2.0",
  10. "_id": "async@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==",
  13. "_location": "/async",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async@3.2.0",
  19. "name": "async",
  20. "escapedName": "async",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/archiver"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Caolan McMahon"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/caolan/async/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Higher-order functions and common patterns for asynchronous code",
  39. "devDependencies": {
  40. "babel-core": "^6.26.3",
  41. "babel-eslint": "^8.2.6",
  42. "babel-minify": "^0.5.0",
  43. "babel-plugin-add-module-exports": "^0.2.1",
  44. "babel-plugin-istanbul": "^5.1.4",
  45. "babel-plugin-syntax-async-generators": "^6.13.0",
  46. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  47. "babel-preset-es2015": "^6.3.13",
  48. "babel-preset-es2017": "^6.22.0",
  49. "babel-register": "^6.26.0",
  50. "babelify": "^8.0.0",
  51. "benchmark": "^2.1.1",
  52. "bluebird": "^3.4.6",
  53. "browserify": "^16.2.3",
  54. "chai": "^4.2.0",
  55. "cheerio": "^0.22.0",
  56. "coveralls": "^3.0.4",
  57. "es6-promise": "^2.3.0",
  58. "eslint": "^6.0.1",
  59. "eslint-plugin-prefer-arrow": "^1.1.5",
  60. "fs-extra": "^0.26.7",
  61. "jsdoc": "^3.6.2",
  62. "karma": "^4.1.0",
  63. "karma-browserify": "^5.3.0",
  64. "karma-edge-launcher": "^0.4.2",
  65. "karma-firefox-launcher": "^1.1.0",
  66. "karma-junit-reporter": "^1.2.0",
  67. "karma-mocha": "^1.2.0",
  68. "karma-mocha-reporter": "^2.2.0",
  69. "karma-safari-launcher": "^1.0.0",
  70. "mocha": "^6.1.4",
  71. "mocha-junit-reporter": "^1.18.0",
  72. "native-promise-only": "^0.8.0-a",
  73. "nyc": "^14.1.1",
  74. "rimraf": "^2.5.0",
  75. "rollup": "^0.63.4",
  76. "rollup-plugin-node-resolve": "^2.0.0",
  77. "rollup-plugin-npm": "^2.0.0",
  78. "rsvp": "^3.0.18",
  79. "semver": "^5.5.0",
  80. "yargs": "^11.0.0"
  81. },
  82. "homepage": "https://caolan.github.io/async/",
  83. "keywords": [
  84. "async",
  85. "callback",
  86. "module",
  87. "utility"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/async.js",
  91. "module": "dist/async.mjs",
  92. "name": "async",
  93. "nyc": {
  94. "exclude": [
  95. "test"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/caolan/async.git"
  101. },
  102. "scripts": {
  103. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  104. "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
  105. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  106. "lint": "eslint --fix lib/ test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
  107. "mocha-browser-test": "karma start",
  108. "mocha-node-test": "mocha",
  109. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  110. "test": "npm run lint && npm run mocha-node-test"
  111. },
  112. "version": "3.2.0"
  113. }