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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "cross-spawn@7.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "cross-spawn@7.0.3",
  9. "_id": "cross-spawn@7.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  12. "_location": "/cross-spawn",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cross-spawn@7.0.3",
  18. "name": "cross-spawn",
  19. "escapedName": "cross-spawn",
  20. "rawSpec": "7.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "7.0.3"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/execa",
  27. "/foreground-child",
  28. "/istanbul-lib-processinfo",
  29. "/pretty-quick/execa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  32. "_spec": "7.0.3",
  33. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  34. "author": {
  35. "name": "André Cruz",
  36. "email": "andre@moxy.studio"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/moxystudio/node-cross-spawn/issues"
  40. },
  41. "commitlint": {
  42. "extends": [
  43. "@commitlint/config-conventional"
  44. ]
  45. },
  46. "dependencies": {
  47. "path-key": "^3.1.0",
  48. "shebang-command": "^2.0.0",
  49. "which": "^2.0.1"
  50. },
  51. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  52. "devDependencies": {
  53. "@commitlint/cli": "^8.1.0",
  54. "@commitlint/config-conventional": "^8.1.0",
  55. "babel-core": "^6.26.3",
  56. "babel-jest": "^24.9.0",
  57. "babel-preset-moxy": "^3.1.0",
  58. "eslint": "^5.16.0",
  59. "eslint-config-moxy": "^7.1.0",
  60. "husky": "^3.0.5",
  61. "jest": "^24.9.0",
  62. "lint-staged": "^9.2.5",
  63. "mkdirp": "^0.5.1",
  64. "rimraf": "^3.0.0",
  65. "standard-version": "^7.0.0"
  66. },
  67. "engines": {
  68. "node": ">= 8"
  69. },
  70. "files": [
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  74. "husky": {
  75. "hooks": {
  76. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  77. "pre-commit": "lint-staged"
  78. }
  79. },
  80. "keywords": [
  81. "spawn",
  82. "spawnSync",
  83. "windows",
  84. "cross-platform",
  85. "path-ext",
  86. "shebang",
  87. "cmd",
  88. "execute"
  89. ],
  90. "license": "MIT",
  91. "lint-staged": {
  92. "*.js": [
  93. "eslint --fix",
  94. "git add"
  95. ]
  96. },
  97. "main": "index.js",
  98. "name": "cross-spawn",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint .",
  105. "postrelease": "git push --follow-tags origin HEAD && npm publish",
  106. "prerelease": "npm t && npm run lint",
  107. "release": "standard-version",
  108. "test": "jest --env node --coverage"
  109. },
  110. "version": "7.0.3"
  111. }