1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
| {
| "_from": "http-cache-semantics@^4.0.0",
| "_id": "http-cache-semantics@4.1.1",
| "_inBundle": false,
| "_integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==",
| "_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": [
| "/@electron/get/cacheable-request",
| "/cacheable-request",
| "/make-fetch-happen"
| ],
| "_resolved": "https://registry.npmmirror.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
| "_shasum": "abe02fcb2985460bf0323be664436ec3476a6d5a",
| "_spec": "http-cache-semantics@^4.0.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/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": "^10.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.1.1"
| }
|
|