package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "tough-cookie@2.4.3",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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. "/request",
  27. "/request-promise-native"
  28. ],
  29. "_resolved": "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.4.3.tgz",
  30. "_spec": "2.4.3",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Jeremy Stashewsky",
  34. "email": "jstash@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/salesforce/tough-cookie/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Alexander Savin"
  42. },
  43. {
  44. "name": "Ian Livingstone"
  45. },
  46. {
  47. "name": "Ivan Nikulin"
  48. },
  49. {
  50. "name": "Lalit Kapoor"
  51. },
  52. {
  53. "name": "Sam Thompson"
  54. },
  55. {
  56. "name": "Sebastian Mayr"
  57. }
  58. ],
  59. "dependencies": {
  60. "psl": "^1.1.24",
  61. "punycode": "^1.4.1"
  62. },
  63. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  64. "devDependencies": {
  65. "async": "^1.4.2",
  66. "nyc": "^11.6.0",
  67. "string.prototype.repeat": "^0.2.0",
  68. "vows": "^0.8.1"
  69. },
  70. "engines": {
  71. "node": ">=0.8"
  72. },
  73. "files": [
  74. "lib"
  75. ],
  76. "homepage": "https://github.com/salesforce/tough-cookie",
  77. "keywords": [
  78. "HTTP",
  79. "cookie",
  80. "cookies",
  81. "set-cookie",
  82. "cookiejar",
  83. "jar",
  84. "RFC6265",
  85. "RFC2965"
  86. ],
  87. "license": "BSD-3-Clause",
  88. "main": "./lib/cookie",
  89. "name": "tough-cookie",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/salesforce/tough-cookie.git"
  93. },
  94. "scripts": {
  95. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  96. "test": "vows test/*_test.js"
  97. },
  98. "version": "2.4.3"
  99. }