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

cache.json « schemas « lib « har-validator « node_modules « request « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3ab682d53a378b2994fe1647a3078055bdf9b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "properties": {
    "beforeRequest": {
      "$ref": "#cacheEntry"
    },
    "afterRequest": {
      "$ref": "#cacheEntry"
    },
    "comment": {
      "type": "string"
    }
  }
}