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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "deep-is@0.1.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "deep-is@0.1.3",
  9. "_id": "deep-is@0.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
  12. "_location": "/deep-is",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "deep-is@0.1.3",
  18. "name": "deep-is",
  19. "escapedName": "deep-is",
  20. "rawSpec": "0.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.3"
  23. },
  24. "_requiredBy": [
  25. "/escodegen/optionator",
  26. "/optionator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
  29. "_spec": "0.1.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Thorsten Lorenz",
  33. "email": "thlorenz@gmx.de",
  34. "url": "http://thlorenz.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/thlorenz/deep-is/issues"
  38. },
  39. "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
  40. "devDependencies": {
  41. "tape": "~1.0.2"
  42. },
  43. "directories": {
  44. "lib": ".",
  45. "example": "example",
  46. "test": "test"
  47. },
  48. "homepage": "https://github.com/thlorenz/deep-is#readme",
  49. "keywords": [
  50. "equality",
  51. "equal",
  52. "compare"
  53. ],
  54. "license": {
  55. "type": "MIT",
  56. "url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
  57. },
  58. "main": "index.js",
  59. "name": "deep-is",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
  63. },
  64. "scripts": {
  65. "test": "tape test/*.js"
  66. },
  67. "testling": {
  68. "files": "test/*.js",
  69. "browsers": {
  70. "ie": [
  71. 6,
  72. 7,
  73. 8,
  74. 9
  75. ],
  76. "ff": [
  77. 3.5,
  78. 10,
  79. 15
  80. ],
  81. "chrome": [
  82. 10,
  83. 22
  84. ],
  85. "safari": [
  86. 5.1
  87. ],
  88. "opera": [
  89. 12
  90. ]
  91. }
  92. },
  93. "version": "0.1.3"
  94. }