package.json 2.2 KB

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