Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@2.5.0",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_from": "tough-cookie@2.5.0",
  9. "_id": "tough-cookie@2.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  12. "_location": "/tough-cookie",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tough-cookie@2.5.0",
  18. "name": "tough-cookie",
  19. "escapedName": "tough-cookie",
  20. "rawSpec": "2.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.5.0"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
  28. "_spec": "2.5.0",
  29. "_where": "D:\\Projects\\scrapper-api",
  30. "author": {
  31. "name": "Jeremy Stashewsky",
  32. "email": "jstash@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/salesforce/tough-cookie/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Alexander Savin"
  40. },
  41. {
  42. "name": "Ian Livingstone"
  43. },
  44. {
  45. "name": "Ivan Nikulin"
  46. },
  47. {
  48. "name": "Lalit Kapoor"
  49. },
  50. {
  51. "name": "Sam Thompson"
  52. },
  53. {
  54. "name": "Sebastian Mayr"
  55. }
  56. ],
  57. "dependencies": {
  58. "psl": "^1.1.28",
  59. "punycode": "^2.1.1"
  60. },
  61. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  62. "devDependencies": {
  63. "async": "^1.4.2",
  64. "genversion": "^2.1.0",
  65. "nyc": "^11.6.0",
  66. "string.prototype.repeat": "^0.2.0",
  67. "vows": "^0.8.2"
  68. },
  69. "engines": {
  70. "node": ">=0.8"
  71. },
  72. "files": [
  73. "lib"
  74. ],
  75. "homepage": "https://github.com/salesforce/tough-cookie",
  76. "keywords": [
  77. "HTTP",
  78. "cookie",
  79. "cookies",
  80. "set-cookie",
  81. "cookiejar",
  82. "jar",
  83. "RFC6265",
  84. "RFC2965"
  85. ],
  86. "license": "BSD-3-Clause",
  87. "main": "./lib/cookie",
  88. "name": "tough-cookie",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/salesforce/tough-cookie.git"
  92. },
  93. "scripts": {
  94. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  95. "test": "vows test/*_test.js",
  96. "version": "genversion lib/version.js && git add lib/version.js"
  97. },
  98. "version": "2.5.0"
  99. }