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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "setprototypeof@1.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "setprototypeof@1.1.1",
  9. "_id": "setprototypeof@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
  12. "_location": "/setprototypeof",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "setprototypeof@1.1.1",
  18. "name": "setprototypeof",
  19. "escapedName": "setprototypeof",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/express",
  26. "/http-errors"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Wes Todd"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  36. },
  37. "description": "A small polyfill for Object.setprototypeof",
  38. "devDependencies": {
  39. "mocha": "^5.2.0",
  40. "standard": "^12.0.1"
  41. },
  42. "homepage": "https://github.com/wesleytodd/setprototypeof",
  43. "keywords": [
  44. "polyfill",
  45. "object",
  46. "setprototypeof"
  47. ],
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "setprototypeof",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/wesleytodd/setprototypeof.git"
  54. },
  55. "scripts": {
  56. "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
  57. "node11": "NODE_VER=11 npm run testversion",
  58. "node4": "NODE_VER=4 npm run testversion",
  59. "node6": "NODE_VER=6 npm run testversion",
  60. "node9": "NODE_VER=9 npm run testversion",
  61. "test": "standard && mocha",
  62. "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
  63. "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t"
  64. },
  65. "typings": "index.d.ts",
  66. "version": "1.1.1"
  67. }