package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "tough-cookie@^4.0.0",
  3. "_id": "tough-cookie@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
  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.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
  22. "_shasum": "d822234eeca882f991f0f908824ad2622ddbece4",
  23. "_spec": "tough-cookie@^4.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.1.2"
  75. },
  76. "deprecated": false,
  77. "description": "RFC6265 Cookies and Cookie Jar for node.js",
  78. "devDependencies": {
  79. "async": "^2.6.2",
  80. "eslint": "^5.16.0",
  81. "eslint-config-prettier": "^4.2.0",
  82. "eslint-plugin-prettier": "^3.0.1",
  83. "genversion": "^2.1.0",
  84. "nyc": "^14.0.0",
  85. "prettier": "^1.17.0",
  86. "vows": "^0.8.2"
  87. },
  88. "engines": {
  89. "node": ">=6"
  90. },
  91. "files": [
  92. "lib"
  93. ],
  94. "homepage": "https://github.com/salesforce/tough-cookie",
  95. "keywords": [
  96. "HTTP",
  97. "cookie",
  98. "cookies",
  99. "set-cookie",
  100. "cookiejar",
  101. "jar",
  102. "RFC6265",
  103. "RFC2965"
  104. ],
  105. "license": "BSD-3-Clause",
  106. "main": "./lib/cookie",
  107. "name": "tough-cookie",
  108. "repository": {
  109. "type": "git",
  110. "url": "git://github.com/salesforce/tough-cookie.git"
  111. },
  112. "scripts": {
  113. "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
  114. "eslint": "eslint --env node --ext .js .",
  115. "format": "npm run eslint -- --fix",
  116. "prettier": "prettier '**/*.{json,ts,yaml,md}'",
  117. "test": "vows test/*_test.js",
  118. "version": "genversion lib/version.js && git add lib/version.js"
  119. },
  120. "version": "4.0.0"
  121. }