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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "p-cancelable@1.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "p-cancelable@1.1.0",
  9. "_id": "p-cancelable@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==",
  12. "_location": "/p-cancelable",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-cancelable@1.1.0",
  18. "name": "p-cancelable",
  19. "escapedName": "p-cancelable",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/got"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/p-cancelable/issues"
  37. },
  38. "description": "Create a promise that can be canceled",
  39. "devDependencies": {
  40. "ava": "^1.3.1",
  41. "delay": "^4.1.0",
  42. "promise.prototype.finally": "^3.1.0",
  43. "tsd-check": "^0.3.0",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/p-cancelable#readme",
  54. "keywords": [
  55. "promise",
  56. "cancelable",
  57. "cancel",
  58. "canceled",
  59. "canceling",
  60. "cancellable",
  61. "cancellation",
  62. "abort",
  63. "abortable",
  64. "aborting",
  65. "cleanup",
  66. "task",
  67. "token",
  68. "async",
  69. "function",
  70. "await",
  71. "promises",
  72. "bluebird"
  73. ],
  74. "license": "MIT",
  75. "name": "p-cancelable",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/p-cancelable.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava && tsd-check"
  82. },
  83. "version": "1.1.0"
  84. }