package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@2.5.0",
  5. "E:\\item\\newItem\\admin"
  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. "/jest-environment-jsdom/jsdom",
  26. "/jsdom",
  27. "/request",
  28. "/request-promise-native"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
  31. "_spec": "2.5.0",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Jeremy Stashewsky",
  35. "email": "jstash@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/salesforce/tough-cookie/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Alexander Savin"
  43. },
  44. {
  45. "name": "Ian Livingstone"
  46. },
  47. {
  48. "name": "Ivan Nikulin"
  49. },
  50. {
  51. "name": "Lalit Kapoor"
  52. },
  53. {
  54. "name": "Sam Thompson"
  55. },
  56. {
  57. "name": "Sebastian Mayr"
  58. }
  59. ],
  60. "dependencies": {
  61. "psl": "^1.1.28",
  62. "punycode": "^2.1.1"
  63. },
  64. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  65. "devDependencies": {
  66. "async": "^1.4.2",
  67. "genversion": "^2.1.0",
  68. "nyc": "^11.6.0",
  69. "string.prototype.repeat": "^0.2.0",
  70. "vows": "^0.8.2"
  71. },
  72. "engines": {
  73. "node": ">=0.8"
  74. },
  75. "files": [
  76. "lib"
  77. ],
  78. "homepage": "https://github.com/salesforce/tough-cookie",
  79. "keywords": [
  80. "HTTP",
  81. "cookie",
  82. "cookies",
  83. "set-cookie",
  84. "cookiejar",
  85. "jar",
  86. "RFC6265",
  87. "RFC2965"
  88. ],
  89. "license": "BSD-3-Clause",
  90. "main": "./lib/cookie",
  91. "name": "tough-cookie",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/salesforce/tough-cookie.git"
  95. },
  96. "scripts": {
  97. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  98. "test": "vows test/*_test.js",
  99. "version": "genversion lib/version.js && git add lib/version.js"
  100. },
  101. "version": "2.5.0"
  102. }