summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/cacheable-request/package.json
blob: c4678a7fdf50435a46c3e15f84e3eb146e5214a0 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "_from": "cacheable-request@^6.0.0",
  "_id": "cacheable-request@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==",
  "_location": "/cacheable-request",
  "_phantomChildren": {
    "pump": "3.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cacheable-request@^6.0.0",
    "name": "cacheable-request",
    "escapedName": "cacheable-request",
    "rawSpec": "^6.0.0",
    "saveSpec": null,
    "fetchSpec": "^6.0.0"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz",
  "_shasum": "20ffb8bd162ba4be11e9567d823db651052ca912",
  "_spec": "cacheable-request@^6.0.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/got",
  "author": {
    "name": "Luke Childs",
    "email": "lukechilds123@gmail.com",
    "url": "http://lukechilds.co.uk"
  },
  "bugs": {
    "url": "https://github.com/lukechilds/cacheable-request/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "clone-response": "^1.0.2",
    "get-stream": "^5.1.0",
    "http-cache-semantics": "^4.0.0",
    "keyv": "^3.0.0",
    "lowercase-keys": "^2.0.0",
    "normalize-url": "^4.1.0",
    "responselike": "^1.0.2"
  },
  "deprecated": false,
  "description": "Wrap native HTTP requests with RFC compliant cache support",
  "devDependencies": {
    "@keyv/sqlite": "^2.0.0",
    "ava": "^1.1.0",
    "coveralls": "^3.0.0",
    "create-test-server": "3.0.0",
    "delay": "^4.0.0",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "nyc": "^14.1.1",
    "pify": "^4.0.0",
    "sqlite3": "^4.0.2",
    "this": "^1.0.2",
    "xo": "^0.23.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/lukechilds/cacheable-request#readme",
  "keywords": [
    "HTTP",
    "HTTPS",
    "cache",
    "caching",
    "layer",
    "cacheable",
    "RFC 7234",
    "RFC",
    "7234",
    "compliant"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "cacheable-request",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/cacheable-request.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "6.1.0",
  "xo": {
    "extends": "xo-lukechilds"
  }
}