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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. "unist-util-stringify-position@2.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unist-util-stringify-position@2.0.3",
  10. "_id": "unist-util-stringify-position@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
  13. "_location": "/unist-util-stringify-position",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unist-util-stringify-position@2.0.3",
  19. "name": "unist-util-stringify-position",
  20. "escapedName": "unist-util-stringify-position",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/mdast-util-from-markdown",
  27. "/vfile",
  28. "/vfile-message"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
  31. "_spec": "2.0.3",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Titus Wormer",
  35. "email": "tituswormer@gmail.com",
  36. "url": "https://wooorm.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/syntax-tree/unist-util-stringify-position/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Titus Wormer",
  44. "email": "tituswormer@gmail.com",
  45. "url": "https://wooorm.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "@types/unist": "^2.0.2"
  50. },
  51. "description": "unist utility to serialize a node, position, or point as a human readable location",
  52. "devDependencies": {
  53. "browserify": "^16.0.0",
  54. "dtslint": "^3.0.0",
  55. "nyc": "^15.0.0",
  56. "prettier": "^1.0.0",
  57. "remark-cli": "^7.0.0",
  58. "remark-preset-wooorm": "^6.0.0",
  59. "tape": "^4.0.0",
  60. "tinyify": "^2.0.0",
  61. "typescript": "^3.0.0",
  62. "xo": "^0.27.0"
  63. },
  64. "files": [
  65. "types/index.d.ts",
  66. "index.js"
  67. ],
  68. "funding": {
  69. "type": "opencollective",
  70. "url": "https://opencollective.com/unified"
  71. },
  72. "homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
  73. "keywords": [
  74. "unist",
  75. "unist-util",
  76. "util",
  77. "utility",
  78. "position",
  79. "location",
  80. "point",
  81. "node",
  82. "stringify",
  83. "tostring"
  84. ],
  85. "license": "MIT",
  86. "name": "unist-util-stringify-position",
  87. "nyc": {
  88. "check-coverage": true,
  89. "lines": 100,
  90. "functions": 100,
  91. "branches": 100
  92. },
  93. "prettier": {
  94. "tabWidth": 2,
  95. "useTabs": false,
  96. "singleQuote": true,
  97. "bracketSpacing": false,
  98. "semi": false,
  99. "trailingComma": "none"
  100. },
  101. "remarkConfig": {
  102. "plugins": [
  103. "preset-wooorm"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
  109. },
  110. "scripts": {
  111. "build": "npm run build-bundle && npm run build-mangle",
  112. "build-bundle": "browserify . -s unistUtilStringifyPosition > unist-util-stringify-position.js",
  113. "build-mangle": "browserify . -s unistUtilStringifyPosition -p tinyify > unist-util-stringify-position.min.js",
  114. "format": "remark . -qfo && prettier --write \"**/*.{js,ts}\" && xo --fix",
  115. "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
  116. "test-api": "node test",
  117. "test-coverage": "nyc --reporter lcov tape test.js",
  118. "test-types": "dtslint types"
  119. },
  120. "types": "types/index.d.ts",
  121. "version": "2.0.3",
  122. "xo": {
  123. "prettier": true,
  124. "esnext": false,
  125. "ignores": [
  126. "unist-util-stringify-position.js"
  127. ]
  128. }
  129. }