package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "/@vue/cli-plugin-unit-mocha/jsdom",
  20. "/jsdom",
  21. "/request",
  22. "/request-promise-native"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
  25. "_shasum": "cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2",
  26. "_spec": "tough-cookie@~2.5.0",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\request",
  28. "author": {
  29. "name": "Jeremy Stashewsky",
  30. "email": "jstash@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/salesforce/tough-cookie/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Alexander Savin"
  39. },
  40. {
  41. "name": "Ian Livingstone"
  42. },
  43. {
  44. "name": "Ivan Nikulin"
  45. },
  46. {
  47. "name": "Lalit Kapoor"
  48. },
  49. {
  50. "name": "Sam Thompson"
  51. },
  52. {
  53. "name": "Sebastian Mayr"
  54. }
  55. ],
  56. "dependencies": {
  57. "psl": "^1.1.28",
  58. "punycode": "^2.1.1"
  59. },
  60. "deprecated": false,
  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. }