package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@2.3.4",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tough-cookie@2.3.4",
  10. "_id": "tough-cookie@2.3.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
  13. "_location": "/tough-cookie",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tough-cookie@2.3.4",
  19. "name": "tough-cookie",
  20. "escapedName": "tough-cookie",
  21. "rawSpec": "2.3.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.4"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
  29. "_spec": "2.3.4",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Jeremy Stashewsky",
  33. "email": "jstashewsky@salesforce.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/salesforce/tough-cookie/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Alexander Savin"
  41. },
  42. {
  43. "name": "Ian Livingstone"
  44. },
  45. {
  46. "name": "Ivan Nikulin"
  47. },
  48. {
  49. "name": "Lalit Kapoor"
  50. },
  51. {
  52. "name": "Sam Thompson"
  53. },
  54. {
  55. "name": "Sebastian Mayr"
  56. }
  57. ],
  58. "dependencies": {
  59. "punycode": "^1.4.1"
  60. },
  61. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  62. "devDependencies": {
  63. "async": "^1.4.2",
  64. "string.prototype.repeat": "^0.2.0",
  65. "vows": "^0.8.1"
  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. "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
  93. "test": "vows test/*_test.js"
  94. },
  95. "version": "2.3.4"
  96. }