summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/http-cache-semantics/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/http-cache-semantics/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/http-cache-semantics/package.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/http-cache-semantics/package.json b/bin/wiki/ImportarDesdeURL/node_modules/http-cache-semantics/package.json
new file mode 100644
index 00000000..aafa380d
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/http-cache-semantics/package.json
@@ -0,0 +1,60 @@
+{
+ "_from": "http-cache-semantics@^4.0.0",
+ "_id": "http-cache-semantics@4.0.3",
+ "_inBundle": false,
+ "_integrity": "sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==",
+ "_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.3.tgz",
+ "_shasum": "495704773277eeef6e43f9ab2c2c7d259dda25c5",
+ "_spec": "http-cache-semantics@^4.0.0",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/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": {
+ "eslint": "^5.13.0",
+ "eslint-plugin-prettier": "^3.0.1",
+ "husky": "^0.14.3",
+ "lint-staged": "^8.1.3",
+ "mocha": "^5.1.0",
+ "prettier": "^1.14.3",
+ "prettier-eslint-cli": "^4.7.1"
+ },
+ "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.3"
+}