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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "extend@3.0.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "extend@3.0.2",
  10. "_id": "extend@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  13. "_location": "/extend",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "extend@3.0.2",
  19. "name": "extend",
  20. "escapedName": "extend",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/unified"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Stefan Thomas",
  33. "email": "justmoon@members.fsf.org",
  34. "url": "http://www.justmoon.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/justmoon/node-extend/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "url": "https://github.com/ljharb"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "Port of jQuery.extend for node.js and the browser",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^12.2.1",
  49. "covert": "^1.1.0",
  50. "eslint": "^4.19.1",
  51. "jscs": "^3.0.7",
  52. "tape": "^4.9.1"
  53. },
  54. "homepage": "https://github.com/justmoon/node-extend#readme",
  55. "keywords": [
  56. "extend",
  57. "clone",
  58. "merge"
  59. ],
  60. "license": "MIT",
  61. "main": "index",
  62. "name": "extend",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/justmoon/node-extend.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test/index.js",
  69. "coverage-quiet": "covert test/index.js --quiet",
  70. "eslint": "eslint *.js */*.js",
  71. "jscs": "jscs *.js */*.js",
  72. "lint": "npm run jscs && npm run eslint",
  73. "posttest": "npm run coverage-quiet",
  74. "pretest": "npm run lint",
  75. "test": "npm run tests-only",
  76. "tests-only": "node test"
  77. },
  78. "version": "3.0.2"
  79. }