package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@2.4.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tough-cookie@2.4.3",
  10. "_id": "tough-cookie@2.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-U/Nto/R3g7CSWvoG/587FlKA94E=",
  13. "_location": "/tough-cookie",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tough-cookie@2.4.3",
  19. "name": "tough-cookie",
  20. "escapedName": "tough-cookie",
  21. "rawSpec": "2.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.3"
  24. },
  25. "_requiredBy": [
  26. "/jsdom",
  27. "/request",
  28. "/request-promise-native"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.4.3.tgz",
  31. "_spec": "2.4.3",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Jeremy Stashewsky",
  35. "email": "jstash@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/salesforce/tough-cookie/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Alexander Savin"
  43. },
  44. {
  45. "name": "Ian Livingstone"
  46. },
  47. {
  48. "name": "Ivan Nikulin"
  49. },
  50. {
  51. "name": "Lalit Kapoor"
  52. },
  53. {
  54. "name": "Sam Thompson"
  55. },
  56. {
  57. "name": "Sebastian Mayr"
  58. }
  59. ],
  60. "dependencies": {
  61. "psl": "^1.1.24",
  62. "punycode": "^1.4.1"
  63. },
  64. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  65. "devDependencies": {
  66. "async": "^1.4.2",
  67. "nyc": "^11.6.0",
  68. "string.prototype.repeat": "^0.2.0",
  69. "vows": "^0.8.1"
  70. },
  71. "engines": {
  72. "node": ">=0.8"
  73. },
  74. "files": [
  75. "lib"
  76. ],
  77. "homepage": "https://github.com/salesforce/tough-cookie",
  78. "keywords": [
  79. "HTTP",
  80. "cookie",
  81. "cookies",
  82. "set-cookie",
  83. "cookiejar",
  84. "jar",
  85. "RFC6265",
  86. "RFC2965"
  87. ],
  88. "license": "BSD-3-Clause",
  89. "main": "./lib/cookie",
  90. "name": "tough-cookie",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/salesforce/tough-cookie.git"
  94. },
  95. "scripts": {
  96. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  97. "test": "vows test/*_test.js"
  98. },
  99. "version": "2.4.3"
  100. }