aboutsummaryrefslogtreecommitdiff
path: root/node_modules/http-cache-semantics/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
committerMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
commitb22f6770c8bd084d66950655203c61dd701b3d90 (patch)
tree873d7fb19584ec2709b95cc1ca05a1fc7cfd0fc4 /node_modules/http-cache-semantics/package.json
parent383285ecd5292bf9a825e05904955b937de84cc9 (diff)
downloadequestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.gz
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.bz2
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.zip
Remove node_modules
Diffstat (limited to 'node_modules/http-cache-semantics/package.json')
-rw-r--r--node_modules/http-cache-semantics/package.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/node_modules/http-cache-semantics/package.json b/node_modules/http-cache-semantics/package.json
deleted file mode 100644
index 897798d..0000000
--- a/node_modules/http-cache-semantics/package.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "http-cache-semantics",
- "version": "4.1.0",
- "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
- "repository": "https://github.com/kornelski/http-cache-semantics.git",
- "main": "index.js",
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js"
- ],
- "author": "Kornel LesiƄski <kornel@geekhood.net> (https://kornel.ski/)",
- "license": "BSD-2-Clause",
- "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"
- }
-}