package.json 2.8 KB

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