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.

96 lines
2.2 KiB

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