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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "is-arrayish@0.2.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-arrayish@0.2.1",
  10. "_id": "is-arrayish@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
  13. "_location": "/is-arrayish",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-arrayish@0.2.1",
  19. "name": "is-arrayish",
  20. "escapedName": "is-arrayish",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/error-ex"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  29. "_spec": "0.2.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Qix",
  33. "url": "http://github.com/qix-"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/qix-/node-is-arrayish/issues"
  37. },
  38. "description": "Determines if an object can be used as an array",
  39. "devDependencies": {
  40. "coffee-script": "^1.9.3",
  41. "coveralls": "^2.11.2",
  42. "istanbul": "^0.3.17",
  43. "mocha": "^2.2.5",
  44. "should": "^7.0.1",
  45. "xo": "^0.6.1"
  46. },
  47. "homepage": "https://github.com/qix-/node-is-arrayish#readme",
  48. "keywords": [
  49. "is",
  50. "array",
  51. "duck",
  52. "type",
  53. "arrayish",
  54. "similar",
  55. "proto",
  56. "prototype",
  57. "type"
  58. ],
  59. "license": "MIT",
  60. "name": "is-arrayish",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/qix-/node-is-arrayish.git"
  64. },
  65. "scripts": {
  66. "pretest": "xo",
  67. "test": "mocha --compilers coffee:coffee-script/register"
  68. },
  69. "version": "0.2.1"
  70. }