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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "asap@2.0.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor"
  6. ]
  7. ],
  8. "_from": "asap@2.0.6",
  9. "_id": "asap@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=",
  12. "_location": "/asap",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "asap@2.0.6",
  18. "name": "asap",
  19. "escapedName": "asap",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/nunjucks"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  28. "_spec": "2.0.6",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor",
  30. "browser": {
  31. "./asap": "./browser-asap.js",
  32. "./asap.js": "./browser-asap.js",
  33. "./raw": "./browser-raw.js",
  34. "./raw.js": "./browser-raw.js",
  35. "./test/domain.js": "./test/browser-domain.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/kriskowal/asap/issues"
  39. },
  40. "description": "High-priority task queue for Node.js and browsers",
  41. "devDependencies": {
  42. "benchmark": "^1.0.0",
  43. "events": "^1.0.1",
  44. "jshint": "^2.5.1",
  45. "knox": "^0.8.10",
  46. "mr": "^2.0.5",
  47. "opener": "^1.3.0",
  48. "q": "^2.0.3",
  49. "q-io": "^2.0.3",
  50. "saucelabs": "^0.1.1",
  51. "wd": "^0.2.21",
  52. "weak-map": "^1.0.5"
  53. },
  54. "files": [
  55. "raw.js",
  56. "asap.js",
  57. "browser-raw.js",
  58. "browser-asap.js"
  59. ],
  60. "homepage": "https://github.com/kriskowal/asap#readme",
  61. "keywords": [
  62. "event",
  63. "task",
  64. "queue"
  65. ],
  66. "license": "MIT",
  67. "main": "./asap.js",
  68. "name": "asap",
  69. "react-native": {
  70. "domain": false
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/kriskowal/asap.git"
  75. },
  76. "scripts": {
  77. "benchmarks": "node benchmarks",
  78. "lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -v gauntlet)",
  79. "test": "npm run lint && npm run test-node",
  80. "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",
  81. "test-node": "node test/asap-test.js",
  82. "test-publish": "node scripts/publish-bundle.js test/asap-test.js | pbcopy",
  83. "test-saucelabs": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-spot-configurations.json",
  84. "test-saucelabs-all": "node scripts/saucelabs.js test/asap-test.js scripts/saucelabs-all-configurations.json",
  85. "test-saucelabs-worker": "node scripts/saucelabs-worker-test.js scripts/saucelabs-spot-configurations.json",
  86. "test-saucelabs-worker-all": "node scripts/saucelabs-worker-test.js scripts/saucelabs-all-configurations.json",
  87. "test-travis": "npm run lint && npm run test-node && npm run test-saucelabs && npm run test-saucelabs-worker"
  88. },
  89. "version": "2.0.6"
  90. }