package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "tough-cookie@~2.3.0",
  6. "scope": null,
  7. "escapedName": "tough-cookie",
  8. "name": "tough-cookie",
  9. "rawSpec": "~2.3.0",
  10. "spec": ">=2.3.0 <2.4.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request"
  14. ]
  15. ],
  16. "_from": "tough-cookie@>=2.3.0 <2.4.0",
  17. "_id": "tough-cookie@2.3.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/tough-cookie",
  21. "_nodeVersion": "7.0.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/tough-cookie-2.3.2.tgz_1477415232912_0.6133609430398792"
  25. },
  26. "_npmUser": {
  27. "name": "jstash",
  28. "email": "jstash@gmail.com"
  29. },
  30. "_npmVersion": "3.10.8",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "tough-cookie@~2.3.0",
  34. "scope": null,
  35. "escapedName": "tough-cookie",
  36. "name": "tough-cookie",
  37. "rawSpec": "~2.3.0",
  38. "spec": ">=2.3.0 <2.4.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/request"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
  45. "_shasum": "f081f76e4c85720e6c37a5faced737150d84072a",
  46. "_shrinkwrap": null,
  47. "_spec": "tough-cookie@~2.3.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request",
  49. "author": {
  50. "name": "Jeremy Stashewsky",
  51. "email": "jstashewsky@salesforce.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/salesforce/tough-cookie/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Alexander Savin"
  59. },
  60. {
  61. "name": "Ian Livingstone"
  62. },
  63. {
  64. "name": "Ivan Nikulin"
  65. },
  66. {
  67. "name": "Lalit Kapoor"
  68. },
  69. {
  70. "name": "Sam Thompson"
  71. },
  72. {
  73. "name": "Sebastian Mayr"
  74. }
  75. ],
  76. "dependencies": {
  77. "punycode": "^1.4.1"
  78. },
  79. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  80. "devDependencies": {
  81. "async": "^1.4.2",
  82. "string.prototype.repeat": "^0.2.0",
  83. "vows": "^0.8.1"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "f081f76e4c85720e6c37a5faced737150d84072a",
  88. "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz"
  89. },
  90. "engines": {
  91. "node": ">=0.8"
  92. },
  93. "files": [
  94. "lib"
  95. ],
  96. "gitHead": "2610df5dc8ef7373a483d509006e5887572a4076",
  97. "homepage": "https://github.com/salesforce/tough-cookie",
  98. "keywords": [
  99. "HTTP",
  100. "cookie",
  101. "cookies",
  102. "set-cookie",
  103. "cookiejar",
  104. "jar",
  105. "RFC6265",
  106. "RFC2965"
  107. ],
  108. "license": "BSD-3-Clause",
  109. "main": "./lib/cookie",
  110. "maintainers": [
  111. {
  112. "name": "awaterma",
  113. "email": "awaterma@awaterma.net"
  114. },
  115. {
  116. "name": "jstash",
  117. "email": "jstash@gmail.com"
  118. },
  119. {
  120. "name": "nexxy",
  121. "email": "emily@contactvibe.com"
  122. }
  123. ],
  124. "name": "tough-cookie",
  125. "optionalDependencies": {},
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git://github.com/salesforce/tough-cookie.git"
  130. },
  131. "scripts": {
  132. "suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
  133. "test": "vows test/*_test.js"
  134. },
  135. "version": "2.3.2"
  136. }