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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "psl@1.8.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "psl@1.8.0",
  10. "_id": "psl@1.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==",
  13. "_location": "/psl",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "psl@1.8.0",
  19. "name": "psl",
  20. "escapedName": "psl",
  21. "rawSpec": "1.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.8.0"
  24. },
  25. "_requiredBy": [
  26. "/tough-cookie"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
  29. "_spec": "1.8.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Lupo Montero",
  33. "email": "lupomontero@gmail.com",
  34. "url": "https://lupomontero.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/lupomontero/psl/issues"
  38. },
  39. "description": "Domain name parser based on the Public Suffix List",
  40. "devDependencies": {
  41. "JSONStream": "^1.3.5",
  42. "browserify": "^16.5.0",
  43. "commit-and-pr": "^1.0.4",
  44. "eslint": "^6.8.0",
  45. "eslint-config-hapi": "^12.0.0",
  46. "eslint-plugin-hapi": "^4.1.0",
  47. "karma": "^4.4.1",
  48. "karma-browserify": "^7.0.0",
  49. "karma-mocha": "^1.3.0",
  50. "karma-mocha-reporter": "^2.2.5",
  51. "karma-phantomjs-launcher": "^1.0.4",
  52. "mocha": "^7.1.1",
  53. "phantomjs-prebuilt": "^2.1.16",
  54. "request": "^2.88.2",
  55. "uglify-js": "^3.8.0",
  56. "watchify": "^3.11.1"
  57. },
  58. "homepage": "https://github.com/lupomontero/psl#readme",
  59. "keywords": [
  60. "publicsuffix",
  61. "publicsuffixlist"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "psl",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/lupomontero/psl.git"
  69. },
  70. "scripts": {
  71. "build": "browserify ./index.js --standalone=psl > ./dist/psl.js",
  72. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"",
  73. "commit-and-pr": "commit-and-pr",
  74. "postbuild": "cat ./dist/psl.js | uglifyjs -c -m > ./dist/psl.min.js",
  75. "prebuild": "./scripts/update-rules.js",
  76. "pretest": "eslint .",
  77. "test": "mocha test && karma start ./karma.conf.js --single-run",
  78. "watch": "mocha test --watch"
  79. },
  80. "version": "1.8.0"
  81. }