package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "tough-cookie@~2.3.3",
  3. "_id": "tough-cookie@2.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
  6. "_location": "/tough-cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tough-cookie@~2.3.3",
  12. "name": "tough-cookie",
  13. "escapedName": "tough-cookie",
  14. "rawSpec": "~2.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.3"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
  22. "_shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
  23. "_spec": "tough-cookie@~2.3.3",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\request",
  25. "author": {
  26. "name": "Jeremy Stashewsky",
  27. "email": "jstashewsky@salesforce.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. "punycode": "^1.4.1"
  55. },
  56. "deprecated": false,
  57. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  58. "devDependencies": {
  59. "async": "^1.4.2",
  60. "string.prototype.repeat": "^0.2.0",
  61. "vows": "^0.8.1"
  62. },
  63. "engines": {
  64. "node": ">=0.8"
  65. },
  66. "files": [
  67. "lib"
  68. ],
  69. "homepage": "https://github.com/salesforce/tough-cookie",
  70. "keywords": [
  71. "HTTP",
  72. "cookie",
  73. "cookies",
  74. "set-cookie",
  75. "cookiejar",
  76. "jar",
  77. "RFC6265",
  78. "RFC2965"
  79. ],
  80. "license": "BSD-3-Clause",
  81. "main": "./lib/cookie",
  82. "name": "tough-cookie",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/salesforce/tough-cookie.git"
  86. },
  87. "scripts": {
  88. "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
  89. "test": "vows test/*_test.js"
  90. },
  91. "version": "2.3.4"
  92. }