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

{
"_from": "http-cache-semantics@^4.0.0",
"_id": "http-cache-semantics@4.0.0",
"_inBundle": false,
"_integrity": "sha512-NtexGRtaV5z3ZUX78W9UDTOJPBdpqms6RmwQXmOhHws7CuQK3cqIoQtnmeqi1VvVD6u6eMMRL0sKE9BCZXTDWQ==",
"_location": "/http-cache-semantics",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-cache-semantics@^4.0.0",
"name": "http-cache-semantics",
"escapedName": "http-cache-semantics",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/cacheable-request"
],
"_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz",
"_shasum": "2d0069a73c36c80e3297bc3a0cadd669b78a69ce",
"_spec": "http-cache-semantics@^4.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/cacheable-request",
"author": {
"name": "Kornel Lesiński",
"email": "kornel@geekhood.net",
"url": "https://kornel.ski/"
},
"bugs": {
"url": "https://github.com/kornelski/http-cache-semantics/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
"devDependencies": {
"mocha": "^5.1.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kornelski/http-cache-semantics#readme",
"license": "BSD-2-Clause",
"main": "index.js",
"name": "http-cache-semantics",
"repository": {
"type": "git",
"url": "git+https://github.com/kornelski/http-cache-semantics.git"
},
"scripts": {
"test": "mocha"
},
"version": "4.0.0"
}