package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "set-cookie-parser@^2.4.8",
  3. "_id": "set-cookie-parser@2.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==",
  6. "_location": "/set-cookie-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "set-cookie-parser@^2.4.8",
  12. "name": "set-cookie-parser",
  13. "escapedName": "set-cookie-parser",
  14. "rawSpec": "^2.4.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.8"
  17. },
  18. "_requiredBy": [
  19. "/fetch-cookie"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz",
  22. "_shasum": "131921e50f62ff1a66a461d7d62d7b21d5d15a51",
  23. "_spec": "set-cookie-parser@^2.4.8",
  24. "_where": "D:\\project\\czzn-app\\node_modules\\fetch-cookie",
  25. "author": {
  26. "name": "Nathan Friedly",
  27. "url": "http://nfriedly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nfriedly/set-cookie-parser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Parses set-cookie headers into objects",
  36. "devDependencies": {
  37. "eslint": "^8.17.0",
  38. "eslint-config-prettier": "^6.10.1",
  39. "eslint-plugin-prettier": "^3.1.2",
  40. "husky": "^4.2.3",
  41. "mocha": "^10.0.0",
  42. "prettier": "^2.0.2",
  43. "pretty-quick": "^2.0.1",
  44. "sinon": "^9.0.1"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/nfriedly/set-cookie-parser",
  50. "keywords": [
  51. "set-cookie",
  52. "set",
  53. "cookie",
  54. "cookies",
  55. "header",
  56. "parser"
  57. ],
  58. "license": "MIT",
  59. "main": "./lib/set-cookie.js",
  60. "name": "set-cookie-parser",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/nfriedly/set-cookie-parser.git"
  64. },
  65. "scripts": {
  66. "autofix": "npm run lint -- --fix",
  67. "lint": "eslint . --ignore-pattern '!.eslintrc.js'",
  68. "precommit": "npm test",
  69. "test": "npm run lint && mocha"
  70. },
  71. "sideEffects": false,
  72. "version": "2.6.0"
  73. }