summaryrefslogtreecommitdiff
path: root/tests/registry/npm/http-cache-semantics/registry.json
blob: ce3a72c1d265d18b7a4f169cbb8b1e67b5598a1a (plain)
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
57
58
59
60
61
62
{
  "name": "http-cache-semantics",
  "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  "dist-tags": {
    "latest": "4.1.1"
  },
  "versions": {
    "4.1.1": {
      "name": "http-cache-semantics",
      "version": "4.1.1",
      "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/kornelski/http-cache-semantics.git"
      },
      "main": "index.js",
      "scripts": {
        "test": "mocha"
      },
      "author": {
        "name": "Kornel Lesiński",
        "email": "kornel@geekhood.net",
        "url": "https://kornel.ski/"
      },
      "license": "BSD-2-Clause",
      "devDependencies": {
        "mocha": "^10.0"
      },
      "gitHead": "24496504352199caf360d1b4d4a01efdc8a7249e",
      "bugs": {
        "url": "https://github.com/kornelski/http-cache-semantics/issues"
      },
      "_id": "http-cache-semantics@4.1.1",
      "_nodeVersion": "19.4.0",
      "_npmVersion": "9.2.0",
      "dist": {
        "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==",
        "shasum": "abe02fcb2985460bf0323be664436ec3476a6d5a",
        "tarball": "http://localhost:4260/http-cache-semantics/http-cache-semantics-4.1.1.tgz",
        "fileCount": 4,
        "unpackedSize": 35938
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/kornelski/http-cache-semantics#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kornelski/http-cache-semantics.git"
  },
  "author": {
    "name": "Kornel Lesiński",
    "email": "kornel@geekhood.net",
    "url": "https://kornel.ski/"
  },
  "bugs": {
    "url": "https://github.com/kornelski/http-cache-semantics/issues"
  },
  "license": "BSD-2-Clause",
  "readmeFilename": "README.md"
}