Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/http-cache-semantics
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/http-cache-semantics')
-rw-r--r--node_modules/http-cache-semantics/package.json78
1 files changed, 21 insertions, 57 deletions
diff --git a/node_modules/http-cache-semantics/package.json b/node_modules/http-cache-semantics/package.json
index 756e21f4f..897798d8c 100644
--- a/node_modules/http-cache-semantics/package.json
+++ b/node_modules/http-cache-semantics/package.json
@@ -1,60 +1,24 @@
{
- "_from": "http-cache-semantics@^4.0.4",
- "_id": "http-cache-semantics@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==",
- "_location": "/http-cache-semantics",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "http-cache-semantics@^4.0.4",
"name": "http-cache-semantics",
- "escapedName": "http-cache-semantics",
- "rawSpec": "^4.0.4",
- "saveSpec": null,
- "fetchSpec": "^4.0.4"
- },
- "_requiredBy": [
- "/make-fetch-happen"
- ],
- "_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
- "_shasum": "49e91c5cbf36c9b94bcfcd71c23d5249ec74e390",
- "_spec": "http-cache-semantics@^4.0.4",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/make-fetch-happen",
- "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.1.0"
+ "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"
+ }
}