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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "tsutils@3.21.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tsutils@3.21.0",
  10. "_id": "tsutils@3.21.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  13. "_location": "/tsutils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tsutils@3.21.0",
  19. "name": "tsutils",
  20. "escapedName": "tsutils",
  21. "rawSpec": "3.21.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.21.0"
  24. },
  25. "_requiredBy": [
  26. "/@typescript-eslint/typescript-estree"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  29. "_spec": "3.21.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Klaus Meinhardt"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ajafff/tsutils/issues"
  36. },
  37. "dependencies": {
  38. "tslib": "^1.8.1"
  39. },
  40. "description": "utilities for working with typescript's AST",
  41. "devDependencies": {
  42. "@fimbul/mithotyn": "^0.21.0",
  43. "@fimbul/valtyr": "^0.22.0",
  44. "@fimbul/wotan": "^0.22.0",
  45. "@types/chai": "^4.0.10",
  46. "@types/mocha": "^5.0.0",
  47. "@types/node": "^11.13.0",
  48. "chai": "^4.1.2",
  49. "coveralls": "^3.0.0",
  50. "github-release-from-changelog": "^1.3.0",
  51. "mocha": "^6.0.2",
  52. "npm-run-all": "^4.1.2",
  53. "nyc": "^13.3.0",
  54. "rimraf": "^3.0.2",
  55. "ts-transform-const-enum": "^0.0.1",
  56. "tslint": "^5.8.0",
  57. "tslint-consistent-codestyle": "^1.11.0",
  58. "ttypescript": "^1.5.5",
  59. "typescript": "4.2.0-dev.20201230"
  60. },
  61. "engines": {
  62. "node": ">= 6"
  63. },
  64. "homepage": "https://github.com/ajafff/tsutils#readme",
  65. "keywords": [
  66. "typescript",
  67. "ts",
  68. "ast",
  69. "typeguard",
  70. "utils",
  71. "helper",
  72. "node"
  73. ],
  74. "license": "MIT",
  75. "name": "tsutils",
  76. "peerDependencies": {
  77. "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ajafff/tsutils.git"
  82. },
  83. "scripts": {
  84. "compile": "ttsc -p .",
  85. "coverage": "nyc run-s test",
  86. "github-release": "node ./scripts/github-release.js",
  87. "lint": "run-p lint:*",
  88. "lint:tslint": "wotan -m @fimbul/valtyr",
  89. "lint:wotan": "wotan",
  90. "postpublish": "git push origin master --tags && run-s github-release",
  91. "precompile": "rimraf \"{,util,typeguard,test{,/rules}/*.{js,d.ts,js.map}\"",
  92. "prepublishOnly": "run-s verify",
  93. "report-coverage": "cat ./coverage/lcov.info | coveralls",
  94. "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
  95. "verify": "run-s compile lint coverage"
  96. },
  97. "version": "3.21.0"
  98. }