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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "depd@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "depd@1.1.2",
  9. "_id": "depd@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
  12. "_location": "/depd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "depd@1.1.2",
  18. "name": "depd",
  19. "escapedName": "depd",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/body-parser",
  26. "/express",
  27. "/http-errors",
  28. "/send"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
  31. "_spec": "1.1.2",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. "browser": "lib/browser/index.js",
  38. "bugs": {
  39. "url": "https://github.com/dougwilson/nodejs-depd/issues"
  40. },
  41. "description": "Deprecate all the things",
  42. "devDependencies": {
  43. "beautify-benchmark": "0.2.4",
  44. "benchmark": "2.1.4",
  45. "eslint": "3.19.0",
  46. "eslint-config-standard": "7.1.0",
  47. "eslint-plugin-markdown": "1.0.0-beta.7",
  48. "eslint-plugin-promise": "3.6.0",
  49. "eslint-plugin-standard": "3.0.1",
  50. "istanbul": "0.4.5",
  51. "mocha": "~1.21.5"
  52. },
  53. "engines": {
  54. "node": ">= 0.6"
  55. },
  56. "files": [
  57. "lib/",
  58. "History.md",
  59. "LICENSE",
  60. "index.js",
  61. "Readme.md"
  62. ],
  63. "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
  64. "keywords": [
  65. "deprecate",
  66. "deprecated"
  67. ],
  68. "license": "MIT",
  69. "name": "depd",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/dougwilson/nodejs-depd.git"
  73. },
  74. "scripts": {
  75. "bench": "node benchmark/index.js",
  76. "lint": "eslint --plugin markdown --ext js,md .",
  77. "test": "mocha --reporter spec --bail test/",
  78. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  80. },
  81. "version": "1.1.2"
  82. }