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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "@sindresorhus/is@0.14.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "@sindresorhus/is@0.14.0",
  9. "_id": "@sindresorhus/is@0.14.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==",
  12. "_location": "/@sindresorhus/is",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@sindresorhus/is@0.14.0",
  18. "name": "@sindresorhus/is",
  19. "escapedName": "@sindresorhus%2fis",
  20. "scope": "@sindresorhus",
  21. "rawSpec": "0.14.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.14.0"
  24. },
  25. "_requiredBy": [
  26. "/got"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
  29. "_spec": "0.14.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is/issues"
  38. },
  39. "description": "Type check values: `is.string('🦄') //=> true`",
  40. "devDependencies": {
  41. "@sindresorhus/tsconfig": "^0.1.0",
  42. "@types/jsdom": "^11.12.0",
  43. "@types/node": "^10.12.10",
  44. "@types/tempy": "^0.2.0",
  45. "@types/zen-observable": "^0.8.0",
  46. "ava": "^0.25.0",
  47. "del-cli": "^1.1.0",
  48. "jsdom": "^11.6.2",
  49. "rxjs": "^6.3.3",
  50. "tempy": "^0.2.1",
  51. "tslint": "^5.9.1",
  52. "tslint-xo": "^0.10.0",
  53. "typescript": "^3.2.1",
  54. "zen-observable": "^0.8.8"
  55. },
  56. "engines": {
  57. "node": ">=6"
  58. },
  59. "files": [
  60. "dist"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/is#readme",
  63. "keywords": [
  64. "type",
  65. "types",
  66. "is",
  67. "check",
  68. "checking",
  69. "validate",
  70. "validation",
  71. "utility",
  72. "util",
  73. "typeof",
  74. "instanceof",
  75. "object",
  76. "assert",
  77. "assertion",
  78. "test",
  79. "kind",
  80. "primitive",
  81. "verify",
  82. "compare"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/index.js",
  86. "name": "@sindresorhus/is",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/is.git"
  90. },
  91. "scripts": {
  92. "build": "del dist && tsc",
  93. "lint": "tslint --format stylish --project .",
  94. "prepublish": "npm run build && del dist/tests",
  95. "test": "npm run lint && npm run build && ava dist/tests"
  96. },
  97. "types": "dist/index.d.ts",
  98. "version": "0.14.0"
  99. }