package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "tough-cookie@^4.0.0",
  3. "_id": "tough-cookie@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==",
  6. "_location": "/tough-cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tough-cookie@^4.0.0",
  12. "name": "tough-cookie",
  13. "escapedName": "tough-cookie",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.2.tgz",
  22. "_shasum": "e53e84b85f24e0b65dd526f46628db6c85f6b874",
  23. "_spec": "tough-cookie@^4.0.0",
  24. "_where": "/var/www/AfterAales/node_modules/jsdom",
  25. "author": {
  26. "name": "Jeremy Stashewsky",
  27. "email": "jstash@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/salesforce/tough-cookie/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Ivan Nikulin"
  36. },
  37. {
  38. "name": "Shivan Kaul Sahib"
  39. },
  40. {
  41. "name": "Clint Ruoho"
  42. },
  43. {
  44. "name": "Ian Livingstone"
  45. },
  46. {
  47. "name": "Andrew Waterman"
  48. },
  49. {
  50. "name": "Michael de Libero"
  51. },
  52. {
  53. "name": "Jonathan Stewmon"
  54. },
  55. {
  56. "name": "Miguel Roncancio"
  57. },
  58. {
  59. "name": "Sebastian Mayr"
  60. },
  61. {
  62. "name": "Alexander Savin"
  63. },
  64. {
  65. "name": "Lalit Kapoor"
  66. },
  67. {
  68. "name": "Sam Thompson"
  69. }
  70. ],
  71. "dependencies": {
  72. "psl": "^1.1.33",
  73. "punycode": "^2.1.1",
  74. "universalify": "^0.2.0",
  75. "url-parse": "^1.5.3"
  76. },
  77. "deprecated": false,
  78. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  79. "devDependencies": {
  80. "async": "^2.6.2",
  81. "eslint": "^5.16.0",
  82. "eslint-config-prettier": "^4.2.0",
  83. "eslint-plugin-prettier": "^3.0.1",
  84. "genversion": "^2.1.0",
  85. "nyc": "^14.0.0",
  86. "prettier": "^1.17.0",
  87. "vows": "^0.8.2"
  88. },
  89. "engines": {
  90. "node": ">=6"
  91. },
  92. "files": [
  93. "lib"
  94. ],
  95. "homepage": "https://github.com/salesforce/tough-cookie",
  96. "keywords": [
  97. "HTTP",
  98. "cookie",
  99. "cookies",
  100. "set-cookie",
  101. "cookiejar",
  102. "jar",
  103. "RFC6265",
  104. "RFC2965"
  105. ],
  106. "license": "BSD-3-Clause",
  107. "main": "./lib/cookie",
  108. "name": "tough-cookie",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/salesforce/tough-cookie.git"
  112. },
  113. "scripts": {
  114. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  115. "eslint": "eslint --env node --ext .js .",
  116. "format": "npm run eslint -- --fix",
  117. "prettier": "prettier '**/*.{json,ts,yaml,md}'",
  118. "test": "vows test/*_test.js && npm run eslint",
  119. "version": "genversion lib/version.js && git add lib/version.js"
  120. },
  121. "version": "4.1.2"
  122. }