package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@>=0.12.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "tough-cookie@>=0.12.0",
  9. "_id": "tough-cookie@2.0.0",
  10. "_inCache": true,
  11. "_location": "/tough-cookie",
  12. "_nodeVersion": "0.12.2",
  13. "_npmUser": {
  14. "email": "jstash@gmail.com",
  15. "name": "jstash"
  16. },
  17. "_npmVersion": "2.7.4",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "tough-cookie",
  21. "raw": "tough-cookie@>=0.12.0",
  22. "rawSpec": ">=0.12.0",
  23. "scope": null,
  24. "spec": ">=0.12.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz",
  31. "_shasum": "41ce08720b35cf90beb044dd2609fb19e928718f",
  32. "_shrinkwrap": null,
  33. "_spec": "tough-cookie@>=0.12.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  35. "author": {
  36. "email": "jstashewsky@salesforce.com",
  37. "name": "Jeremy Stashewsky"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/SalesforceEng/tough-cookie/issues"
  41. },
  42. "dependencies": {},
  43. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  44. "devDependencies": {
  45. "async": ">=0.1.12",
  46. "vows": "0.7.0"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "41ce08720b35cf90beb044dd2609fb19e928718f",
  51. "tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "gitHead": "a3af6104da7787c23bb98910109b0e0e8a10153c",
  57. "homepage": "https://github.com/SalesforceEng/tough-cookie",
  58. "installable": true,
  59. "keywords": [
  60. "HTTP",
  61. "RFC2965",
  62. "RFC6265",
  63. "cookie",
  64. "cookiejar",
  65. "cookies",
  66. "jar",
  67. "set-cookie"
  68. ],
  69. "license": "BSD-3-Clause",
  70. "main": "./lib/cookie",
  71. "maintainers": [
  72. {
  73. "name": "jstash",
  74. "email": "jeremy@goinstant.com"
  75. },
  76. {
  77. "name": "goinstant",
  78. "email": "services@goinstant.com"
  79. }
  80. ],
  81. "name": "tough-cookie",
  82. "optionalDependencies": {},
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/SalesforceEng/tough-cookie.git"
  86. },
  87. "scripts": {
  88. "test": "vows test/*_test.js"
  89. },
  90. "version": "2.0.0"
  91. }