Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.6 KiB

  1. {
  2. "_from": "http-cache-semantics@^4.0.0",
  3. "_id": "http-cache-semantics@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NtexGRtaV5z3ZUX78W9UDTOJPBdpqms6RmwQXmOhHws7CuQK3cqIoQtnmeqi1VvVD6u6eMMRL0sKE9BCZXTDWQ==",
  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.0.0.tgz",
  22. "_shasum": "2d0069a73c36c80e3297bc3a0cadd669b78a69ce",
  23. "_spec": "http-cache-semantics@^4.0.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/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": "^5.1.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.0.0"
  54. }