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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@4.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tough-cookie@4.0.0",
  10. "_id": "tough-cookie@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
  13. "_location": "/tough-cookie",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tough-cookie@4.0.0",
  19. "name": "tough-cookie",
  20. "escapedName": "tough-cookie",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Jeremy Stashewsky",
  34. "email": "jstash@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/salesforce/tough-cookie/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Ivan Nikulin"
  42. },
  43. {
  44. "name": "Shivan Kaul Sahib"
  45. },
  46. {
  47. "name": "Clint Ruoho"
  48. },
  49. {
  50. "name": "Ian Livingstone"
  51. },
  52. {
  53. "name": "Andrew Waterman"
  54. },
  55. {
  56. "name": "Michael de Libero"
  57. },
  58. {
  59. "name": "Jonathan Stewmon"
  60. },
  61. {
  62. "name": "Miguel Roncancio"
  63. },
  64. {
  65. "name": "Sebastian Mayr"
  66. },
  67. {
  68. "name": "Alexander Savin"
  69. },
  70. {
  71. "name": "Lalit Kapoor"
  72. },
  73. {
  74. "name": "Sam Thompson"
  75. }
  76. ],
  77. "dependencies": {
  78. "psl": "^1.1.33",
  79. "punycode": "^2.1.1",
  80. "universalify": "^0.1.2"
  81. },
  82. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  83. "devDependencies": {
  84. "async": "^2.6.2",
  85. "eslint": "^5.16.0",
  86. "eslint-config-prettier": "^4.2.0",
  87. "eslint-plugin-prettier": "^3.0.1",
  88. "genversion": "^2.1.0",
  89. "nyc": "^14.0.0",
  90. "prettier": "^1.17.0",
  91. "vows": "^0.8.2"
  92. },
  93. "engines": {
  94. "node": ">=6"
  95. },
  96. "files": [
  97. "lib"
  98. ],
  99. "homepage": "https://github.com/salesforce/tough-cookie",
  100. "keywords": [
  101. "HTTP",
  102. "cookie",
  103. "cookies",
  104. "set-cookie",
  105. "cookiejar",
  106. "jar",
  107. "RFC6265",
  108. "RFC2965"
  109. ],
  110. "license": "BSD-3-Clause",
  111. "main": "./lib/cookie",
  112. "name": "tough-cookie",
  113. "repository": {
  114. "type": "git",
  115. "url": "git://github.com/salesforce/tough-cookie.git"
  116. },
  117. "scripts": {
  118. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  119. "eslint": "eslint --env node --ext .js .",
  120. "format": "npm run eslint -- --fix",
  121. "prettier": "prettier '**/*.{json,ts,yaml,md}'",
  122. "test": "vows test/*_test.js",
  123. "version": "genversion lib/version.js && git add lib/version.js"
  124. },
  125. "version": "4.0.0"
  126. }