package.json 3.2 KB

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