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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "tr46@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tr46@2.1.0",
  10. "_id": "tr46@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  13. "_location": "/tr46",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tr46@2.1.0",
  19. "name": "tr46",
  20. "escapedName": "tr46",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/whatwg-url",
  27. "/whatwg-url"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  30. "_spec": "2.1.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Sebastian Mayr",
  34. "email": "npm@smayr.name"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jsdom/tr46/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Timothy Gu",
  42. "email": "timothygu99@gmail.com"
  43. }
  44. ],
  45. "dependencies": {
  46. "punycode": "^2.1.1"
  47. },
  48. "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
  49. "devDependencies": {
  50. "eslint": "^7.27.0",
  51. "mocha": "^8.4.0",
  52. "node-fetch": "^2.6.0",
  53. "regenerate": "^1.4.2",
  54. "unicode-13.0.0": "^0.8.0"
  55. },
  56. "engines": {
  57. "node": ">=8"
  58. },
  59. "files": [
  60. "index.js",
  61. "lib/mappingTable.json",
  62. "lib/regexes.js",
  63. "lib/statusMapping.js"
  64. ],
  65. "homepage": "https://github.com/jsdom/tr46#readme",
  66. "keywords": [
  67. "unicode",
  68. "tr46",
  69. "uts46",
  70. "punycode",
  71. "url",
  72. "whatwg"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "tr46",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jsdom/tr46.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
  84. "pretest": "node scripts/getLatestTests.js",
  85. "test": "mocha"
  86. },
  87. "unicodeVersion": "13.0.0",
  88. "version": "2.1.0"
  89. }