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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "form-data@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "form-data@4.0.0",
  10. "_id": "form-data@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
  13. "_location": "/form-data",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "form-data@4.0.0",
  19. "name": "form-data",
  20. "escapedName": "form-data",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Felix Geisendörfer",
  33. "email": "felix@debuggable.com",
  34. "url": "http://debuggable.com/"
  35. },
  36. "browser": "./lib/browser",
  37. "bugs": {
  38. "url": "https://github.com/form-data/form-data/issues"
  39. },
  40. "dependencies": {
  41. "asynckit": "^0.4.0",
  42. "combined-stream": "^1.0.8",
  43. "mime-types": "^2.1.12"
  44. },
  45. "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
  46. "devDependencies": {
  47. "@types/node": "^12.0.10",
  48. "browserify": "^13.1.1",
  49. "browserify-istanbul": "^2.0.0",
  50. "coveralls": "^3.0.4",
  51. "cross-spawn": "^6.0.5",
  52. "eslint": "^6.0.1",
  53. "fake": "^0.2.2",
  54. "far": "^0.0.7",
  55. "formidable": "^1.0.17",
  56. "in-publish": "^2.0.0",
  57. "is-node-modern": "^1.0.0",
  58. "istanbul": "^0.4.5",
  59. "obake": "^0.1.2",
  60. "pkgfiles": "^2.3.0",
  61. "pre-commit": "^1.1.3",
  62. "puppeteer": "^1.19.0",
  63. "request": "^2.88.0",
  64. "rimraf": "^2.7.1",
  65. "tape": "^4.6.2",
  66. "typescript": "^3.5.2"
  67. },
  68. "engines": {
  69. "node": ">= 6"
  70. },
  71. "homepage": "https://github.com/form-data/form-data#readme",
  72. "license": "MIT",
  73. "main": "./lib/form_data",
  74. "name": "form-data",
  75. "pre-commit": [
  76. "lint",
  77. "ci-test",
  78. "check"
  79. ],
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/form-data/form-data.git"
  83. },
  84. "scripts": {
  85. "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
  86. "check": "istanbul check-coverage coverage/coverage*.json",
  87. "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
  88. "ci-test": "npm run test && npm run browser && npm run report",
  89. "debug": "verbose=1 ./test/run.js",
  90. "files": "pkgfiles --sort=name",
  91. "get-version": "node -e \"console.log(require('./package.json').version)\"",
  92. "lint": "eslint lib/*.js test/*.js test/integration/*.js",
  93. "postpublish": "npm run restore-readme",
  94. "posttest": "istanbul report lcov text",
  95. "predebug": "rimraf coverage test/tmp",
  96. "prepublish": "in-publish && npm run update-readme || not-in-publish",
  97. "pretest": "rimraf coverage test/tmp",
  98. "report": "istanbul report lcov text",
  99. "restore-readme": "mv README.md.bak README.md",
  100. "test": "istanbul cover test/run.js",
  101. "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
  102. },
  103. "typings": "./index.d.ts",
  104. "version": "4.0.0"
  105. }