package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "http-cache-semantics@^4.0.0",
  3. "_id": "http-cache-semantics@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==",
  6. "_location": "/http-cache-semantics",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-cache-semantics@^4.0.0",
  12. "name": "http-cache-semantics",
  13. "escapedName": "http-cache-semantics",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cacheable-request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
  22. "_shasum": "abe02fcb2985460bf0323be664436ec3476a6d5a",
  23. "_spec": "http-cache-semantics@^4.0.0",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\cacheable-request",
  25. "author": {
  26. "name": "Kornel Lesiński",
  27. "email": "kornel@geekhood.net",
  28. "url": "https://kornel.ski/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kornelski/http-cache-semantics/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  36. "devDependencies": {
  37. "mocha": "^10.0"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/kornelski/http-cache-semantics#readme",
  43. "license": "BSD-2-Clause",
  44. "main": "index.js",
  45. "name": "http-cache-semantics",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/kornelski/http-cache-semantics.git"
  49. },
  50. "scripts": {
  51. "test": "mocha"
  52. },
  53. "version": "4.1.1"
  54. }